SAP ABAP Class IF_BADI_IRM_OT_FLD (Interface for BAdI: BADI_IRM_OT_FLD)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20091005 |
Meta Relationship - Used By
Properties
| Class | IF_BADI_IRM_OT_FLD | |
| Short Description | Interface for BAdI: BADI_IRM_OT_FLD | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091005 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_BADI_IRM_OT_FLD has no interface implemented.
Friends
Class IF_BADI_IRM_OT_FLD has no friend class.
Attributes
Class IF_BADI_IRM_OT_FLD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Value Determination for Available Condition Fields | 20091005 | |
| 2 | Instance method | Public | Method | Registration for Available Condition Fields | 20091005 |
Events
Class IF_BADI_IRM_OT_FLD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_BS_CUST | Public | See coding | 20091005 | BEGIN OF ty_s_bs_cust,
bs_fld_bvd TYPE ty_t_fld_bvd,
bs_fld_dvd TYPE ty_t_fld_dvd,
END OF ty_s_bs_cust
|
||
| 2 | TY_S_FIELD | Public | See coding | 20091005 | BEGIN OF ty_s_field,
field_name TYPE lrm_field_name,
data_element TYPE lrm_field_data_element,
data_type_desc TYPE lrm_data_type_desc,
field_name_t TYPE ty_t_ot_fld_t,
oc_specific_cust TYPE REF TO data,
END OF ty_s_field
|
||
| 3 | TY_S_FLD_BVD | Public | See coding | 20091005 | BEGIN OF ty_s_fld_bvd,
table_name TYPE lrm_source_table_name,
table_field_name TYPE lrm_source_field_name,
END OF ty_s_fld_bvd
|
||
| 4 | TY_S_FLD_DVD | Public | See coding | 20091005 | BEGIN OF ty_s_fld_dvd,
table_name TYPE lrm_source_table_name,
table_field_name TYPE lrm_source_field_name,
END OF ty_s_fld_dvd
|
||
| 5 | TY_S_OT_FLD | Public | See coding | 20091005 | BEGIN OF ty_s_ot_fld,
data_element TYPE lrm_field_data_element,
data_type_desc TYPE lrm_data_type_desc,
field_name_t TYPE ty_t_ot_fld_t,
END OF ty_s_ot_fld
|
||
| 6 | TY_S_OT_FLD_T | Public | See coding | 20091005 | BEGIN OF ty_s_ot_fld_t,
spras TYPE spras,
field_name_t TYPE lrm_data_type_desc_text,
END OF ty_s_ot_fld_t
|
||
| 7 | TY_T_FIELDS | Public | See coding | 20091005 | ty_t_fields TYPE STANDARD TABLE OF ty_s_field
WITH KEY field_name
|
||
| 8 | TY_T_FLD_BVD | Public | See coding | 20091005 | ty_t_fld_bvd TYPE STANDARD TABLE OF ty_s_fld_bvd
WITH KEY table_name table_field_name
|
||
| 9 | TY_T_FLD_DVD | Public | See coding | 20091005 | ty_t_fld_dvd TYPE STANDARD TABLE OF ty_s_fld_dvd
WITH KEY table_name
|
||
| 10 | TY_T_OT_FLD | Public | See coding | 20091005 | ty_t_ot_fld TYPE STANDARD TABLE OF ty_s_ot_fld_t
WITH DEFAULT KEY
|
||
| 11 | TY_T_OT_FLD_T | Public | See coding | 20091005 | ty_t_ot_fld_t TYPE STANDARD TABLE OF ty_s_ot_fld_t
WITH KEY spras
|
Method Signatures
Method GET_FIELDVALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD_VALUES | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_FIELD_VALUE | Feldwerte | 20091007 | |||
| 2 | IR_SOURCE_FIELDS | Call by reference | Object reference (TYPE REF TO) | DATA | Quellfelder | 20091029 | |||
| 3 | IS_INSTANCE_ORIGIN | Call by reference | Type reference (TYPE) | IF_LRM_BS_TYPES=>TY_S_INSTANCE_ORIGIN | Instanzherkunft | 20091005 | |||
| 4 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | IF_LRM_TYPES=>FIELD_NAME | Bedingungsfeldname | 20091005 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20121114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler | 20091005 |
Method REGISTER_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDS | Call by reference | Type reference (TYPE) | TY_T_FIELDS | Registrierte Bedingungsfelder | 20091029 |
Method REGISTER_FIELDS on class IF_BADI_IRM_OT_FLD has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |