Hi,
i'm writing my thesis and extracting tables from SAP with JCO is a part of it.
Unfortunately i don't know much about ABAP, so i hope you can help me.
I want to use /BODS/RFC_STREAM_READ_TABLE, because if i understood correctly, it implements this method (RFC transport method - Enterprise Information Management - SCN Wiki) a therefore i won't have any problems with table widths and other restrictions.
This function module has two non optional parameters which are "QUERY_TABLE" and "CALLBACK_FM". The thing is i have no idea what i'm supposed to enter as "CALLBACK_FM".
Thank you for your help.