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

Function Module which give report like MB51

Former Member
0 Likes
2,354

I have requirement in which client want output of MB51 in VB Dot Net. Is there and RFC function module or BAPI which return same data?

User will pass Material, Plant, Batch and Storage location.

Please suggest any RFC or BAPI available which include above input parameters and return data like MB51 report.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,231

Did you check via BAPI transaction : Materials Management, Inventory Management, Inventory Management, GetItems and GetDetail, but not like MB51.  If you want exact output of MB51, try to create your own ZBAPI which call RM07DOCS with the class cl_salv_bs_runtime_info to recover the displayed internal table.

Regards,

Raymond