SAP ABAP Interface IF_KBAS_BAPI_CALL_UP_TYPES (Data Types for BAPI Handling)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL-GL (Application Component) Basic Functions
⤷
FBS_SE_GLMASTER_REPLCTN (Package) Services for Proxies
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_KBAS_BAPI_CALL_UP | BAPI Handling | 20091013 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_KBAS_BAPI_CALL_UP_GRP_HNDL | BAPI Handling | 20091013 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_KBAS_COSTELMNTRPL_API | Call Up of Cost Component API's | 20091030 |
Properties
| Interface | IF_KBAS_BAPI_CALL_UP_TYPES | |
| Short Description | Data Types for BAPI Handling |
General Data
| Package | FBS_SE_GLMASTER_REPLCTN | Services for Proxies |
| Created | 20091013 | SAP |
| Last changed | 20100310 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_KBAS_BAPI_CALL_UP_TYPES has no forward declaration.
Interfaces
Interface IF_KBAS_BAPI_CALL_UP_TYPES has no interface.
Friends
Interface IF_KBAS_BAPI_CALL_UP_TYPES has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_APPLC_ID_CELEMENT | Constant | Public | Type reference (TYPE) | T_APPLC_ID | 'CELEMENT' | 20091013 | ||
| 2 | GC_APPLC_ID_COSTCENTER | Constant | Public | Type reference (TYPE) | T_APPLC_ID | 'COSTCENTER' | 20091013 | ||
| 3 | GC_CALL_UP_TYPE_DELETE | Constant | Public | Type reference (TYPE) | T_CALL_UP_TYPE | 'D' | 20091013 | ||
| 4 | GC_CALL_UP_TYPE_INSERT | Constant | Public | Type reference (TYPE) | T_CALL_UP_TYPE | 'I' | 20091013 | ||
| 5 | GC_CALL_UP_TYPE_UPDATE | Constant | Public | Type reference (TYPE) | T_CALL_UP_TYPE | 'U' | 20091013 |
Methods
Interface IF_KBAS_BAPI_CALL_UP_TYPES has no method.
Events
Interface IF_KBAS_BAPI_CALL_UP_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CNTRL | Public | See coding | 20091013 | BEGIN OF ts_cntrl,
updated TYPE abap_bool,
own_luw TYPE abap_bool,
checked_ok TYPE abap_bool,
no_update_task TYPE abap_bool,
END OF ts_cntrl
|
||
| 2 | TS_CO_OBJECT | Public | See coding | 20091013 | BEGIN OF ts_co_object,
coarea TYPE kokrs,
coobject TYPE t_co_object,
validity TYPE ts_validity,
END OF ts_co_object
|
||
| 3 | TS_VALIDITY | Public | See coding | 20091013 | BEGIN OF ts_validity,
valid_from TYPE begda,
valid_to TYPE endda,
END OF ts_validity
|
||
| 4 | TT_CO_OBJECT | Public | See coding | 20091013 | tt_co_object TYPE SORTED TABLE OF ts_co_object
WITH UNIQUE DEFAULT KEY
|
||
| 5 | TT_LUW_GRP_ID | Public | See coding | 20091014 | tt_luw_grp_id TYPE STANDARD TABLE OF t_luw_grp_id WITH DEFAULT KEY
|
||
| 6 | TT_REG_ID | Public | See coding | 20091013 | tt_reg_id TYPE STANDARD TABLE OF t_reg_id WITH DEFAULT KEY
|
||
| 7 | T_APPLC_ID | Public | Type reference (TYPE) | CHAR10 | 20091013 | |
|
| 8 | T_CALL_UP_TYPE | Public | Type reference (TYPE) | CHAR1 | 20091013 | |
|
| 9 | T_CO_OBJECT | Public | Type reference (TYPE) | CHAR10 | 20091013 | |
|
| 10 | T_LUW_GRP_CHARACTERISTIC | Public | Type reference (TYPE) | I | 20091013 | |
|
| 11 | T_LUW_GRP_ID | Public | Type reference (TYPE) | I | 20091013 | |
|
| 12 | T_REG_ID | Public | Type reference (TYPE) | I | 20091013 | |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |