cancel
Showing results for 
Search instead for 
Did you mean: 

Dangerous Goods Information (3G8) for Warehouse documents

Frederik_S
Discoverer
0 Kudos
105

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

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Christian_Ries
Product and Topic Expert
Product and Topic Expert
0 Kudos

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