SAP ABAP Class CL_DG_CUST_DANGER_LABEL (Read Access Danger Labels and Profiles)
Hierarchy
BBPCRM (Software Component) BBPCRM
   EHS-DGP (Application Component) Dangerous Goods Management
     CBDG (Package) PI-EH&S Dangerous Goods Management
Properties
Class CL_DG_CUST_DANGER_LABEL  
Short Description Read Access Danger Labels and Profiles    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CBDG   PI-EH&S Dangerous Goods Management 
Created 20121105   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DG_CUST_DANGER_LABEL has no forward declaration.
Interfaces
Class CL_DG_CUST_DANGER_LABEL has no interface implemented.
Friends
Class CL_DG_CUST_DANGER_LABEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FALSE Constant Private Type reference (TYPE) C SPACE 20121105
2 MC_PROFILE_LABEL_AND_RISK Constant Public Type reference (TYPE) ADGE_ADDINF_PROFILE 'LR' 20121105
3 MC_PROFILE_LABEL_ONLY Constant Public Type reference (TYPE) ADGE_ADDINF_PROFILE 'LB' 20121105
4 MC_PROFILE_PLACARD_ONLY Constant Public Type reference (TYPE) ADGE_ADDINF_PROFILE 'PL' 20121105
5 MC_PROFILE_RISK_ONLY Constant Public Type reference (TYPE) ADGE_ADDINF_PROFILE 'RS' 20121105
6 MT_DANGER_LABELS Static Attribute Private See coding 20121105
7 MT_DANGER_LABELS_DESC Static Attribute Private See coding 20121105
8 MT_DANGER_LABEL_PROFILES Static Attribute Private See coding 20121105
9 MT_DANGER_LABEL_PROFILES_DESC Static Attribute Private See coding 20121105
10 TRUE Constant Private Type reference (TYPE) C 'X' 20121105
Methods
# Method Level Visibility Method type Description Created on
1 ADDINF_PROFILE_EXISTS Static method Public Method 20121114
2 CLASS_CONSTRUCTOR Static method Public Constructor 20121105
3 GET_DANGER_LABEL Static method Public Method 20121105
4 GET_DANGER_LABEL_DESC Static method Public Method 20121105
5 GET_DANGER_LABEL_GRAPHIC Static method Public Method 20121109
6 GET_DANGER_LABEL_PROFILE_DESC Static method Public Method 20121105
7 GET_DANGER_LABEL_RISK Static method Public Method 20121105
8 IS_LABEL Static method Public Method EHS: Checks Whether Danger Label or Primary/Subsidiary Risk 20121105
9 IS_PLACARD Static method Public Method EHS: Checks Whether Placard for Customer Profile 20121105
10 IS_RISK Static method Public Method EHS: Checks Whether Primary/Subsidiary Risk 20121105
Events
Class CL_DG_CUST_DANGER_LABEL has no event.
Types
Class CL_DG_CUST_DANGER_LABEL has no local type.
Method Signatures

Method ADDINF_PROFILE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FLG_ADDINF_PROFILE_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20121114
2 Importing IV_ADDINF_PROFILE Call by reference Type reference (TYPE) ADGE_ADDINF_PROFILE 20121114

Method ADDINF_PROFILE_EXISTS on class CL_DG_CUST_DANGER_LABEL has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_DG_CUST_DANGER_LABEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DG_CUST_DANGER_LABEL has no exception.

Method GET_DANGER_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_DANGER_LABEL Value transfer Type reference (TYPE) THM017 20121105
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121105
3 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121105

Method GET_DANGER_LABEL on class CL_DG_CUST_DANGER_LABEL has no exception.

Method GET_DANGER_LABEL_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DANGER_LABEL_DESC Value transfer Type reference (TYPE) THME_HPD 20121105
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121105
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU 20121105
4 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121105

Method GET_DANGER_LABEL_DESC on class CL_DG_CUST_DANGER_LABEL has no exception.

Method GET_DANGER_LABEL_GRAPHIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DANGER_LABEL_GRAPHIC Value transfer Type reference (TYPE) ESEPHRGRPH 20121109
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121109
3 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121109

Method GET_DANGER_LABEL_GRAPHIC on class CL_DG_CUST_DANGER_LABEL has no exception.

Method GET_DANGER_LABEL_PROFILE_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DANGER_LABEL_PROFILE_DESC Value transfer Type reference (TYPE) ADGE_ADDINF_PROFILED 20121105
2 Importing IV_ADDINF_PROFILE Call by reference Type reference (TYPE) ADGE_ADDINF_PROFILE 20121105
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU 20121105

Method GET_DANGER_LABEL_PROFILE_DESC on class CL_DG_CUST_DANGER_LABEL has no exception.

Method GET_DANGER_LABEL_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DANGER_LABEL_RISK Value transfer Type reference (TYPE) THME_HPN 20121105
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121105
3 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121105

Method GET_DANGER_LABEL_RISK on class CL_DG_CUST_DANGER_LABEL has no exception.

Method IS_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FLG_IS_LABEL Value transfer Type reference (TYPE) BOOLEAN 20121105
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121105
3 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121105

Method IS_LABEL on class CL_DG_CUST_DANGER_LABEL has no exception.

Method IS_PLACARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FLG_IS_PLACARD Value transfer Type reference (TYPE) BOOLEAN 20121105
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121105
3 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121105

Method IS_PLACARD on class CL_DG_CUST_DANGER_LABEL has no exception.

Method IS_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FLG_IS_RISK Value transfer Type reference (TYPE) BOOLEAN 20121105
2 Importing IV_HPN Call by reference Type reference (TYPE) THME_HPN 20121105
3 Importing IV_LWDG Call by reference Type reference (TYPE) THME_LWDG 20121105

Method IS_RISK on class CL_DG_CUST_DANGER_LABEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617