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

MRP List (ms05)

Former Member
0 Likes
1,349

Hello all,

I want to create an own made report which reads data from transaction MS05. However, I can't find the function that retrieve data from this transaction. Would anyone tell me how to get the data from this MRP list?

Thanks for your help!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,109

Check with FM's :

MD_MRP_LIST_OVERVIEW

MD_MRP_AREA_GET

MD_READ_MATERIAL_SIMPLE

Thanks

Seshu

Hello all,

I want to create an own made report which reads data from transaction MS05. However, I can't find the function that retrieve data from this transaction. Would anyone tell me how to get the data from this MRP list?

Thanks for your help!!!

4 REPLIES 4
Read only

Former Member
0 Likes
1,110

Check with FM's :

MD_MRP_LIST_OVERVIEW

MD_MRP_AREA_GET

MD_READ_MATERIAL_SIMPLE

Thanks

Seshu

Read only

0 Likes
1,109

Thanks for your help!

However, do you know any Forms that take Planning Scenario as input parameter too?? As I need to retrieve some data from some scenarios, but the forms you have mentioned above did not operate with Planing Scenario. I'm looking forward to your reply soon.

Thanks so much.

Read only

0 Likes
1,109

Try with below FM's :

MD_READ_MRP_DATA_FROM_MEMORY

MTREE_DATA_SEND

MD_SALES_ORDER_STATUS_REPORT

RM_PLANNING_SCREEN

MPS_CAPACITY_ALL

MD_MATERIALNOTIZ

Look at tables : MDVL,DBVL Tables

Thanks

Seshu

Read only

0 Likes
1,109

How about this FM:

MD_MRP_LIST_API

Thanks

Matthew