SAP ABAP Class CL_EHSGBC_DESCRIPTION (EHS: Determination of Descriptions)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EHS-SAF (Application Component) Product Safety
     CBGLMP_API (Package) EHS: API Implementations
Properties
Class CL_EHSGBC_DESCRIPTION  
Short Description EHS: Determination of Descriptions    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CBGLMP_API   EHS: API Implementations 
Created 20110914   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_EHSGBC_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_EHSGBC_DESCRIPTION has no interface implemented.
Friends
Class CL_EHSGBC_DESCRIPTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GTH_DESCRIPTION Static Attribute Protected Type reference (TYPE) GTYTH_DESCRIPTION Description objects 20110914
2 MTH_ADDR_USR Instance attribute Protected Type reference (TYPE) GTYTH_ADDR_USR Generated Table for View V_ADDR_USR 20120526
3 MTH_DRAT Instance attribute Protected Type reference (TYPE) GTYTH_DRAT Document (report template) description 20110914
4 MTH_IDENTLIST Instance attribute Protected Type reference (TYPE) GTYTH_IDENTLIST Specification Identifiers 20110914
5 MTH_LABELTYPE Instance attribute Protected Type reference (TYPE) GTYTH_TCGL2 Label Category 20120829
6 MTH_LABEL_STOCK Instance attribute Protected Type reference (TYPE) GTYTH_LABEL_STOCK Label stock descriptions 20110914
7 MTH_LDEPID Instance attribute Protected Type reference (TYPE) GTYTH_LDEPID 20130222
8 MTH_LSID Instance attribute Protected Type reference (TYPE) GTYTH_LSID Label Stocks 20130422
9 MTH_MAKTX Instance attribute Protected Type reference (TYPE) GTYTH_MAKTX Material short text buffer 20110914
10 MTH_PLANT Instance attribute Protected Type reference (TYPE) GTYTH_PLANT Plant descriptions 20110914
11 MTH_PRNSTT Instance attribute Protected Type reference (TYPE) GTYTH_PRNSTT 20130213
12 MTH_PRNTRT Instance attribute Protected Type reference (TYPE) GTYTH_PRNTRT 20130213
13 MTH_SCENT Instance attribute Protected Type reference (TYPE) GTYTH_SCENT 20130213
14 MTH_T002T Instance attribute Protected Type reference (TYPE) GTYTH_T002T Language descriptions 20110914
15 MTH_T005T Instance attribute Protected Type reference (TYPE) GTYTH_T005T Country descriptions 20110914
16 MTH_T005U Instance attribute Protected Type reference (TYPE) GTYTH_T005U Country region descriptions 20110914
17 MTH_TDWST Instance attribute Protected Type reference (TYPE) GTYTH_TDWST Document status descriptions 20110914
18 MTH_TFTIT Instance attribute Protected Type reference (TYPE) GTYTH_TFTIT Function module descriptions 20110914
19 MV_LANGU Instance attribute Protected Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110914
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110914
2 GET_COUNTRY Instance method Public Method Get description of a country 20110914
3 GET_COUNTRY_REGION Instance method Public Method Get description of a country's region 20110914
4 GET_DIMENSION Instance method Public Method Get description of a dimension 20110914
5 GET_DOCUMENT Instance method Public Method Get description of a document (report template) 20110914
6 GET_DOCUMENT_STATUS Instance method Public Method Get abbreviation and description of a doc. (report) status 20110914
7 GET_DOCUMENT_TYPE Instance method Public Method Get description of a document (report) type 20110914
8 GET_FIXED_VALUE Instance method Public Method Get description of fixed values 20110914
9 GET_FUNCTION_MODULE Instance method Public Method Get description of function module 20110914
10 GET_GLM_LABELING_SCENARIO Instance method Public Method Get description of GLM labeling scenario 20110914
11 GET_GLM_LABEL_STOCK Instance method Public Method Get description of GLM label stock 20110914
12 GET_GLM_PRINTER Instance method Public Method Get description of GLM printers 20110914
13 GET_INSTANCE_CL Static method Public Method Get description object 20110914
14 GET_LABELTYPE Instance method Public Method Get Label Category 20120829
15 GET_LANGUAGE Instance method Public Method Get description of a language 20110914
16 GET_LSID Instance method Public Method Get Label Category 20130422
17 GET_MATERIAL Instance method Public Method Get description of a material 20110914
18 GET_MATERIALS Instance method Public Method Get description of a material 20130222
19 GET_PLANT Instance method Public Method Get description of a plant 20110914
20 GET_PRINTER Instance method Public Method Get description of GLM printers 20120526
21 GET_REPORT_CAT Instance method Public Method Get description of a report category 20110914
22 GET_REPORT_GENERATION_VARIANT Instance method Public Method Get description of a report generation variant 20110914
23 GET_REPORT_GENERATION_VARIANTS Instance method Public Method 20130222
24 GET_SCENARIO Instance method Public Method Get description of GLM printers 20120526
25 GET_SPECIFICATION_IDENTIFIER Instance method Public Method 20130225
26 GET_SPECIFICATION_IDENTIFIERS Instance method Public Method Get identifiers of a specification 20130225
27 GET_UNIT_OF_MEASUREMENT Instance method Public Method Get ext. key and description of a unit of measurement 20110914
28 GET_USAGE_RATING Instance method Public Method Get description of a rating 20110914
29 GET_USAGE_VALAREA Instance method Public Method Get description of a validity area 20110914
30 GET_USAGE_VALAREA_CAT Instance method Public Method Get description of a validity area category 20110914
31 GET_USER Instance method Public Method Get description of a user 20110914
32 GET_WORKSTATION Instance method Public Method Get description of GLM printers 20120526
Events
Class CL_EHSGBC_DESCRIPTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYS_ADDR_USR Protected See coding 20120526 BEGIN OF gtys_addr_usr, bname TYPE bname, name_first TYPE name_first, name_last TYPE name_last, END OF gtys_addr_usr
2 GTYS_DESCRIPTION Protected See coding 20110914 BEGIN OF gtys_description, langu TYPE sy-langu, object TYPE REF TO cl_ehsgbc_description, END OF gtys_description
3 GTYS_IDENTLIST Protected See coding 20110914 BEGIN OF gtys_identlist, subid TYPE esesubid, idlid TYPE eseidlid, ident1 TYPE eseident, ident2 TYPE eseident, ident3 TYPE eseident, END OF gtys_identlist
4 GTYS_LABEL_STOCK Protected See coding 20110914 BEGIN OF gtys_label_stock, lsid TYPE cbgle_lsid, lsdesc TYPE cbgle_lsdesc, END OF gtys_label_stock
5 GTYS_LDEPID Protected See coding 20130222 BEGIN OF gtys_ldepid, ldepid TYPE eseldepid, text TYPE cbgle_textl, END OF gtys_ldepid
6 GTYS_LSID Protected See coding 20130422 BEGIN OF gtys_lsid, lsid TYPE cbgle_lsid, langu TYPE sy-langu, text TYPE cbgle_lsdesc, "char 60 END OF gtys_lsid
7 GTYS_MAKTX Protected See coding 20110914 BEGIN OF gtys_maktx, matnr TYPE makt-matnr, maktx TYPE makt-maktx, END OF gtys_maktx
8 GTYS_PLANT Protected See coding 20110914 BEGIN OF gtys_plant, werks TYPE werks_d, name1 TYPE name1, name2 TYPE name2, END OF gtys_plant
9 GTYS_PRNSTT Protected See coding 20130213 BEGIN OF gtys_prnstt, stnid TYPE cbgle_stnid, textlong TYPE cbgle_textl, END OF gtys_prnstt
10 GTYS_PRNTRT Protected See coding 20130213 BEGIN OF gtys_prntrt, prnid TYPE cbgle_prnid, textlong TYPE cbgle_textl, END OF gtys_prntrt
11 GTYS_SCENT Protected See coding 20130213 BEGIN OF gtys_scent, scenid TYPE cbgle_scenid, regtextlong TYPE cbgle_reg_txt_long, END OF gtys_scent
12 GTYTH_ADDR_USR Protected See coding 20120526 gtyth_addr_usr TYPE HASHED TABLE OF gtys_addr_usr WITH UNIQUE KEY bname
13 GTYTH_DESCRIPTION Protected See coding 20110914 gtyth_description TYPE HASHED TABLE OF gtys_description WITH UNIQUE KEY langu
14 GTYTH_DRAT Protected See coding 20110914 gtyth_drat TYPE HASHED TABLE OF drat WITH UNIQUE KEY dokar doknr dokvr doktl
15 GTYTH_IDENTLIST Protected See coding 20110914 gtyth_identlist TYPE HASHED TABLE OF gtys_identlist WITH UNIQUE KEY subid idlid
16 GTYTH_LABEL_STOCK Protected See coding 20110914 gtyth_label_stock TYPE HASHED TABLE OF gtys_label_stock WITH UNIQUE KEY lsid
17 GTYTH_LDEPID Protected See coding 20130222 gtyth_ldepid TYPE HASHED TABLE OF gtys_ldepid WITH UNIQUE KEY ldepid
18 GTYTH_LSID Protected See coding 20130422 gtyth_lsid TYPE HASHED TABLE OF gtys_lsid WITH UNIQUE KEY lsid langu
19 GTYTH_MAKTX Protected See coding 20110914 gtyth_maktx TYPE HASHED TABLE OF gtys_maktx WITH UNIQUE KEY matnr
20 GTYTH_PLANT Protected See coding 20110914 gtyth_plant TYPE HASHED TABLE OF gtys_plant WITH UNIQUE KEY werks
21 GTYTH_PRNSTT Protected See coding 20130213 gtyth_prnstt TYPE HASHED TABLE OF gtys_prnstt WITH UNIQUE KEY stnid
22 GTYTH_PRNTRT Protected See coding 20130213 gtyth_prntrt TYPE HASHED TABLE OF gtys_prntrt WITH UNIQUE KEY prnid
23 GTYTH_SCENT Protected See coding 20130213 gtyth_scent TYPE HASHED TABLE OF gtys_scent WITH UNIQUE KEY scenid
24 GTYTH_T002T Protected See coding 20110914 gtyth_t002t TYPE HASHED TABLE OF t002t WITH UNIQUE KEY sprsl
25 GTYTH_T005T Protected See coding 20110914 gtyth_t005t TYPE HASHED TABLE OF t005t WITH UNIQUE KEY land1
26 GTYTH_T005U Protected See coding 20110914 gtyth_t005u TYPE HASHED TABLE OF t005u WITH UNIQUE KEY land1 bland
27 GTYTH_TCGL2 Protected See coding 20120829 gtyth_tcgl2 TYPE HASHED TABLE OF tcgl2 WITH UNIQUE KEY reptype
28 GTYTH_TDWST Protected See coding 20110914 gtyth_tdwst TYPE HASHED TABLE OF tdwst WITH UNIQUE KEY dokst
29 GTYTH_TFTIT Protected See coding 20110914 gtyth_tftit TYPE HASHED TABLE OF tftit WITH UNIQUE KEY funcname
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key of Current Text Environment 20110914

Method CONSTRUCTOR on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) LANDX Country Name 20110914
2 Exporting EV_DESCRIPTION_50 Call by reference Type reference (TYPE) LANDX50 Country Name (Max. 50 Characters) 20110914
3 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Country Key 20110914

Method GET_COUNTRY on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_COUNTRY_REGION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Country Key 20110914
2 Importing IV_REGION Call by reference Type reference (TYPE) REGIO Region (State, Province, County) 20110914
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) BEZEI20 Description 20110914

Method GET_COUNTRY_REGION on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DIMENSION_ID Call by reference Type reference (TYPE) DIMID Dimension key 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) TXDIM Dimension text 20110914

Method GET_DIMENSION on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DOCKEY Call by reference Type reference (TYPE) CVDDOCKEY DDS: DMS document key 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) DKTXT Document description 20110914

Method GET_DOCUMENT on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_DOCUMENT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) DOSTX Description of document status 20110914
2 Exporting EV_STATUS_ABBR Call by reference Type reference (TYPE) STABK Status of a document (language-dependent) 20110914
3 Importing IV_STATUS Call by reference Type reference (TYPE) DOKST Document Status 20110914

Method GET_DOCUMENT_STATUS on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_DOCUMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOC_TYPE Call by reference Type reference (TYPE) DOKAR Document Type 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) DARTXT Description of Document Type 20110914

Method GET_DOCUMENT_TYPE on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_FIXED_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20110914
2 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20110914
3 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20110914
4 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) VAL_TEXT Short Text for Fixed Values 20110914

Method GET_FIXED_VALUE on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_FUNCTION_MODULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCNAME Call by reference Type reference (TYPE) RS38L_FNAM Name of Function Module 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) RS38L_FTXT Short text for function module 20110914

Method GET_FUNCTION_MODULE on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_GLM_LABELING_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) CBGLE_REG_TXT Description of Labeling Scenario 20110914
2 Exporting EV_DESCRIPTION_LONG Call by reference Type reference (TYPE) CBGLE_REG_TXT_LONG Long Description of Labeling Scenario 20110914
3 Importing IV_SCENARIO_ID Call by reference Type reference (TYPE) CBGLE_SCENID Labeling Scenario 20110914

Method GET_GLM_LABELING_SCENARIO on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_GLM_LABEL_STOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LABEL_STOCK_ID Call by reference Type reference (TYPE) CBGLE_LSID Label Stock 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) CBGLE_LSDESC Description of Label Stock 20110914

Method GET_GLM_LABEL_STOCK on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_GLM_PRINTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DESCR Call by reference Type reference (TYPE) CBGLE_PRN_DESC Bezeichnung des Druckers 20120526
2 Exporting EV_DRIVER Call by reference Type reference (TYPE) CBGLE_PRN_DRIVER Bezeichnung des Druckertreibers 20120526
3 Exporting EV_DRVDETAIL Call by reference Type reference (TYPE) CBGLE_PRN_DRV_DESC Beschreibung des Druckertreibers 20120526
4 Exporting EV_NAME Value transfer Type reference (TYPE) ESEWINPR Printer Name 20120526
5 Importing IV_PRINTER_NO Call by reference Type reference (TYPE) CBGLE_PRN_NR Printer Number 20120526

