SAP ABAP Class /IWBEP/CL_SBUI_DYNPRO (SB: UI dynpro (dynpro accessor, abstract))
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_UI_BASE (Package) Gateway Service Builder UI - API and SPI

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_SCREEN | SB: UI screen (dynpro accessor) | 20120116 |
2 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_SUBSCREEN | SB: UI subscreen (dynpro accessor) | 20120116 |
Properties
Class | /IWBEP/CL_SBUI_DYNPRO | |
Short Description | SB: UI dynpro (dynpro accessor, abstract) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | /IWBEP/SBUI | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
Created | 20120116 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/CL_SBUI_DYNPRO has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_DYNPRO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | TY_TYPE | 3 | screen type | 20120518 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | TY_TYPE | 1 | screen type | 20120518 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | TY_TYPE | 4 | screen type | 20120518 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | TY_TYPE | 2 | screen type | 20120518 | |
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_S_CALL | active call | 20120117 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_S_SIZE | dynpro size | 20120518 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_T_CALL | active call stack | 20120117 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | local class name | 20120116 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYDYNNR | screen number | 20120116 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYREPID | host program | 20120116 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_TYPE | dynpro type | 20120518 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | screen control: does this dynpro apply to the handler? | 20120507 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120116 |
3 | ![]() |
Instance method | Public | Method | screen control: create new handler (screen state) | 20120116 |
4 | ![]() |
Instance method | Protected | Method | template method (mandatory): create a new handler instance | 20120116 |
5 | ![]() |
Instance method | Protected | Method | template method (mandatory): define dynpro status | 20120325 |
6 | ![]() |
Instance method | Public | Method | screen control: free handler after leaving main screen | 20120807 |
7 | ![]() |
Instance method | Public | Method | handle dynpro event: process after input, data validation | 20120116 |
8 | ![]() |
Instance method | Public | Method | handle dynpro event: process before output, update elements | 20120116 |
9 | ![]() |
Instance method | Public | Method | handle dynpro event: process on help request | 20120116 |
10 | ![]() |
Instance method | Public | Method | handle dynpro event: process on value request | 20120116 |
Events
Class /IWBEP/CL_SBUI_DYNPRO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_NAME | Public | Type reference (TYPE) | STRING | 20130415 |
|
|
2 | TY_S_CALL | Protected | See coding | active handler | 20120117 | BEGIN OF ty_s_call,
handler TYPE REF TO /iwbep/cl_sbui_dynpro_handler,
END OF ty_s_call
|
|
3 | TY_S_DYNAMIC_STATE | Public | See coding | 20130415 | BEGIN OF TY_S_DYNAMIC_STATE ,
hidden TYPE TY_T_NAME ,
disabled TYPE TY_T_NAME ,
readonly TYPE TY_T_NAME ,
END OF TY_S_DYNAMIC_STATE
|
||
4 | TY_S_SIZE | Public | See coding | screen size | 20120518 | BEGIN OF ty_s_size,
occupied TYPE /iwbep/if_sbui_setup_service=>ty_s_size,
defined TYPE /iwbep/if_sbui_setup_service=>ty_s_size,
END OF ty_s_size
|
|
5 | TY_TYPE | Public | Type reference (TYPE) | I | screen type | 20120518 |
|
6 | TY_T_CALL | Protected | See coding | active handler stack | 20120117 | ty_t_call TYPE STANDARD TABLE OF ty_s_call WITH DEFAULT KEY
|
|
7 | TY_T_NAME | Public | See coding | 20130415 | TY_T_NAME TYPE SORTED TABLE OF TY_NAME WITH UNIQUE KEY table_line
|
Method Signatures
Method APPLIES_TO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_HANDLER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_DYNPRO_HANDLER | dynpro handler (state of a screen) | 20120507 | ||
2 | ![]() |
RV_APPLIES | Value transfer | Type reference (TYPE) | ABAP_BOOL | dynpro has created this handler and controls it | 20120507 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120507 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | screen number | 20120116 |
Method CONSTRUCTOR on class /IWBEP/CL_SBUI_DYNPRO has no exception.
Method CREATE_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_CONTROLLER | controller (main instance) | 20120117 | ||
2 | ![]() |
RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_DYNPRO_HANDLER | dynpro handler (state of a screen) | 20120117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120116 |
Method DO_CREATE_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_CONTROLLER | controller (main instance) | 20120117 | ||
2 | ![]() |
RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_DYNPRO_HANDLER | dynpro handler (state of a screen) | 20120117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120116 |
Method DO_DEFINE_STATUS Signature
Method DO_DEFINE_STATUS on class /IWBEP/CL_SBUI_DYNPRO has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120325 |
Method ON_FREE_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_HANDLER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_DYNPRO_HANDLER | dynpro handler (state of a screen) | 20120807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120807 |
Method ON_PAI_VALIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STEP | Call by reference | Type reference (TYPE) | I | single step in input check logic | 20120116 |
Method ON_PAI_VALIDATE on class /IWBEP/CL_SBUI_DYNPRO has no exception.
Method ON_PBO_UPDATE Signature
Method ON_PBO_UPDATE on class /IWBEP/CL_SBUI_DYNPRO has no parameter.
Method ON_PBO_UPDATE on class /IWBEP/CL_SBUI_DYNPRO has no exception.
Method ON_POH_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | SCREEN-NAME | selected field | 20120116 |
Method ON_POH_REQUEST on class /IWBEP/CL_SBUI_DYNPRO has no exception.
Method ON_POV_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | SCREEN-NAME | selected field | 20120116 |
Method ON_POV_REQUEST on class /IWBEP/CL_SBUI_DYNPRO has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |