Application Development 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: 

How to find the BAPI

Former Member
0 Kudos

Hi Friends,

Can anyone help me how to find BAPI for transaction ME01 source list upload. And also give the name of the BAPI for ME01.

Thanks and Regards,

Gayathri s

5 REPLIES 5

I355602
Advisor
Advisor
0 Kudos

Hi,

BAPI for ME01:

BAPI_REQUISTION_CREATE

BAPI_MATERIAL_GETLIST

Hope this helps you.

Regards,

Tarun

siddhesh_pathak4
Contributor
0 Kudos

This will help you...

[;

Former Member
0 Kudos

use FM : ME_MAINTAIN_SOURCE_LIST_NEW

This will help you.

Former Member
0 Kudos

Hi Gayathri,

[BAPI for ME01|]

Thanks!

Former Member
0 Kudos

How to find a BAPI for a transaction ME01:

Find out the package of the transaction.

Start ME01 go to system --> status.

Double click on transaction

Package is ME

Open this package in SE80

Open business engineering-->Business object types

Find the BO which sounds the most appropriate

I would suggest BUS2012 Purchase Order

Double click.

Open methods.

Find the released method with from data or something similar in the name "Createfromdata"

Position the cursor in it and click the program button

Scroll down to find the bapi used in this method.

Hope it helps.