on 2022 Jan 06 1:52 PM
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 ?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
16 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.