Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating BAPI

Former Member
0 Likes
456

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

1 ACCEPTED SOLUTION
Read only

former_member188827
Active Contributor
0 Likes
438

check dis link:its a sttep by step tutorial

http://saptechnical.com/Tutorials/BAPI/CustomBAPICreation/page1.htm

plz reward points if dis helps

3 REPLIES 3
Read only

Former Member
0 Likes
438

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

Read only

Former Member
0 Likes
438

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

Read only

former_member188827
Active Contributor
0 Likes
439

check dis link:its a sttep by step tutorial

http://saptechnical.com/Tutorials/BAPI/CustomBAPICreation/page1.htm

plz reward points if dis helps