SAP ABAP Class CL_EHSGWB_CUSTOMIZING (EHS: LWB Access to Customizing)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EHS-SAF (Application Component) Product Safety
     CBGLMP_WB (Package) EHS: Labeling Workbench Framework
Properties
Class CL_EHSGWB_CUSTOMIZING  
Short Description EHS: LWB Access to Customizing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CBGLMP_WB   EHS: Labeling Workbench Framework 
Created 20110914   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EHSGWB_CUSTOMIZING has no forward declaration.
Interfaces
Class CL_EHSGWB_CUSTOMIZING has no interface implemented.
Friends
Class CL_EHSGWB_CUSTOMIZING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_DUMMY Static Attribute Protected Type reference (TYPE) C 20111221
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY_OBJECT_CL Static method Public Method Check the Authorization Object for Required Fields 20110914
2 CHECK_CUSTOMIZING_CL Static method Public Method Check the Customizing for Required Settings 20110914
3 CHECK_DEF_EXECUTION_TYPE_CL Static method Private Method Check the Defined Execution Type of a BP Tab 20111024
4 CHECK_DEF_SUBTAB_SCREEN_CL Static method Private Method Check the Screen Definitions of a Subtab 20111221
5 CHECK_DEF_TAB_SCREEN_CL Static method Private Method Check the Screen Definitions of a Tab 20111020
6 GET_DEF_ALL_SCREENS_CL Static method Public Method Read all Defined Screens 20110914
7 GET_DEF_AUTHORITY_OBJECT_CL Static method Public Method Read the Defined Authorization Object 20110914
8 GET_DEF_BP_CL Static method Public Method Read the Properties of a Business Process 20110914
9 GET_DEF_BP_DOCU_CL Static method Public Method Read the Defined Documentation Keys of the BP 20110914
10 GET_DEF_BP_SINGLE_CL Static method Public Method Read the Properties of a Single Business Process 20110914
11 GET_DEF_BP_TREE_PANEL_WIDTH_CL Static method Public Method Read the Defined Width of the BP Tree Panel 20110914
12 GET_DEF_EXECUTION_TYPE_CL Static method Public Method Read the Defined Execution Type of a BP Tab 20110914
13 GET_DEF_GLOBAL_PARAM_ALL_CL Static method Public Method Read the Global LWB Settings (All) 20110914
14 GET_DEF_GUI_TITLE_CL Static method Public Method Read the Defined GUI Title 20110914
15 GET_DEF_QUERY_CRIT_ALL_CL Static method Public Method Read the Defined Query Criteria of a BP 20120112
16 GET_DEF_QUERY_CRIT_CL Static method Public Method Read the Defined Query Criteria of a BP (for Query ALV) 20110914
17 GET_DEF_QUERY_CRIT_DEFVAL_CL Static method Public Method Read the Defined Query Criteria Default Values of a BP 20110914
18 GET_DEF_QUERY_CRIT_SINGLE_CL Static method Public Method Read a Single Query Criteria Definition of a BP 20120112
19 GET_DEF_SUBTAB_CL Static method Public Method Read the BP Tab, Subtab Definition 20110914
20 GET_DEF_SUBTAB_SCREEN_CL Static method Public Method Read the Defined Screen of a BP Subtab 20110914
21 GET_DEF_SUBTAB_SCREEN_FILT_CL Static method Public Method Read the Defined Screen Field Value Filter of a BP Subtab 20111122
22 GET_DEF_SUBTAB_SCREEN_PROPD_CL Static method Public Method Read the Defined Screen Field Descriptions of a BP Subtab 20120301
23 GET_DEF_SUBTAB_SCREEN_PROPS_CL Static method Public Method Read the Defined Screen Field Properties of a BP Subtab 20110914
24 GET_DEF_SUBTAB_SCREEN_SINGL_CL Static method Public Method Read the Defined Single Screen of a BP Subtab 20110914
25 GET_DEF_SUBTAB_SINGLE_CL Static method Public Method Read a Single BP Subtab Definition 20110914
26 GET_DEF_TAB_CL Static method Public Method Read the BP Tab Definition 20110914
27 GET_DEF_TAB_SCREEN_CL Static method Public Method Read the Defined Screen of a BP Tab 20110914
28 GET_DEF_TAB_SCREEN_FILT_CL Static method Public Method Read the Defined Screen Field Value Filter of a BP Tab 20111122
29 GET_DEF_TAB_SCREEN_PROPS_CL Static method Public Method Read the Defined Screen Field Properties of a BP Tab 20110914
30 GET_DEF_TAB_SCREEN_PROPS_D_CL Static method Public Method Read the Defined Screen Field Descriptions of a BP Tab 20120301
31 GET_DEF_TAB_SCREEN_SINGLE_CL Static method Public Method Read the Defined Single Screen of a BP Tab 20110914
32 GET_DEF_TAB_SINGLE_CL Static method Public Method Read a Single BP Tab Definition 20110914
33 GET_DESC_BY_DATAELEMENT_CL Static method Private Method 20130212
34 GET_DESC_BY_PROP_CUST_CL Static method Private Method 20130212
35 GET_ID_OF_MAIN_SUBTAB_CL Static method Public Method Determine ID of the First Subtab 20110914
36 GET_ID_OF_MAIN_TAB_CL Static method Public Method Determine ID of Main (First) Tab 20110914
37 GET_QUERY_CRIT_DESC_CL Static method Private Method Determine the Description of the Search Criteria 20120301
38 GET_QUERY_CRIT_PARAMETER_ID_CL Static method Private Method Determine the Parameter ID of the Search Criteria 20120111
39 GET_RESULT_SCREEN_STRUCTURE_CL Static method Public Method Determine the Result Screen Structure of a BP 20120111
40 GET_SCREEN_ID_NEXT_CL Static method Public Method Determine the Screen ID of the Next Screen 20110914
41 GET_SCREEN_ID_QUERY_CL Static method Public Method Determine the Screen ID of the Main Tab Query Screen 20110914
42 GET_SCREEN_ID_RESULT_CL Static method Public Method Determine the Screen ID of the Main Tab Query Result Screen 20110914
43 IS_MAIN_TAB_CL Static method Public Method Check Whether Given ID Belongs to the Main Tab of the BP 20110914
44 IS_QUERY_CRIT_CL Static method Public Method Check Whether Given ID Belongs to a Query Criteria 20110914
45 READ_QUERY_CRIT_DESC_CL Static method Private Method Read the Descriptions of the Query Criteria 20110914
Events
Class CL_EHSGWB_CUSTOMIZING has no event.
Types
Class CL_EHSGWB_CUSTOMIZING has no local type.
Method Signatures

