After materials are received into QI stock from purchase order can we activate batch for materials only when they are only moved from QI to unrestricted. Batch should be mandatory only when MIGO posting is done form QI stock to unrestricted stock. Is...
Hi Experts,
Is it possible to display the warning message at Basic data screen MM01 t code while user creates duplicate material description?
Link for user exit
I tried with EXIT - EXIT_SAPLMGMU_001-MGA00001 but it triggers only while saving th...
me21n.png
Hi Experts,
Requirement: To block the PO creation for the cost center (KOSTL) = '19001' and Acc. Assignment Category(KNTTP) = 'K' for the tcodes ME51N, ME52N, ME54N ,ME21N, ME22N ME29N.,
Issue:
For this i used BADI -ME_PROCESS_REQ_C...
Hi Experts,
Please let us know how to disable the user from editing the movement allowed indicator, final indicator and deletion indicator for certain movement type alone.
Currently we are already using the MB_RESERVATION_BADI to disallow the u...
Hi Experts,
We need to do a validation during goods movement for transfer posting against manual reservation, after fetching all the line items entered in MIGO, we tried using the method IF_EX_MB_MIGO_BADI~POST_DOCUMENT. The reason to do the valid...
Hi Mr.Raymond,
Thank you for the reply,
I used the BADI ME_PROCESS_PO_CUST to block the cost center in ME21N but i can able to save the document ,
Is it possible to restrict the document from saving when the cost center is blocked.
Thanks in ...
Hi Raymond,
Thank you for your reply,
I already tried by saving the line item in separate internal table, but the problem is the BAPI is executing for each line item & that one line item gets passed to internal table,
when the next line item c...
Hi Ashok,
I tried checking MB_CHECK_LINE_BADI or MB_DOCUMENT_BADI by setting break point but i am unable to find values in XMSEG tables while posting the document in MIGO.
Hi Raymond,
Using MB_MIGO_BADI we are able to access the each item during each call of the method. Here we need to access all the items during one call of a method so that we can check the duplicate with RSPOS & RSNUM fields.
Regards,
Sathesh.