Method GET_GLM_PRINTER on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_INSTANCE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key of Current Text Environment 20110914
2 Returning RO_DESCRIPTION Value transfer Object reference (TYPE REF TO) CL_EHSGBC_DESCRIPTION EHS: Description determination 20110914

Method GET_INSTANCE_CL on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_LABELTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LABELTYPE_ID Call by reference Type reference (TYPE) CBGLE_LTYP Etikettentyp Id. 20120829
2 Returning RV_LABELTYPE_DESC Value transfer Type reference (TYPE) CBGLE_LABELTYPE_DESC Etikettentyp Beschreibung 20120829

Method GET_LABELTYPE on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) SPTXT Name of Language 20110914

Method GET_LANGUAGE on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_LSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LSID_ID Call by reference Type reference (TYPE) CBGLE_LSID Etikettentyp Id. 20130422
2 Returning RV_LSID_DESC Value transfer Type reference (TYPE) CBGLE_LSID_DESC Etikettentyp Beschreibung 20130422

Method GET_LSID on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) MAKTX Material Description (Short Text) 20110914

Method GET_MATERIAL on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_MATERIALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAKT Call by reference Type reference (TYPE) MAKT_TAB 20130222

Method GET_MATERIALS on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_PLANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAME1 Call by reference Type reference (TYPE) NAME1 Name 20110914
2 Exporting EV_NAME2 Call by reference Type reference (TYPE) NAME2 Name 2 20110914
3 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20110914

Method GET_PLANT on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_PRINTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PRNID Call by reference Type reference (TYPE) CBGLE_PRNID Printer Number 20120526
2 Returning RV_DESCR Value transfer Type reference (TYPE) CBGLE_TEXTL Printer Name 20120526

Method GET_PRINTER on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_REPORT_CAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REPORT_CAT Call by reference Type reference (TYPE) ESEREPTYPE Report Category 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ESEREPTNAM Desc. for a Report Category 20110914

Method GET_REPORT_CAT on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_REPORT_GENERATION_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEYDATE Call by reference Type reference (TYPE) SYDATUM SY-DATUM Current Date of Application Server 20110914
2 Importing IV_LDEPID Call by reference Type reference (TYPE) ESELDEPID Report Generation Variant 20110914
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ESELDEPNAM Description for Report Generation Variant 20110914

Method GET_REPORT_GENERATION_VARIANT on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_REPORT_GENERATION_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VARIANT Call by reference Type reference (TYPE) ESPVR_APILP_TAB_TYPE 20130222
2 Importing IV_KEYDATE Call by reference Type reference (TYPE) SYDATUM SY-DATUM 20130222
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ESELDEPNAM 20130222

Method GET_REPORT_GENERATION_VARIANTS on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCNID Call by reference Type reference (TYPE) CBGLE_SCENID Printer Number 20120526
2 Returning RV_DESCR Value transfer Type reference (TYPE) CBGLE_REG_TXT_LONG Printer Name 20120526

Method GET_SCENARIO on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_SPECIFICATION_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IDENT1 Call by reference Type reference (TYPE) ESEIDENT 20130225
2 Exporting EV_IDENT2 Call by reference Type reference (TYPE) ESEIDENT 20130225
3 Exporting EV_IDENT3 Call by reference Type reference (TYPE) ESEIDENT 20130225
4 Importing IV_IDLID Call by reference Type reference (TYPE) ESEIDLID CL_EHSGBC_CONSTANTS=>GC_IDLID_GLM 20130225
5 Importing IV_KEYDATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM 20130225
6 Importing IV_RECN Call by reference Type reference (TYPE) ESERECN 20130225
7 Importing IV_SUBID Call by reference Type reference (TYPE) ESESUBID 20130225

Method GET_SPECIFICATION_IDENTIFIER on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_SPECIFICATION_IDENTIFIERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUB Call by reference Type reference (TYPE) ESP8_RECN_SUBID_TAB_TYPE 20130225
2 Importing IV_IDLID Call by reference Type reference (TYPE) ESEIDLID CL_EHSGBC_CONSTANTS=>GC_IDLID_GLM 20130225

Method GET_SPECIFICATION_IDENTIFIERS on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_UNIT_OF_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MSEH3 Call by reference Type reference (TYPE) MSEH3 External Unit of Measurement in Commercial Format (3-Char.) 20110914
2 Exporting EV_MSEH6 Call by reference Type reference (TYPE) MSEH6 External Unit of Measurement in Technical Format (6-Char.) 20110914
3 Exporting EV_MSEHL Call by reference Type reference (TYPE) MSEHL Unit of Measurement Text (Maximum 30 Characters) 20110914
4 Exporting EV_MSEHT Call by reference Type reference (TYPE) MSEHT Unit of Measurement Text (Maximum 10 Characters) 20110914
5 Importing IV_UOM Call by reference Type reference (TYPE) MSEHI Unit of Measurement 20110914

Method GET_UNIT_OF_MEASUREMENT on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_USAGE_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RATING Call by reference Type reference (TYPE) ESEVACLID Rating 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ESEVACLNAM Description for Rating 20110914

Method GET_USAGE_RATING on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_USAGE_VALAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALAREA Call by reference Type reference (TYPE) ESERVLID Validity Area 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ESERVLNAM Description for Validity Area 20110914

Method GET_USAGE_VALAREA on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_USAGE_VALAREA_CAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALAREA_CAT Call by reference Type reference (TYPE) ESERVLTYPE Validity Area Category 20110914
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ESERVLTYPENAM Language-Dependent Description for Validity Area Category 20110914

Method GET_USAGE_VALAREA_CAT on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER Call by reference Type reference (TYPE) XUBNAME SY-UNAME User Name 20110914
2 Returning RS_ADDRESS Value transfer Type reference (TYPE) V_ADDR_USR Generated Table for View V_ADDR_USR 20110914

Method GET_USER on class CL_EHSGBC_DESCRIPTION has no exception.

Method GET_WORKSTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STNID Call by reference Type reference (TYPE) CBGLE_STNID Printer Number 20120526
2 Returning RV_DESCR Value transfer Type reference (TYPE) CBGLE_REG_TXT_LONG Printer Name 20120526

Method GET_WORKSTATION on class CL_EHSGBC_DESCRIPTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in