Method CHECK_AUTHORITY_OBJECT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FLG_IS_VALID Call by reference Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110914
2 Importing IV_AUTH_OBJECT Call by reference Type reference (TYPE) XUOBJECT Authorization Object 20110914

Method CHECK_AUTHORITY_OBJECT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method CHECK_CUSTOMIZING_CL Signature

Method CHECK_CUSTOMIZING_CL on class CL_EHSGWB_CUSTOMIZING has no parameter.
Method CHECK_CUSTOMIZING_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method CHECK_DEF_EXECUTION_TYPE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: Labeling messages 20111024
2 Importing IT_EXEC_TYPE_DEF Call by reference Type reference (TYPE) CCGLD_WB_EXEC_TYPE_DEF EHS: execution type definition 20111024
3 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20111024
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20111024

Method CHECK_DEF_EXECUTION_TYPE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method CHECK_DEF_SUBTAB_SCREEN_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: Labeling messages 20111221
2 Importing IT_SCREENS Call by reference Type reference (TYPE) CCGLD_WB_SUBTAB_SCREEN_DEF EHS: LWB Unterregisterkarte Dynpro 20111221
3 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID ID der ausgewählten Funktion 20111221
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Reiter ID 20111221

Method CHECK_DEF_SUBTAB_SCREEN_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method CHECK_DEF_TAB_SCREEN_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: Labeling messages 20111020
2 Importing IT_SCREENS Call by reference Type reference (TYPE) CCGLD_WB_TAB_SCREEN_DEF 20111020
3 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID ID der ausgewählten Funktion 20111020
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Reiter ID 20111020

