on 2024 Jan 08 2:16 PM
Hi EWM Experts,
I have a requirement to write an FS , For fetching NHU/HU(from EWM) details for Material document in ECC.
(In Simple , The report in MB51 should have HU/NHU details).
Please suggest on how to write FS for the same as am a new bee in EWM and not aware of Tables much.
Thanks,
Shashi
Request clarification before answering.
Hi Shashi,
"GUID_COLL" field is not relevant for your process as per my understanding, use other table fields to read from this table.
Best regards,
Gabor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shashi,
Material Document in ERP = Warehouse Task (WT) in EWM.
The EWM WT number can be found in MKPF table, SPE_MDNUM_EWM, but it contains the warehouse number. On the EWM side it does not contain the WH number, so you have to split the value that you find in the field.
/SCWM/ORDIM_C table contains the confirmed WTs in EWM.
/SCWM/ORDIM_O table contains the open WTs in EWM.
/LIME/COLL_W2IM can be also relevant.
/SCWM/HUHDR = HU header, where the Goods Movement is not completed yet.
/SCWM/GMHUHDR = HU header, where the GM is already completed.
Best regards,
Eszter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eszter,
I tried to fetch the details of WT from MKPF table and would like to pass the same to table /LIME/COLL_W2IM (which has all HU details relevant to material document) to fetch all the HU details relevant for Material document. But am not sure about the field GUID Coll. in the above table and where to fetch this detail of input from. Any inputs here please.
Thanks,
Shashi
User | Count |
---|---|
6 | |
6 | |
4 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.