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

Need a BAPI !!

Former Member
0 Likes
689

Hi friends.

I am looking for a BAPI or a function module for checking inventory at storage location level. I have a requirement of modifying a custom report which basically shows what is available to deliver without actually having to create deliveries. It shows ATP at plant level. I have to modify it to show ATP at storage location level....

Thanks

Drew

4.6C

1 ACCEPTED SOLUTION
Read only

Laxmana_Appana_
Active Contributor
0 Likes
633

Hi,

Check these BAPI's and also check the table MARD( Storage Location Table).

BAPI_MATPHYSINV_GETDETAIL

Read items for a physical inventory document

BAPI_MATPHYSINV_GETITEMS

Read list of physical inventory documents with items

BAPI_MATPHYSINV_GETLIST

Read list of phys. inv. documents

BAPI_MATPHYSINV_POSTDIFF

Post differences for certain items in a phys. inv. document

BAPI_MATERIAL_GET_ALL

check these links :

Regards

Appana

4 REPLIES 4
Read only

Former Member
0 Likes
633

Hi Andrew,

Can you give us the Transaction code?

Regards,

Azaz Ali.

Read only

0 Likes
633

Its not a standard transaction.

Message was edited by: andrew stickle

Read only

Laxmana_Appana_
Active Contributor
0 Likes
634

Hi,

Check these BAPI's and also check the table MARD( Storage Location Table).

BAPI_MATPHYSINV_GETDETAIL

Read items for a physical inventory document

BAPI_MATPHYSINV_GETITEMS

Read list of physical inventory documents with items

BAPI_MATPHYSINV_GETLIST

Read list of phys. inv. documents

BAPI_MATPHYSINV_POSTDIFF

Post differences for certain items in a phys. inv. document

BAPI_MATERIAL_GET_ALL

check these links :

Regards

Appana

Read only

0 Likes
633

Thanks LAppana.