Method CHECK_DEF_TAB_SCREEN_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_ALL_SCREENS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SCREENS Value transfer Type reference (TYPE) CCGLD_WB_KEY_SCREEN_CONT EHS: LWB key for screen container 20110914

Method GET_DEF_ALL_SCREENS_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_AUTHORITY_OBJECT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AUTH_OBJECT Call by reference Type reference (TYPE) CBGLE_WB_AUTH_OBJECT EHS: Labeling Workbench authority object 20110914
2 Exporting EV_FLG_IS_VALID Call by reference Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110914

Method GET_DEF_AUTHORITY_OBJECT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_BP_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) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
2 Returning RT_BP Value transfer Type reference (TYPE) CCGLD_WB_BP_DEF EHS: LWB BP definition 20110914

Method GET_DEF_BP_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_BP_DOCU_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOCU_CLASS Call by reference Type reference (TYPE) CBGLE_WB_DOCU_CLASS Document class 20110914
2 Exporting EV_DOCU_CLSNAME Call by reference Type reference (TYPE) CBGLE_WB_BP_DOCU Business Process documentation class 20110914
3 Exporting EV_DOCU_NAME Call by reference Type reference (TYPE) CBGLE_WB_DOCU_NAME Document name 20110914
4 Exporting EV_TCODE Call by reference Type reference (TYPE) CBGLE_WB_TCODE Transaktionscode 20120404
5 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914

Method GET_DEF_BP_DOCU_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_BP_SINGLE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Returning RS_BP_DEF Value transfer Type reference (TYPE) CCGLS_WB_BP_DEF EHS: LWB BP definition 20110914

Method GET_DEF_BP_SINGLE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_BP_TREE_PANEL_WIDTH_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BP_PANEL_WIDTH Value transfer Type reference (TYPE) CBGLE_WB_BP_PANEL_WIDTH BP Tree panel width 20110914

Method GET_DEF_BP_TREE_PANEL_WIDTH_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_EXECUTION_TYPE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: Labeling messages 20111024
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
3 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
5 Returning RT_EXEC_TYPE_DEF Value transfer Type reference (TYPE) CCGLD_WB_EXEC_TYPE_DEF EHS: execution type definition 20110914

Method GET_DEF_EXECUTION_TYPE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_GLOBAL_PARAM_ALL_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PARAM Value transfer Type reference (TYPE) CCGLC_WBC_PAR EHS: Labeling Workbench general definitions 20110914

Method GET_DEF_GLOBAL_PARAM_ALL_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_GUI_TITLE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACTIVE_BP_DESCR Call by reference Type reference (TYPE) CBGLE_WB_BP_DESC Sprachabhängige Bezeichnung der Funktion 20121212
2 Exporting EV_PROGNAME Call by reference Type reference (TYPE) CBGLE_WB_PROGNAME_TITLE Program name of GUI title 20110914
3 Exporting EV_TITLE Call by reference Type reference (TYPE) CBGLE_WB_NAME_TITLE Name of GUI title 20110914
4 Importing IV_ACTIVE_BP Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Funktion 20121212

Method GET_DEF_GUI_TITLE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_QUERY_CRIT_ALL_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20120112
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20120112
3 Returning RT_QUERY_CRIT Value transfer Type reference (TYPE) CCGLD_WB_QUERY_CRITERIA_DEF EHS: LWB Suchkriterien 20120112

Method GET_DEF_QUERY_CRIT_ALL_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_QUERY_CRIT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_CRIT Call by reference Type reference (TYPE) CCGLD_WB_QUERY_CRIT EHS: LWB query criteria 20110914
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20110914

Method GET_DEF_QUERY_CRIT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_QUERY_CRIT_DEFVAL_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Returning RT_QUERY_CRIT_DEFVAL Value transfer Type reference (TYPE) CCGLD_WB_QUERY_CRITERIA_DEF EHS: query criteria default values 20110914

Method GET_DEF_QUERY_CRIT_DEFVAL_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_QUERY_CRIT_SINGLE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20120112
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120112
3 Importing IV_QUERY_CRIT_ID Call by reference Type reference (TYPE) CBGLE_WB_QUERY_CRIT_ID Schlüssel des Suchkriteriums 20120112
4 Returning RS_QUERY_CRIT_DEF Value transfer Type reference (TYPE) CCGLS_WB_QUERY_CRITERIA_DEF EHS: LWB Suchkriterien Definition 20120112

