3 weeks ago
Hello,
we activated the scope item 3G8 (Dangerous Goods in the Value Chain). This scope item is used to print dangerous goods designations on documents such as delivery note and delivery pickling list (MM).
Because we use Warehouse Management, our the pick list is generated from Warehouse Order in WM (EWM Pick List). With scope item 3G8 the dangerous goods information is not displayed on this docuement, but we need it there.
What is the intended standard process for this case?
I haven't been able to find any released CDS-View for dangerous goods information to use custom logic.
Thank you for your help!
Best regards,
Frederik
Request clarification before answering.
Hi @Frederik_S ,
you can extend the Warehouse Order form and print custom fields on it:
Extensibility for Adobe Output Forms of Warehouse Order Documents
In order to get the dangerous goods information for a product, please try to use this C1 released class:
DATA(lo_api) = cl_ehdgm_api_ext_factory=>get_instance( )->get_api( ).
lo_api->read_dg_info_for_product( ).
Best regads,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
15 | |
8 | |
7 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.