SAP ABAP Class CL_KBAS_BAPI_CALL_UP_GRP_HNDL (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 - 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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 LCL_BAPI_CALL_UP 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 GC_APPLC_ID_CELEMENT Instance attribute Public Attribute reference (LIKE) 20091013
2 GC_APPLC_ID_COSTCENTER Instance attribute Public Attribute reference (LIKE) 20091013
3 GC_CALL_UP_TYPE_DELETE Instance attribute Public Attribute reference (LIKE) 20091013
4 GC_CALL_UP_TYPE_INSERT Instance attribute Public Attribute reference (LIKE) 20091013
5 GC_CALL_UP_TYPE_UPDATE Instance attribute Public Attribute reference (LIKE) 20091013
6 G_MSG Instance attribute Protected Type reference (TYPE) STRING 20091114
7 MS_CONTEXT Instance attribute Protected Type reference (TYPE) TS_CONTEXT 20091114
8 MT_CALL_UP_GRP Instance attribute Protected Type reference (TYPE) TT_CALL_UP_GRP 20091014
9 MT_ELEM_BAPI_CALL Instance attribute Protected Type reference (TYPE) TT_ELEM_BAPI_CALL 20091013
10 MT_GRP_LUW_GRP_REL Instance attribute Protected Type reference (TYPE) TT_GRP_LUW_GRP_REL 20091013
11 MT_LUW_GRP_CHAR_ID_REL Instance attribute Protected Type reference (TYPE) TT_LUW_GRP_CHAR_ID_REL 20091013
12 MT_LUW_GRP_GRP_REL Instance attribute Protected Type reference (TYPE) TT_LUW_GRP_GRP_ID_REL 20091014
13 MT_REG_CALL_UP_GRP_REL Instance attribute Protected Type reference (TYPE) TT_REG_CALL_UP_GRP_REL 20091013
14 MT_REG_LUW_GRP_REL Instance attribute Protected Type reference (TYPE) TT_REG_LUW_GRP_REL 20091013
15 M_APPLC_ID Instance attribute Protected Type reference (TYPE) T_APPLC_ID 20091013
16 M_CURRENT_GRP_ID Instance attribute Protected Type reference (TYPE) T_CALL_UP_GRP_ID 20091013
17 M_CURRENT_LUW_GRP_ID Instance attribute Protected Type reference (TYPE) T_LUW_GRP_ID 20091013
18 M_CURRENT_REGID Instance attribute Protected Type reference (TYPE) T_REG_ID 20091013
19 M_FINALIZED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20091013
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZE_LUW_GRP_FOR_DELAY Instance method Protected Method 20091031
2 BUILD_BAPI_CALL_UP_DATA Instance method Public Method 20091114
3 BUILD_CALL_UP_GROUPS Instance method Protected Method 20091013
4 CHECK_BAPI_UPD_IMPLIES_CHANGES Instance method Protected Method 20091114
5 CHECK_CALL_GRP_HAS_DELAYED Instance method Public Method 20091014
6 CONSTRUCTOR Instance method Public Constructor 20091013
7 DETERMINE_LUW_GRP_ID Instance method Protected Method 20091013
8 EXECUTE_BAPI_CALL Instance method Public Method 20091013
9 EXECUTE_BAPI_CALL_GRP Instance method Protected Method 20091013
10 FINALIZE_REGISTRATION Instance method Protected Method 20091013
11 GET_ELEM_CALL_UP_CNTRL Instance method Public Method 20091013
12 GET_GRP_HANDLER Static method Public Method 20091013
13 INIT Instance method Protected Method 20091114
14 QUERY_CALL_UP_GRP_ID_MULT Instance method Public Method 20091013
15 QUERY_CALL_UP_ID_BY_LUW Instance method Public Method 20091014
16 QUERY_ELEM_CALL_UP_BY_ID Instance method Public Method 20091031
17 QUERY_ELEM_CALL_UP_ID_MULT Instance method Public Method 20091014
18 QUERY_ELEM_CALL_UP_MULT Instance method Public Method 20091013
19 QUERY_LUW_GRP_OF_ELEM_CALL_UP Instance method Public Method 20091013
20 QUERY_LUW_GRP_OF_GRP Instance method Public Method 20091014
21 REGISTER_BAPI_LINE_FOR_CALL_UP Instance method Public Method 20091013
22 REGISTER_DELAYED_BAPI_CALL_UP Instance method Protected Method 20091013
23 REGISTER_FOR_DELAYED_CALL Instance method Public Method 20091014
24 SAVE_TO_DB Instance method Public Method 20091112
25 SET_OWN_LUW_INDICATOR Instance method Protected Method 20091014
26 UPDATE_ELEM_BAPI_CALL_CNTRL Instance method Protected Method 20091013
27 _QUERY_ELEM_CALL_UP_MULT Instance method Protected Method 20091118
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 Changing CT_ELEM_BAPI_CALL Call by reference Type reference (TYPE) TT_ELEM_BAPI_CALL 20091031
2 Importing IP_LUW_GRP_ID Call by reference Type reference (TYPE) T_LUW_GRP_ID 20091031
3 Importing 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 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_TAB Fehlermeldungen 20091114
2 Importing ID_EXT_DATA Call by reference Type reference (TYPE) DATA 20091114
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20091114
2 CX_FBS_SE_RPLCTN_API_FAULT 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 Exporting ET_CALL_UP_GRP Call by reference Type reference (TYPE) TT_CALL_UP_GRP 20091014
2 Importing 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 Importing IRS_BAPI_UPD Call by reference Object reference (TYPE REF TO) DATA 20091115
2 Returning RP_IMPLIES_CHANGES Value transfer Type reference (TYPE) ABAP_BOOL 20091114
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT 20091114

Method CHECK_CALL_GRP_HAS_DELAYED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CALL_UP_GRP Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091014
2 Returning 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 Importing 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 Importing IP_LUW_GRP_CHAR Call by reference Type reference (TYPE) T_LUW_GRP_CHARACTERISTIC 20091013
2 Returning 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 Importing IP_GRP_ID Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091013
2 Importing IP_TEST_RUN Call by reference Type reference (TYPE) FLAG 20091013
3 Importing IP_UPDATE_IN_TASK Call by reference Type reference (TYPE) FLAG 20091013
4 Returning RRT_RETURN Value transfer Object reference (TYPE REF TO) BAPIRET2_TAB 20091013
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT 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 Importing IP_GRP_ID Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091013
2 Importing IP_TEST_RUN Call by reference Type reference (TYPE) FLAG 20091013
3 Importing IP_UPDATE_IN_TASK Call by reference Type reference (TYPE) FLAG 20091013
4 Returning RRT_RETURN Value transfer Object reference (TYPE REF TO) BAPIRET2_TAB 20091013
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT 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 Importing IP_REG_ID Call by reference Type reference (TYPE) T_REG_ID 20091013
2 Returning 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 Importing ID_CONTEXT Call by reference Type reference (TYPE) DATA 20091115
2 Importing IP_APPLC_ID Call by reference Type reference (TYPE) T_APPLC_ID 20091013
3 Importing IP_EXEC_ID Call by reference Type reference (TYPE) T_EXEC_ID 20091013
4 Returning RO_HANDLER Value transfer Object reference (TYPE REF TO) CL_KBAS_BAPI_CALL_UP_GRP_HNDL 20091013
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT Ausnahmen aus API 20091115

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) DATA 20091114
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT 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 Returning 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 Importing IP_CALL_UP_TYPE Call by reference Type reference (TYPE) T_CALL_UP_TYPE 20091031
2 Importing IP_LUW_GRP_ID Call by reference Type reference (TYPE) T_LUW_GRP_ID 20091014
3 Returning 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 Importing IP_REG_ID Call by reference Type reference (TYPE) T_REG_ID 20091031
2 Importing IRT_REG_ID Call by reference Object reference (TYPE REF TO) TT_REG_ID 20091031
3 Returning 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 Importing IP_CALL_UP_GRP_ID Call by reference Type reference (TYPE) T_REG_ID 20091014
2 Importing IP_CALL_UP_TYPE Call by reference Type reference (TYPE) T_CALL_UP_TYPE 20091014
3 Importing IS_COOBJECT Call by reference Type reference (TYPE) TS_CO_OBJECT 20091014
4 Returning 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 Importing IP_CALL_UP_GRP_ID Call by reference Type reference (TYPE) T_REG_ID 20091013
2 Importing IP_CALL_UP_TYPE Call by reference Type reference (TYPE) T_CALL_UP_TYPE 20091013
3 Importing IS_COOBJECT Call by reference Type reference (TYPE) TS_CO_OBJECT 20091013
4 Returning 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 Importing IP_REG_ID Call by reference Type reference (TYPE) T_REG_ID 20091013
2 Returning 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 Importing IP_CALL_UP_GRP Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091014
2 Returning 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 Importing IP_CALL_UP_TYPE Call by reference Type reference (TYPE) T_CALL_UP_TYPE 20091013
2 Importing IR_BAPI_LINE Call by reference Object reference (TYPE REF TO) DATA 20091013
3 Importing IS_COOBJECT Call by reference Type reference (TYPE) TS_CO_OBJECT 20091013
4 Returning RP_REG_ID Value transfer Type reference (TYPE) T_REG_ID 20091013
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT 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 Importing IP_GRP_ID Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091013
2 Returning 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 Importing IP_GRP_ID Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091014
2 Returning RRT_RETURN Value transfer Object reference (TYPE REF TO) BAPIRET2_TAB 20091014
# Exception Resumable Description Created on
1 CX_FBS_SE_DEFERRED_UPDATE Ausnahmen aus API 20091113

Method SAVE_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_GRP_ID Call by reference Type reference (TYPE) T_CALL_UP_GRP_ID 20091112
2 Returning RRT_RETURN Value transfer Object reference (TYPE REF TO) BAPIRET2_TAB Fehlermeldungen 20091112
# Exception Resumable Description Created on
1 CX_FBS_SE_DEFERRED_UPDATE Verspätete Verbuchung notwendig 20091112
2 CX_FBS_SE_RPLCTN_API_FAULT 20091112

Method SET_OWN_LUW_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ELEM_BAPI_CALL Call by reference Type reference (TYPE) TT_ELEM_BAPI_CALL 20091014
2 Importing 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 Importing IP_ELEM_CALL_ID Call by reference Type reference (TYPE) T_REG_ID 20091013
2 Importing 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 Importing IP_CALL_UP_GRP_ID Call by reference Type reference (TYPE) T_REG_ID 20091118
2 Importing IP_CALL_UP_TYPE Call by reference Type reference (TYPE) T_CALL_UP_TYPE 20091118
3 Importing IS_COOBJECT Call by reference Type reference (TYPE) TS_CO_OBJECT 20091118
4 Returning 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