Method GET_DEF_QUERY_CRIT_SINGLE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
4 Returning RT_SUBTAB_DEF Value transfer Type reference (TYPE) CCGLD_WB_SUBTAB_DEF EHS: LWB subtab definition 20110914

Method GET_DEF_SUBTAB_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_SCREEN_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: GLM Meldungen 20111221
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
3 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
4 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914
5 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
6 Returning RT_SCREENS Value transfer Type reference (TYPE) CCGLD_WB_SUBTAB_SCREEN_DEF EHS: LWB subtab screen definition 20110914

Method GET_DEF_SUBTAB_SCREEN_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_SCREEN_FILT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: GLM Meldungen 20111221
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20111122
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20111122
4 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20111122
5 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20111122
6 Returning RT_SCREEN_FILTER Value transfer Type reference (TYPE) CCGLD_WB_SUBTAB_SCR_FILTER_DEF EHS: LWB Filter für Feldwertausgabe auf Unterreiterbildern 20111122

Method GET_DEF_SUBTAB_SCREEN_FILT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_SCREEN_PROPD_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20120301
2 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20120301
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20120301
4 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20120301
5 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20120301
6 Returning RT_FIELD_DESC Value transfer Type reference (TYPE) CCGLD_WB_SUBTAB_SCRPROP_D_DEF EHS: Unterregisterkarte Dynprofelder Bezeichnungen 20120301

Method GET_DEF_SUBTAB_SCREEN_PROPD_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_SCREEN_PROPS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
3 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
5 Returning RT_SCREEN_PROPS Value transfer Type reference (TYPE) CCGLD_WB_SUBTAB_SCRPROP_DEF EHS: LWB subtab screen field properties definition 20110914

Method GET_DEF_SUBTAB_SCREEN_PROPS_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_SCREEN_SINGL_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
4 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914
5 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
6 Returning RS_SCREEN Value transfer Type reference (TYPE) CCGLS_WB_SUBTAB_SCREEN_DEF EHS: LWB subtab screen definition 20110914

Method GET_DEF_SUBTAB_SCREEN_SINGL_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_SUBTAB_SINGLE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
5 Returning RS_SUBTAB_DEF Value transfer Type reference (TYPE) CCGLS_WB_SUBTAB_DEF EHS: LWB subtab definition 20110914

Method GET_DEF_SUBTAB_SINGLE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Returning RT_TAB_DEF Value transfer Type reference (TYPE) CCGLD_WB_TAB_DEF EHS: LWB tab definition 20110914

Method GET_DEF_TAB_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_SCREEN_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CL_EHSGBC_MESSAGE EHS: Labeling messages 20111020
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
3 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
5 Returning RT_SCREENS Value transfer Type reference (TYPE) CCGLD_WB_TAB_SCREEN_DEF EHS: LWB tab screen definition 20110914

Method GET_DEF_TAB_SCREEN_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_SCREEN_FILT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20111122
2 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20111122
3 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20111122
4 Returning RT_SCREEN_FILTER Value transfer Type reference (TYPE) CCGLD_WB_TAB_SCR_FILTER_DEF EHS: LWB Filter für Feldwertausgabe auf Reiterbildern 20111122

Method GET_DEF_TAB_SCREEN_FILT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_SCREEN_PROPS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
3 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
4 Returning RT_SCREEN_PROPS Value transfer Type reference (TYPE) CCGLD_WB_TAB_SCRPROP_DEF EHS: LWB tab screen field properties definition 20110914

Method GET_DEF_TAB_SCREEN_PROPS_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_SCREEN_PROPS_D_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20120301
2 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20120301
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20120301
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20120301
5 Returning RT_FIELD_DESC Value transfer Type reference (TYPE) CCGLD_WB_TAB_SCRPROP_D_DEF EHS: LWB Registerkarte Dynprofelder Bezeichnungen 20120301

