Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_KBAS_BAPI_CALL_UP_TYPES | Data Types for BAPI Handling | 20091013 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_KBAS_BAPI_CALL_UP_GRP_CE | Handling for Cost Element | 20091114 |
Properties
| Class | CL_KBAS_BAPI_CALL_UP_GRP_HNDL | |
| Short Description | BAPI Handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FBS_SE_GLMASTER_REPLCTN | Services for Proxies |
| Created | 20091013 | SAP |
| Last change | 20100310 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_KBAS_BAPI_CALL_UP_TYPES | Data Types for BAPI Handling | 20091013 |
Friends
Class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20091013 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20091013 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20091013 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20091013 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20091013 | |||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20091114 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | TS_CONTEXT | 20091114 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TT_CALL_UP_GRP | 20091014 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | TT_ELEM_BAPI_CALL | 20091013 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | TT_GRP_LUW_GRP_REL | 20091013 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | TT_LUW_GRP_CHAR_ID_REL | 20091013 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TT_LUW_GRP_GRP_ID_REL | 20091014 | ||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | TT_REG_CALL_UP_GRP_REL | 20091013 | ||||
| 14 | Instance attribute | Protected | Type reference (TYPE) | TT_REG_LUW_GRP_REL | 20091013 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | T_APPLC_ID | 20091013 | ||||
| 16 | Instance attribute | Protected | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091013 | ||||
| 17 | Instance attribute | Protected | Type reference (TYPE) | T_LUW_GRP_ID | 20091013 | ||||
| 18 | Instance attribute | Protected | Type reference (TYPE) | T_REG_ID | 20091013 | ||||
| 19 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20091013 |
Methods
Events
Class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CALL_UP_GRP | Protected | See coding | 20091013 | BEGIN OF ts_call_up_grp,
call_up_grp_id TYPE t_call_up_grp_id,
"encodes in which sequence the different
"bapi-function modules are called
"(U)pdate, (D)elete and (I)nsert
"is called
"DIU --> first D, then I then U
upd_seq_vector TYPE t_seq_type,
END OF ts_call_up_grp
|
||
| 2 | TS_CNTRL | Public | Attribute reference (LIKE) | 20091013 | |
||
| 3 | TS_CONTEXT | Public | See coding | 20091114 | BEGIN OF ts_context,
celement TYPE koart,
chart_of_account TYPE ktopl,
fld_cntrl TYPE REF TO cl_fbs_field_control_handler,
END OF ts_context
|
||
| 4 | TS_CO_OBJECT | Public | Attribute reference (LIKE) | 20091013 | |
||
| 5 | TS_ELEM_BAPI_CALL | Public | See coding | 20091014 | BEGIN OF ts_elem_bapi_call,
reg_id TYPE t_reg_id,
call_up TYPE REF TO cl_kbas_bapi_call_up,
cntrl TYPE ts_cntrl,
* co_object TYPE ts_co_object,
END OF ts_elem_bapi_call
|
||
| 6 | TS_GRP_LUW_GRP_REL | Protected | See coding | 20091013 | BEGIN OF ts_grp_luw_grp_rel,
luw_grp_id TYPE t_luw_grp_id,
grp_id TYPE t_call_up_grp_id,
END OF ts_grp_luw_grp_rel
|
||
| 7 | TS_LUW_GRP_CHAR_ID_REL | Protected | See coding | 20091013 | BEGIN OF ts_luw_grp_char_id_rel,
luw_grp_char TYPE t_luw_grp_characteristic,
luw_grp_id TYPE t_luw_grp_id,
END OF ts_luw_grp_char_id_rel
|
||
| 8 | TS_LUW_GRP_GRP_ID_REL | Protected | See coding | 20091014 | BEGIN OF ts_luw_grp_grp_id_rel,
luw_grp_id TYPE t_luw_grp_id,
grp_id TYPE t_call_up_grp_id,
END OF ts_luw_grp_grp_id_rel
|
||
| 9 | TS_REG_CALL_UP_GRP_REL | Protected | See coding | 20091013 | BEGIN OF ts_reg_call_up_grp_rel,
call_up_grp_id TYPE t_call_up_grp_id,
reg_id TYPE t_reg_id,
END OF ts_reg_call_up_grp_rel
|
||
| 10 | TS_REG_LUW_GRP_REL | Protected | See coding | 20091013 | BEGIN OF ts_reg_luw_grp_rel,
luw_grp_id TYPE t_luw_grp_id,
reg_id TYPE t_reg_id,
END OF ts_reg_luw_grp_rel
|
||
| 11 | TS_VALIDITY | Public | Attribute reference (LIKE) | 20091013 | |
||
| 12 | TT_CALL_UP_GRP | Protected | See coding | 20091013 | tt_call_up_grp
TYPE STANDARD TABLE OF ts_call_up_grp
WITH DEFAULT KEY
WITH UNIQUE SORTED KEY call_up_grp_id
COMPONENTS call_up_grp_id
|
||
| 13 | TT_CALL_UP_GRP_ID | Public | See coding | 20091013 | tt_call_up_grp_id
TYPE STANDARD TABLE OF t_call_up_grp_id WITH DEFAULT KEY
|
||
| 14 | TT_CO_OBJECT | Public | Attribute reference (LIKE) | 20091013 | |
||
| 15 | TT_ELEM_BAPI_CALL | Public | See coding | 20091014 | tt_elem_bapi_call TYPE STANDARD TABLE OF ts_elem_bapi_call WITH DEFAULT KEY
WITH UNIQUE SORTED KEY reg_id COMPONENTS reg_id
|
||
| 16 | TT_GRP_LUW_GRP_REL | Protected | See coding | 20091013 | tt_grp_luw_grp_rel
TYPE STANDARD TABLE OF ts_grp_luw_grp_rel
WITH NON-UNIQUE SORTED KEY luw_grp_id
COMPONENTS luw_grp_id
WITH UNIQUE SORTED KEY grp_id
COMPONENTS grp_id
|
||
| 17 | TT_LUW_GRP_CHAR_ID_REL | Protected | See coding | 20091013 | tt_luw_grp_char_id_rel TYPE STANDARD TABLE OF ts_luw_grp_char_id_rel
WITH UNIQUE SORTED KEY luw_grp_char COMPONENTS luw_grp_char
WITH UNIQUE SORTED KEY luw_grp_id COMPONENTS luw_grp_id
|
||
| 18 | TT_LUW_GRP_GRP_ID_REL | Protected | See coding | 20091014 | tt_luw_grp_grp_id_rel TYPE STANDARD TABLE OF ts_luw_grp_grp_id_rel
WITH UNIQUE SORTED KEY luw_grp_id COMPONENTS luw_grp_id
WITH NON-UNIQUE SORTED KEY grp_id COMPONENTS grp_id
|
||
| 19 | TT_LUW_GRP_ID | Public | Attribute reference (LIKE) | 20091014 | |
||
| 20 | TT_REG_CALL_UP_GRP_REL | Protected | See coding | 20091013 | tt_reg_call_up_grp_rel TYPE STANDARD TABLE OF ts_reg_call_up_grp_rel
WITH UNIQUE SORTED KEY reg_id
COMPONENTS reg_id
WITH NON-UNIQUE SORTED KEY call_up_grp_id
COMPONENTS call_up_grp_id
|
||
| 21 | TT_REG_ID | Public | Attribute reference (LIKE) | 20091013 | |
||
| 22 | TT_REG_LUW_GRP_REL | Protected | See coding | 20091013 | tt_reg_luw_grp_rel
TYPE STANDARD TABLE OF ts_reg_luw_grp_rel
WITH UNIQUE SORTED KEY reg_id
COMPONENTS reg_id
WITH NON-UNIQUE SORTED KEY luw_grp_id
COMPONENTS luw_grp_id
|
||
| 23 | T_APPLC_ID | Public | Attribute reference (LIKE) | 20091013 | |
||
| 24 | T_CALL_UP_GRP_ID | Public | Type reference (TYPE) | I | 20091013 | |
|
| 25 | T_CALL_UP_TYPE | Public | Attribute reference (LIKE) | 20091013 | |
||
| 26 | T_CO_OBJECT | Public | Attribute reference (LIKE) | 20091013 | |
||
| 27 | T_EXEC_ID | Public | Type reference (TYPE) | GUID | 20091013 | |
|
| 28 | T_LUW_GRP_CHARACTERISTIC | Public | Attribute reference (LIKE) | 20091013 | |
||
| 29 | T_LUW_GRP_ID | Public | Attribute reference (LIKE) | 20091013 | |
||
| 30 | T_REG_ID | Public | Attribute reference (LIKE) | 20091013 | |
||
| 31 | T_SEQ_TYPE | Protected | Type reference (TYPE) | CHAR3 | 20091013 | |
Method Signatures
Method ANALYZE_LUW_GRP_FOR_DELAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ELEM_BAPI_CALL | Call by reference | Type reference (TYPE) | TT_ELEM_BAPI_CALL | 20091031 | ||||
| 2 | IP_LUW_GRP_ID | Call by reference | Type reference (TYPE) | T_LUW_GRP_ID | 20091031 | ||||
| 3 | IRT_ELEM_CALL_REG_ID | Call by reference | Object reference (TYPE REF TO) | TT_REG_ID | 20091031 |
Method ANALYZE_LUW_GRP_FOR_DELAY on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method BUILD_BAPI_CALL_UP_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20091114 | |||
| 2 | ID_EXT_DATA | Call by reference | Type reference (TYPE) | DATA | 20091114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091114 | |||
| 2 | Ausnahmen aus API | 20091114 |
Method BUILD_CALL_UP_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CALL_UP_GRP | Call by reference | Type reference (TYPE) | TT_CALL_UP_GRP | 20091014 | ||||
| 2 | IT_ELEM_BAPI_CALL | Call by reference | Type reference (TYPE) | TT_ELEM_BAPI_CALL | 20091013 |
Method BUILD_CALL_UP_GROUPS on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method CHECK_BAPI_UPD_IMPLIES_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IRS_BAPI_UPD | Call by reference | Object reference (TYPE REF TO) | DATA | 20091115 | ||||
| 2 | RP_IMPLIES_CHANGES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091114 |
Method CHECK_CALL_GRP_HAS_DELAYED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_GRP | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091014 | ||||
| 2 | RP_HAS_DELAYED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091014 |
Method CHECK_CALL_GRP_HAS_DELAYED on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_APPLC_ID | Call by reference | Type reference (TYPE) | T_APPLC_ID | 20091013 |
Method CONSTRUCTOR on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method DETERMINE_LUW_GRP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_LUW_GRP_CHAR | Call by reference | Type reference (TYPE) | T_LUW_GRP_CHARACTERISTIC | 20091013 | ||||
| 2 | RP_LUW_GRP_ID | Value transfer | Type reference (TYPE) | T_LUW_GRP_ID | 20091013 |
Method DETERMINE_LUW_GRP_ID on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method EXECUTE_BAPI_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_GRP_ID | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091013 | ||||
| 2 | IP_TEST_RUN | Call by reference | Type reference (TYPE) | FLAG | 20091013 | ||||
| 3 | IP_UPDATE_IN_TASK | Call by reference | Type reference (TYPE) | FLAG | 20091013 | ||||
| 4 | RRT_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen aus API | 20091013 |
Method EXECUTE_BAPI_CALL_GRP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_GRP_ID | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091013 | ||||
| 2 | IP_TEST_RUN | Call by reference | Type reference (TYPE) | FLAG | 20091013 | ||||
| 3 | IP_UPDATE_IN_TASK | Call by reference | Type reference (TYPE) | FLAG | 20091013 | ||||
| 4 | RRT_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091013 |
Method FINALIZE_REGISTRATION Signature
Method FINALIZE_REGISTRATION on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no parameter.
Method FINALIZE_REGISTRATION on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method GET_ELEM_CALL_UP_CNTRL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_REG_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091013 | ||||
| 2 | RRS_CNTRL | Value transfer | Object reference (TYPE REF TO) | TS_CNTRL | 20091013 |
Method GET_ELEM_CALL_UP_CNTRL on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method GET_GRP_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CONTEXT | Call by reference | Type reference (TYPE) | DATA | 20091115 | ||||
| 2 | IP_APPLC_ID | Call by reference | Type reference (TYPE) | T_APPLC_ID | 20091013 | ||||
| 3 | IP_EXEC_ID | Call by reference | Type reference (TYPE) | T_EXEC_ID | 20091013 | ||||
| 4 | RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_KBAS_BAPI_CALL_UP_GRP_HNDL | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen aus API | 20091115 |
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONTEXT | Call by reference | Type reference (TYPE) | DATA | 20091114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen aus API | 20091114 |
Method QUERY_CALL_UP_GRP_ID_MULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RRT_MATCHING_GROUPS | Value transfer | Object reference (TYPE REF TO) | TT_CALL_UP_GRP_ID | 20091013 |
Method QUERY_CALL_UP_GRP_ID_MULT on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method QUERY_CALL_UP_ID_BY_LUW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_TYPE | Call by reference | Type reference (TYPE) | T_CALL_UP_TYPE | 20091031 | ||||
| 2 | IP_LUW_GRP_ID | Call by reference | Type reference (TYPE) | T_LUW_GRP_ID | 20091014 | ||||
| 3 | RRT_MATCHING_ID | Value transfer | Object reference (TYPE REF TO) | TT_REG_ID | 20091014 |
Method QUERY_CALL_UP_ID_BY_LUW on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method QUERY_ELEM_CALL_UP_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_REG_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091031 | ||||
| 2 | IRT_REG_ID | Call by reference | Object reference (TYPE REF TO) | TT_REG_ID | 20091031 | ||||
| 3 | RT_ELEM_BAPI_CALL | Value transfer | Object reference (TYPE REF TO) | TT_ELEM_BAPI_CALL | 20091031 |
Method QUERY_ELEM_CALL_UP_BY_ID on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method QUERY_ELEM_CALL_UP_ID_MULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_GRP_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091014 | ||||
| 2 | IP_CALL_UP_TYPE | Call by reference | Type reference (TYPE) | T_CALL_UP_TYPE | 20091014 | ||||
| 3 | IS_COOBJECT | Call by reference | Type reference (TYPE) | TS_CO_OBJECT | 20091014 | ||||
| 4 | RRT_MATCHING_ID | Value transfer | Object reference (TYPE REF TO) | TT_REG_ID | 20091014 |
Method QUERY_ELEM_CALL_UP_ID_MULT on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method QUERY_ELEM_CALL_UP_MULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_GRP_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091013 | ||||
| 2 | IP_CALL_UP_TYPE | Call by reference | Type reference (TYPE) | T_CALL_UP_TYPE | 20091013 | ||||
| 3 | IS_COOBJECT | Call by reference | Type reference (TYPE) | TS_CO_OBJECT | 20091013 | ||||
| 4 | RRT_MATCHING_CALLS | Value transfer | Object reference (TYPE REF TO) | TT_ELEM_BAPI_CALL | 20091014 |
Method QUERY_ELEM_CALL_UP_MULT on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method QUERY_LUW_GRP_OF_ELEM_CALL_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_REG_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091013 | ||||
| 2 | RP_LUW_GRP | Value transfer | Type reference (TYPE) | T_LUW_GRP_ID | 20091013 |
Method QUERY_LUW_GRP_OF_ELEM_CALL_UP on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method QUERY_LUW_GRP_OF_GRP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_GRP | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091014 | ||||
| 2 | RRT_LUW_GRP | Value transfer | Object reference (TYPE REF TO) | TT_LUW_GRP_ID | 20091014 |
Method QUERY_LUW_GRP_OF_GRP on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method REGISTER_BAPI_LINE_FOR_CALL_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_TYPE | Call by reference | Type reference (TYPE) | T_CALL_UP_TYPE | 20091013 | ||||
| 2 | IR_BAPI_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | 20091013 | ||||
| 3 | IS_COOBJECT | Call by reference | Type reference (TYPE) | TS_CO_OBJECT | 20091013 | ||||
| 4 | RP_REG_ID | Value transfer | Type reference (TYPE) | T_REG_ID | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen aus API | 20091115 |
Method REGISTER_DELAYED_BAPI_CALL_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_GRP_ID | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091013 | ||||
| 2 | RRT_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20091013 |
Method REGISTER_DELAYED_BAPI_CALL_UP on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method REGISTER_FOR_DELAYED_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_GRP_ID | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091014 | ||||
| 2 | RRT_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20091014 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen aus API | 20091113 |
Method SAVE_TO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_GRP_ID | Call by reference | Type reference (TYPE) | T_CALL_UP_GRP_ID | 20091112 | ||||
| 2 | RRT_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20091112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verspätete Verbuchung notwendig | 20091112 | ||
| 2 | 20091112 |
Method SET_OWN_LUW_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ELEM_BAPI_CALL | Call by reference | Type reference (TYPE) | TT_ELEM_BAPI_CALL | 20091014 | ||||
| 2 | IT_CALL_UP_GRP | Call by reference | Type reference (TYPE) | TT_CALL_UP_GRP | 20091014 |
Method SET_OWN_LUW_INDICATOR on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method UPDATE_ELEM_BAPI_CALL_CNTRL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ELEM_CALL_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091013 | ||||
| 2 | IS_CNTRL_DATA | Call by reference | Type reference (TYPE) | TS_CNTRL | 20091013 |
Method UPDATE_ELEM_BAPI_CALL_CNTRL on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
Method _QUERY_ELEM_CALL_UP_MULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALL_UP_GRP_ID | Call by reference | Type reference (TYPE) | T_REG_ID | 20091118 | ||||
| 2 | IP_CALL_UP_TYPE | Call by reference | Type reference (TYPE) | T_CALL_UP_TYPE | 20091118 | ||||
| 3 | IS_COOBJECT | Call by reference | Type reference (TYPE) | TS_CO_OBJECT | 20091118 | ||||
| 4 | RRT_MATCHING_CALLS | Value transfer | Object reference (TYPE REF TO) | TT_ELEM_BAPI_CALL | 20091118 |
Method _QUERY_ELEM_CALL_UP_MULT on class CL_KBAS_BAPI_CALL_UP_GRP_HNDL has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |