‎2009 Mar 17 6:22 AM
hi,
i want to know the uses and procedures of rfc_read_table function module and about rfc
‎2009 Mar 17 7:25 AM
This FM is used for external access to R/3 tables via RFC.
in the Table structure u will pass table name activation status etc.
CALL FUNCTION 'RFC_READ_TABLE'
EXPORTING
query_table = Table
delimiter = ''
no_data = ''
rowskips = 0
rowcount = 0
TABLES
options = i_options
fields = i_fields
data = t_data.
‎2009 Mar 17 7:25 AM
This FM is used for external access to R/3 tables via RFC.
in the Table structure u will pass table name activation status etc.
CALL FUNCTION 'RFC_READ_TABLE'
EXPORTING
query_table = Table
delimiter = ''
no_data = ''
rowskips = 0
rowcount = 0
TABLES
options = i_options
fields = i_fields
data = t_data.
‎2009 Mar 17 9:10 AM
would you pls give some therotical explanation for remote function call /bapi
‎2009 Mar 17 10:10 AM
Hi Aswini,
Just go through the very helpful links:
and
http://help.sap.com/erp2005_ehp_04/helpdata/EN/22/04287a488911d189490000e829fbbd/frameset.htm
Hope this will help you...