SAP ABAP Class CL_USMD_EV2_ENTITY_INFO_CONT (Info About Contained Entities)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD2_ENTITY_VALUE2 (Package) Objects of MDG custom objects single processing UI

⤷

⤷

Properties
Class | CL_USMD_EV2_ENTITY_INFO_CONT | |
Short Description | Info About Contained Entities | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | USMD2_ENTITY_VALUE2 | Objects of MDG custom objects single processing UI |
Created | 20120731 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_USMD_EV2_ENTITY_INFO_CONT has no interface implemented.
Friends
Class CL_USMD_EV2_ENTITY_INFO_CONT has no friend class.
Attributes
Class CL_USMD_EV2_ENTITY_INFO_CONT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Create Info About Contained Entities | 20120819 |
2 | ![]() |
Static method | Public | Method | Get Component Types | 20120817 |
3 | ![]() |
Static method | Public | Method | Get Detail | 20120731 |
4 | ![]() |
Static method | Public | Method | Get Entities | 20120819 |
5 | ![]() |
Static method | Public | Method | Get the Fields of the Entity with the Specified Index | 20120731 |
6 | ![]() |
Static method | Public | Method | Get the Fields of the User-Selected Entity | 20120731 |
7 | ![]() |
Static method | Public | Method | Get Entity Type | 20120815 |
8 | ![]() |
Static method | Public | Method | Get Entity Type Name | 20120814 |
9 | ![]() |
Static method | Public | Method | Get Keys | 20120819 |
10 | ![]() |
Static method | Public | Method | Get Lead Index | 20120731 |
11 | ![]() |
Static method | Public | Method | Does the Specified Entity have an Initial Key Component? | 20120731 |
12 | ![]() |
Static method | Public | Method | READ_ONLY Info Available? | 20120814 |
13 | ![]() |
Static method | Public | Method | Is the Contained Entity Info Consistent? | 20120731 |
14 | ![]() |
Static method | Public | Method | Is the Specified Entity Read-Only? | 20120816 |
15 | ![]() |
Static method | Public | Method | Set Detail | 20120731 |
16 | ![]() |
Static method | Public | Method | Update FPM Form GUIBB Data | 20120731 |
17 | ![]() |
Static method | Public | Method | Update Field Values of FPM Form GUIBB | 20120731 |
Events
Class CL_USMD_EV2_ENTITY_INFO_CONT has no event.
Types
Class CL_USMD_EV2_ENTITY_INFO_CONT has no local type.
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_EV2_ENTITY_INFO_CONT | Call by reference | Type reference (TYPE) | IF_USMD_EV2_TYPES=>S_DATA | Entity Info | 20120819 | ||
2 | ![]() |
ER_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120819 |
Method CREATE on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_COMPONENT_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120817 | ||
2 | ![]() |
RR_EV2_COMPONENT_TYPES | Value transfer | Object reference (TYPE REF TO) | ABAP_COMPDESCR_TAB | Component Types | 20120817 |
Method GET_COMPONENT_TYPES on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Info About the Contained Entities | 20120731 | ||
2 | ![]() |
RF_DETAIL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Has Detail? | 20120731 |
Method GET_DETAIL on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_ENTITIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120819 | ||
2 | ![]() |
RR_EV2_ENTITIES | Value transfer | Object reference (TYPE REF TO) | DATA | Entities | 20120819 |
Method GET_ENTITIES on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_ENTITY_FIELDS_BY_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 | ||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20120731 | ||
3 | ![]() |
RR_ENTITY_FIELDS | Value transfer | Object reference (TYPE REF TO) | DATA | Fields of the Specified Entity | 20120731 |
Method GET_ENTITY_FIELDS_BY_INDEX on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_ENTITY_FIELDS_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 | ||
2 | ![]() |
RR_ENTITY_FIELDS | Value transfer | Object reference (TYPE REF TO) | DATA | Fields of the User-Selected Entity | 20120731 |
Method GET_ENTITY_FIELDS_SELECTED on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_ENTITY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ABS_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDG Data Model for Access from SAP Standard Delivery | 20120815 | ||
2 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Info About the Contained Entities | 20120815 | ||
3 | ![]() |
RR_ABS_ENTITY_TYPE | Value transfer | Object reference (TYPE REF TO) | USMD_S_ENTITY_PROP | Entity Type | 20120815 |
Method GET_ENTITY_TYPE on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_ENTITY_TYPE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Info About the Contained Entities | 20120814 | ||
2 | ![]() |
RV_ABS_ENTITY_TYPE | Value transfer | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120814 |
Method GET_ENTITY_TYPE_NAME on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ABS_FIELDNAME | Value transfer | Type reference (TYPE) | USMD_T_FIELDNAME | Keys | 20120819 | ||
2 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Info About the Contained Entities | 20120819 |
Method GET_KEYS on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method GET_LEAD_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 | ||
2 | ![]() |
RV_LEAD_INDEX | Value transfer | Type reference (TYPE) | INT4 | Lead Index | 20120731 |
Method GET_LEAD_INDEX on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method HAS_ENTITY_INITIAL_KEY_COMPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY_FIELDS | Call by reference | Object reference (TYPE REF TO) | DATA | Fields of an Entity | 20120731 | ||
2 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 | ||
3 | ![]() |
RF_INITIAL_KEY_COMPONENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Does the Specified Entity have an Initial Key Component? | 20120731 |
Method HAS_ENTITY_INITIAL_KEY_COMPS on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method HAS_READ_ONLY_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120816 | ||
2 | ![]() |
RF_EV2_INFO_AVAILABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | READ_ONLY Info Available? | 20120816 |
Method HAS_READ_ONLY_INFO on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method IS_CONSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 | ||
2 | ![]() |
RF_CONSISTENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Consistent? | 20120731 |
Method IS_CONSISTENT on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method IS_ENTITY_READ_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120816 | ||
2 | ![]() |
IR_EV2_ENTITY_KEY_INFO | Call by reference | Object reference (TYPE REF TO) | USMD_SX_VALUE_CHKEY | Entity Key Info | 20120816 | ||
3 | ![]() |
RF_READ_ONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Read-Only? | 20120816 |
Method IS_ENTITY_READ_ONLY on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method SET_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_DETAIL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Has Detail? | 20120731 | ||
2 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 |
Method SET_DETAIL on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method UPDATE_FORM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_FORM_DATA | Call by reference | Type reference (TYPE) | DATA | Data Bound to the FPM Form GUIBB | 20120731 | ||
2 | ![]() |
EF_FORM_DATA_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Has the Data Bound to the FPM Form GUIBB changed? | 20120731 | ||
3 | ![]() |
IO_USMD_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDG Data Model for Access from SAP Standard Delivery | 20120731 | ||
4 | ![]() |
IR_ENTITY_FIELDS | Call by reference | Object reference (TYPE REF TO) | DATA | Entity Fields | 20120731 | ||
5 | ![]() |
IR_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 |
Method UPDATE_FORM_DATA on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
Method UPDATE_FORM_FIELD_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_FPM_FORM_VALUES | Call by reference | Type reference (TYPE) | DATA | Values Bound to the FPM Form GUIBB | 20120731 | ||
2 | ![]() |
EF_FPM_FORM_VALUE_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Has a Value Bound to the FPM Form GUIBB Changed? | 20120731 | ||
3 | ![]() |
IR_EV2_ENTITY_FIELDS | Call by reference | Object reference (TYPE REF TO) | DATA | Entity Fields | 20120731 | ||
4 | ![]() |
IR_EV2_ENTITY_INFO_CONT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_EV2_TYPES=>S_DATA | Contained Entity Info | 20120731 |
Method UPDATE_FORM_FIELD_VALUES on class CL_USMD_EV2_ENTITY_INFO_CONT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |