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

Transaction to BAPI

Former Member
0 Likes
657

Hello there,

Would anyone tell me whether there is any way to get the BAPI from a transaction (ex: MB51)?

Thank you very much.

thaiba.

5 REPLIES 5
Read only

Former Member
0 Likes
518

Check out this function module : BAPI_RESERVATION_CREATE1

Regards,

Subramanian V.

Message was edited by: Subramanian Venkateswaran

Read only

Former Member
0 Likes
518

Hi,

Please correct me if I not not understanding your question correctly. Are you looking to list all associated BAPIs with a particular SAP transaction?

I doubt if there is a direct way other then using the transaction BAPI and then looking for the business object that is being addressed in a particular transaction e.g. for FB01, you might have to look at the business object AcctngDocument, among others.

Hope it helps.

Regards

Read only

FredericGirod
Active Contributor
0 Likes
518

Hi Thaiba,

I use sometimes OSS to find BAPI for a transaction, for new transaction that works fine (ending with n) I search for batch-input & transaction name. SAP always answer to use the BAPI ... instead of create a batch-input

Regards

Frédéric

Read only

Former Member
0 Likes
518

Hello all,

I really appreciate for all of your replies.

I have a MarketPlace acct but don't know how to post a new OSS ticket.

Would anyone show me how to post an OSS message?

Thank you very much.

thaiba.

Read only

0 Likes
518

Hi Thaiba,

Still in 46.C does not exist a BAPI to get a list of good movements. You have to program the select, like MB51 does.

Regards

PabloX