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

abap

Former Member
0 Likes
626

how to go on from logistics to find out bapis

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

Go to the transaction BAPI

BR, JAcek

4 REPLIES 4
Read only

Former Member
0 Likes
607

Go to the transaction BAPI

BR, JAcek

Read only

Former Member
0 Likes
606

i got one bapi how to find out exporting importing parameters

Read only

0 Likes
606

Use transaction BAPI to get the listing..select the particular area and the function. ex. in Material Management -> Purchase Order -> CreateFromData

It would list the BAPI_PO_CREATE.

Double-Click and it would take you to transaction SE37 with the code for the selected BAPI. There are tabs for Import/Export etc here you can find the relevant information.

Read only

Former Member
0 Likes
606

Hi

You can click on Interface tabs of the BAPI to know about Import/Export parameters.

Or, Use 'Where Used' search for the BAPI, to find out what needs to given as Input and returned as Output for calling the BAPI.

Regards,

Raj