Method GET_DEF_TAB_SCREEN_PROPS_D_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_SCREEN_SINGLE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
4 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
5 Returning RS_SCREEN Value transfer Type reference (TYPE) CCGLS_WB_TAB_SCREEN_DEF EHS: LWB tab screen definition 20110914

Method GET_DEF_TAB_SCREEN_SINGLE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DEF_TAB_SINGLE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20110914
3 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
4 Returning RS_TAB_DEF Value transfer Type reference (TYPE) CCGLS_WB_TAB_DEF EHS: LWB tab definition 20110914

Method GET_DEF_TAB_SINGLE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DESC_BY_DATAELEMENT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD Call by reference Type reference (TYPE) DFIES 20130213
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) CBGLE_WB_QUERY_CRIT_DESC 20130212

Method GET_DESC_BY_DATAELEMENT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_DESC_BY_PROP_CUST_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_DESC Call by reference Type reference (TYPE) CCGLD_WB_TAB_SCRPROP_D_DEF 20130212
2 Importing IV_QUERY_CRIT_ID Call by reference Type reference (TYPE) CBGLE_WB_QUERY_CRIT_ID 20130212
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) CBGLE_WB_QUERY_CRIT_DESC 20130212

Method GET_DESC_BY_PROP_CUST_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_ID_OF_MAIN_SUBTAB_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
3 Returning RV_SUBTAB_ID Value transfer Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914

Method GET_ID_OF_MAIN_SUBTAB_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_ID_OF_MAIN_TAB_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Returning RV_MAIN_TAB_ID Value transfer Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914

Method GET_ID_OF_MAIN_TAB_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_QUERY_CRIT_DESC_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID ID der ausgewählten Funktion 20120301
2 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20120301
3 Importing IV_QUERY_CRIT_ID Call by reference Type reference (TYPE) CBGLE_WB_QUERY_CRIT_ID Schlüssel des Suchkriteriums 20120301
4 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) CBGLE_WB_QUERY_CRIT_DESC Sprachabhängige Bezeichnung des Suchkriteriums 20120301

Method GET_QUERY_CRIT_DESC_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_QUERY_CRIT_PARAMETER_ID_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARAM_ID Call by reference Type reference (TYPE) MEMORYID Set-/Get-Paramter-Id 20120111
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID ID der ausgewählten Funktion 20120111
3 Importing IV_QUERY_CRIT_ID Call by reference Type reference (TYPE) CBGLE_WB_QUERY_CRIT_ID Schlüssel des Suchkriteriums 20120111
4 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) CBGLE_WB_STRUCTURE_NAME 20130212

Method GET_QUERY_CRIT_PARAMETER_ID_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_RESULT_SCREEN_STRUCTURE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRUCTURE_NAME Call by reference Type reference (TYPE) CBGLE_WB_STRUCTURE_NAME Strukturname 20120111
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID ID der ausgewählten Funktion 20120111

Method GET_RESULT_SCREEN_STRUCTURE_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_SCREEN_ID_NEXT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
3 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
4 Returning RV_SCREEN_ID Value transfer Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914

Method GET_SCREEN_ID_NEXT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_SCREEN_ID_QUERY_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Returning RV_SCREEN_ID Value transfer Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914

Method GET_SCREEN_ID_QUERY_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method GET_SCREEN_ID_RESULT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Returning RV_SCREEN_ID Value transfer Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914

Method GET_SCREEN_ID_RESULT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method IS_MAIN_TAB_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
3 Returning RV_FLG_IS_MAIN Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110914

Method IS_MAIN_TAB_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method IS_QUERY_CRIT_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
2 Importing IV_QUERY_CRIT_ID Call by reference Type reference (TYPE) CBGLE_WB_QUERY_CRIT_ID Query criteria ID 20110914
3 Returning RV_FLG_IS_QUERY_CRIT Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110914

Method IS_QUERY_CRIT_CL on class CL_EHSGWB_CUSTOMIZING has no exception.

Method READ_QUERY_CRIT_DESC_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUERY_CRIT_DEFVAL Call by reference Type reference (TYPE) CCGLD_WB_QUERY_CRITERIA_DEF EHS: query criteria default values 20110914
2 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20120112

Method READ_QUERY_CRIT_DESC_CL on class CL_EHSGWB_CUSTOMIZING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607