I am using SOAP - XI - RFC Structure.
(SAP CRM - .Net Application).
I need to get the list of Opportunity records.
What can I do incase I don't find a proper BAPI for getting the list of Opportunity records.
Means how can I send a request to get ListOfRecords of some entity to SAP System.
Thanks,
Narendra.
Hi,
If you know the table you can use the RFC function: RFC_GET_TABLE_ENTRIES
/Jakob
Hi Narendra,
If you do not find any correct BAPI, create a RFC function module in you SAP system with whatever date you need and return as a structure. Now you can import this RFC into your XI and map it with your .net data.
I guess it will help you.
Thanks,
Srini.
Add a comment