cancel
Showing results for 
Search instead for 
Did you mean: 

MD02 for multiple item

former_member780881
Participant
0 Kudos
663

Hi experts,

I am new in SAP and ı have some problem about md02.

I can use MD02 for single material correctly. That's ok but it can be time wasting

How can I do multiple item ?

View Entire Topic
former_member780881
Participant
0 Kudos

Thanks to all your comments,

I research and I found a some solutions. We can solve this problem with bapi.

Normally, users can done one by one to materials in MD04.

But Multiple Materials can done with this function.


call function 'BAPI_MATERIAL_PLANNING'
exporting
material = ls_head-material
plant = ls_head-plant
mrp_plan_param = mrp_parametre
tables
mrp_lists = ls_mrp_list
extensionout = extensionout.
commit work and wait.
check sy-subrc eq 0.

result = ls_mrp_list.

perform process_statu.