SAP ABAP Class CL_RSOBI_MF_UI_UTILITIES (SOBI Model Factory Dialog: Auxiliary Functions)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSOBI_MF_UI (Package) SOBI Model Factory: Dialog

⤷

⤷

Properties
Class | CL_RSOBI_MF_UI_UTILITIES | |
Short Description | SOBI Model Factory Dialog: Auxiliary Functions | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | RSAWBN | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | RSOBI_MF_UI | SOBI Model Factory: Dialog |
Created | 20060104 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSOBI_MF_UI_UTILITIES has no forward declaration.
Interfaces
Class CL_RSOBI_MF_UI_UTILITIES has no interface implemented.
Friends
Class CL_RSOBI_MF_UI_UTILITIES has no friend class.
Attributes
Class CL_RSOBI_MF_UI_UTILITIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Returns Container Object | 20060223 |
2 | ![]() |
Static method | Public | Method | Reads Current Value of Specified Dynpro Field | 20060713 |
3 | ![]() |
Static method | Public | Method | Returns Functions of Specified Status | 20060801 |
4 | ![]() |
Static method | Public | Method | Is the specified screen a subscreen? | 20060301 |
5 | ![]() |
Static method | Public | Method | Opens Dialog for Saving the Configuration | 20060901 |
6 | ![]() |
Static method | Public | Method | Opens Dialog for Deleting Configuration | 20060904 |
7 | ![]() |
Static method | Public | Method | Opens Dialog for Regenerating Objects | 20060116 |
8 | ![]() |
Static method | Public | Method | Opens Dialog for Saving the Configuration | 20060804 |
9 | ![]() |
Static method | Public | Method | Sets Given Screen Values (Without Roundtrip) | 20070112 |
Events
Class CL_RSOBI_MF_UI_UTILITIES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_T_DYNPREAD | Public | See coding | Fields of a Screen | 20080107 | TN_T_DYNPREAD TYPE STANDARD TABLE OF DYNPREAD
|
Method Signatures
Method CREATE_PLAIN_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTAINER_NAME | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20060223 | ||
2 | ![]() |
R_R_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20060223 |
Method CREATE_PLAIN_CONTAINER on class CL_RSOBI_MF_UI_UTILITIES has no exception.
Method GET_DYNPRO_FIELD_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | DYNFNAM | Feldname | 20060713 | ||
2 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | DYNFIELDVALUE | Inhalt eines Dynprofeldes | 20060713 |
Method GET_DYNPRO_FIELD_VALUE on class CL_RSOBI_MF_UI_UTILITIES has no exception.
Method GET_FUNCTIONS_OF_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATUS | Call by reference | Type reference (TYPE) | SYPFKEY | Aktueller GUI-Status | 20060801 | ||
2 | ![]() |
R_T_UCOMM | Value transfer | Type reference (TYPE) | RSB_T_UCOMM | Tabelle mit OK-Codes | 20060801 |
Method GET_FUNCTIONS_OF_STATUS on class CL_RSOBI_MF_UI_UTILITIES has no exception.
Method IS_SUBSCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DYNPRO | Call by reference | Type reference (TYPE) | SCRFDYNNR | Dynpronummer | 20060301 | ||
2 | ![]() |
R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060301 |
Method IS_SUBSCREEN on class CL_RSOBI_MF_UI_UTILITIES has no exception.
Method OPEN_CLEANUP_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CLEANUP | Value transfer | Type reference (TYPE) | RS_BOOL | Soll das Aufräumen ausgeführt werden? | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch durch den Benutzer (Dialog) | 20060901 |
Method OPEN_DELETE_CONFIG_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DELETE | Value transfer | Type reference (TYPE) | RS_BOOL | Soll das Löschen ausgeführt werden? | 20060904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch durch den Benutzer (Dialog) | 20060904 |
Method OPEN_REGENERATION_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_REGENERATE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch durch den Benutzer (Dialog) | 20060804 |
Method OPEN_SAVE_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SAVE | Value transfer | Type reference (TYPE) | RS_BOOL | Soll das Sichern ausgeführt werden? | 20060804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch durch den Benutzer (Dialog) | 20060804 |
Method SET_DYNPRO_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REPID | Call by reference | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20070112 | ||
2 | ![]() |
I_R_UI | Call by reference | Object reference (TYPE REF TO) | IF_RSOBI_MF_UI | SOBI Model Factory Dialog: Controller für Dialog | 20070112 | ||
3 | ![]() |
I_T_DYNPFIELDS | Call by reference | Type reference (TYPE) | TN_T_DYNPREAD | Tabelle zum Lesen der aktuellen Dynprowerte | 20070112 |
Method SET_DYNPRO_VALUES on class CL_RSOBI_MF_UI_UTILITIES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |