SAP ABAP Class CL_RMAN_PRSP_CUSTOMIZING (Class for Customizing of Confirmation UIs)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EP-PCT-MAN-PS (Application Component) BP for Production Supervisor
     RMAN_PRSP (Package) Production Supervisor UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RMAN_PRSP_TOP 20050318
Properties
Class CL_RMAN_PRSP_CUSTOMIZING  
Short Description Class for Customizing of Confirmation UIs    
Super Class CL_RMAN_PRSP_TOP  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMAN_PRSP   Production Supervisor UI 
Created 20050318   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RMAN_PRSP_CUSTOMIZING has no forward declaration.
Interfaces
Class CL_RMAN_PRSP_CUSTOMIZING has no interface implemented.
Friends
Class CL_RMAN_PRSP_CUSTOMIZING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_RU_SCR Static Attribute Private Type reference (TYPE) RMAN_PRSP_CUST_RU_SCR_ST Structure for Assigning the Screen ID for Plant/Order Type 20050318
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_COMPONENTS Static method Public Method Checks the Component Existence and Validity 20050609
2 CHECK_COMPONENT_COMBINATION Static method Private Method Checks the Component Combination 20050318
3 CHECK_COMPONENT_COMBINATION_CU Static method Public Method Checks the Component Combination from Customizing 20050321
4 GET_COMPONENTS_FROM_SCREENID Static method Private Method Determines the WD Components Assigned to Layout 20050318
5 GET_COMPONENTS_OF_MODE Static method Private Method Determines Suitable Components for Current Mode 20080721
6 GET_DEFAULT_COMPONENTS Static method Private Method Determines the Default Components for the Role 20050318
7 GET_DESCRIPTION_OF_COMPONENT Static method Public Method Determines Description for Web Dynpro Component 20050613
8 GET_ROLE_NAME Static method Private Method Determines Name of Role 20080721
9 GET_SCREENID Static method Private Method Determines the Layout 20050318
10 GET_SCREEN_COMPONENTS Static method Public Method Determines WD Components to be Displayed 20050318
Events
Class CL_RMAN_PRSP_CUSTOMIZING has no event.
Types
Class CL_RMAN_PRSP_CUSTOMIZING has no local type.
Method Signatures

Method CHECK_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SCREEN_COMPONENTS Call by reference Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Komponenten die dem Layout zugeordnet sind 20050609
# Exception Resumable Description Created on
1 NOT_EXIST Komponente existiert nich 20050609
2 NOT_VALID Komponente nicht Gültig 20050609

Method CHECK_COMPONENT_COMBINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_WRONG_COMPONENTS Value transfer Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zur AnzeigeID:Fehlerhafte ZUordnung vom Komponenten 20050330
2 Importing IT_SCREEN_COMPONENTS Call by reference Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zur AnzeigeID: Zugeordnete Komponenten 20050318
3 Importing IV_ORDER_CATEGORY Call by reference Type reference (TYPE) AUFTYP Auftragstyp 20050321
4 Importing IV_ROLE_ID Call by reference Type reference (TYPE) RMAN_PRSP_ROLEID Rollen ID 20050318
# Exception Resumable Description Created on
1 DOCUBATCH_ACTIVE 20050330

Method CHECK_COMPONENT_COMBINATION_CU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORDER_CATEGORY Call by reference Type reference (TYPE) AUFTYP Auftragstyp 20050321
2 Importing IV_ROLE_ID Call by reference Type reference (TYPE) RMAN_PRSP_ROLEID Rollen ID 20050422
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) RMAN_PRSP_SCREENID AnzeigeID 20050321
# Exception Resumable Description Created on
1 CHECK_NOT_POSSIBLE 20050330
2 DOCUBATCH_ACTIVE 20050330
3 NO_COMPONENTS 20050330
4 WRONG_COMPONENT 20050330

Method GET_COMPONENTS_FROM_SCREENID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SCREEN_COMPONENT Value transfer Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zur AnzeigeID: Zugeordnete Komponenten 20050318
2 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) RPLM_TD_QIMT_EDIT_MODE Schreibmodus eines Web-Dynpro-UI-Elementes 20080721
3 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) RMAN_PRSP_SCREENID Anzeige ID zur Rückmeldung 20050318

