‎2007 Oct 04 5:49 AM
Dear Friends,
I have got an issue where i am supposed to Create a BAPI which will post the output of a report to an external system.
Could anyone please help me with the above issue.
Useful points to be rewarded
Regards,
Gopi
‎2007 Oct 04 5:55 AM
check dis link:its a sttep by step tutorial
http://saptechnical.com/Tutorials/BAPI/CustomBAPICreation/page1.htm
plz reward points if dis helps
‎2007 Oct 04 5:53 AM
Hi,
1st create function group with SE80
1. Goto transaction SE37
2. Type the RFC name
3. Click on CREATE , enter the FUnction group which you have created
4. Goto ATTRIBUTES TAB
5. Tick REMOTE ENABLED
6. CLICK ON IMPORT PARAMETERS & ENTER the variable names which you will pass from 3rd party system to SAP
7. Click on EXPORT paramters & enter the variable names which you want SAP To send to 3rd party system
8. Click on TABLES & enter table name which you want to pass/receive
9. Click on Source code & write the code to do the necessary process.
10. Activate it
in 3rd party system
1. Login to SAP
2. Call the RFC with necessary import parameters
Best regards,
Prashant
‎2007 Oct 04 5:53 AM
Hi,
You have to write codes to select data as it is reading in report porgram in BAPI. Pass output internal tables to table parameter of BAPI.
Jogdand M B
‎2007 Oct 04 5:55 AM
check dis link:its a sttep by step tutorial
http://saptechnical.com/Tutorials/BAPI/CustomBAPICreation/page1.htm
plz reward points if dis helps