cancel
Showing results for 
Search instead for 
Did you mean: 

WWI / Safety Data Sheet / Chapter 14

christoph_bergemann
Active Contributor
0 Kudos

Dear all

using WWI we can retrieve data for chapter 14 according to my understanding based on data on REAL_SUB but as well from the DG master data direct. Regarding mainly the last topic i have a question (please check blog https://blogs.sap.com/2013/08/30/standard-wwi-processing-methods-wwi/ for details regaring this):

As you know the DG data model: if we use the last option, will WWI only retrieve those data records which are "released for the corresponding transport regulation? And how does it work if the WWI can not retrieve such data? do we use then a "if/endif" to show data like (very high level): for material number x it is not allowed to transport the goods based on transport regulation XY

If we retrieve the data from REAL_SUB: we can not know, if really the relevant DG master data record is released.

Any clue on this? As we do not use the "SREC" templates: are they retrieving the data from REAL_SUB or from material level?

CB

Accepted Solutions (1)

Accepted Solutions (1)

satya11719
Active Contributor
0 Kudos

Hello CB ,

As you know the DG data model: if we use the last option, will WWI only retrieve those data records which are "released for the corresponding transport regulation? And how does it work if the WWI can not retrieve such data? do we use then a "if/endif" to show data like (very high level): for material number x it is not allowed to transport the goods based on transport regulation XY

When you are talking about release data is it per regulation and Material ? This release will be only applicable for the DG checks on the logistics level or if DG data will be used in Transport documents only.

For printing the information in Section 14 will be always happen from DG regulations of the REAL_SUB,

SERC templates uses VAT data only to print DG information in Section 14.

if you want you retrieve logic from DG Master as well using custom FMs and Custom Symbols.

Please check code example :

<11BRG000(M,SAP_EHS_1022_034;*)>

<15BIF363(AND:01G1022034LW EQ "ADR")>

<01G1022034UN(M:C14N_SYMBOL_STACK_PUSH)[D:Prefix for UN Description]>

<01G1022034U1(M:C14N_SYMBOL_STACK_PUSH)[D:Sufix for UN Description]>

<15EIF363>

<11ERG000>

<01GESTRAUTHG(M:C14N_SYMBOL_STACK_NEW)>

<11BRG013(M,SAP_EHS_1022_023;*)>

<11BRG014(S:CLASS;*;E:ZISI114C,ADR)>

Check whether substance is not a dangerous good for this regulation

<13BNG005(*:01GEST0NHM,01GEST0NHME)>

<13BNG777(*:01GESTRCRNAM(M:C14N_SYMBOL_STACK_TOP))>

<03EHS_L_TEXT(CED-H14.00000270)[D:ADR]> <03EHS_L_TEXT(CED-H14.00000641)[D:Not regulated as a dangerous good]>

<13ENG777>

<13CNG005>

Substance is a dangerous good => output DG information

<11BRG357(G,A:ADR,L:*;*)>

<01GEST0NHME(M:C14N_SYMBOL_STACK_PUSHX)>

<11BRG015(M,SAP_EHS_1022_024;*)>

<13BNG016(+:01GEHSDGXFLT)>

I hope this helps.

Best

Satya

Answers (0)