Method GET_COMPONENTS_FROM_SCREENID on class CL_RMAN_PRSP_CUSTOMIZING has no exception.

Method GET_COMPONENTS_OF_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SCREEN_COMPONENTS Value transfer Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zum Rückmeldelayout: Zugeordnete Komponenten 20080721
2 Importing IT_SCREEN_COMPONENTS Call by reference Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zum Rückmeldelayout: Zugeordnete Komponenten 20080721
3 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) RPLM_TD_QIMT_EDIT_MODE Tabelle zum Rückmeldelayout: Zugeordnete Komponenten 20080721

Method GET_COMPONENTS_OF_MODE on class CL_RMAN_PRSP_CUSTOMIZING has no exception.

Method GET_DEFAULT_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SCREEN_COMPONENT Value transfer Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zur AnzeigeID: Zugeordnete Komponenten 20050318
2 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) RPLM_TD_QIMT_EDIT_MODE Tabelle zum Rückmeldelayout: Zugeordnete Komponenten 20080721
3 Importing IV_ORDER_CATEGORY Call by reference Type reference (TYPE) AUFTYP Auftragstyp 20050321
4 Importing IV_ROLE_ID Call by reference Type reference (TYPE) RMAN_PRSP_ROLEID Rollen ID 20050318

Method GET_DEFAULT_COMPONENTS on class CL_RMAN_PRSP_CUSTOMIZING has no exception.

Method GET_DESCRIPTION_OF_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_DESCRIPTION Value transfer Type reference (TYPE) WDY_MD_DESCRIPTION Web Dynpro : Kurzbeschreibung eines Objekts 20050613
2 Importing IV_COMPONENT_NAME Value transfer Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20050613

Method GET_DESCRIPTION_OF_COMPONENT on class CL_RMAN_PRSP_CUSTOMIZING has no exception.

Method GET_ROLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ROLE_NAME Value transfer Type reference (TYPE) STRING Name der Rolle 20080721
2 Importing IV_ROLE_ID Call by reference Type reference (TYPE) RMAN_PRSP_ROLEID Kennzeichen der Rolle für die Rückmeldung im Portal 20080721

Method GET_ROLE_NAME on class CL_RMAN_PRSP_CUSTOMIZING has no exception.

Method GET_SCREENID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_SCREEN_ID Value transfer Type reference (TYPE) RMAN_PRSP_SCREENID Anzeige ID zur Rückmeldung 20050318
2 Importing IV_ORDER_TYPE Call by reference Type reference (TYPE) AUFART Auftragsart 20050318
3 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Werk 20050318
4 Importing IV_ROLE_ID Call by reference Type reference (TYPE) RMAN_PRSP_ROLEID Rollen ID 20050422
# Exception Resumable Description Created on
1 CX_RMAN_PRSP_EXCEPTION Exceptions zu RMAN_PRSP 20050322

Method GET_SCREEN_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SCREEN_COMPONENT Value transfer Type reference (TYPE) RMAN_PRSP_CUST_SCREEN_TT Tabelle zur AnzeigeID: Zugeordnete Komponenten 20050318
2 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) RPLM_TD_QIMT_EDIT_MODE Schreibmodus eines Web-Dynpro-UI-Elementes 20080721
3 Importing IV_ORDER_CATEGORY Call by reference Type reference (TYPE) AUFTYP Auftragstyp 20050321
4 Importing IV_ORDER_TYPE Call by reference Type reference (TYPE) AUFART Auftragsart 20050318
5 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Werk 20050318
6 Importing IV_ROLE_ID Call by reference Type reference (TYPE) RMAN_PRSP_ROLEID Rollen ID 20050318
# Exception Resumable Description Created on
1 CX_RMAN_PRSP_EXCEPTION Exceptions zu RMAN_PRSP 20050322
History
Last changed by/on SAP  20100310 
SAP Release Created in 600