Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FBS_FRS_HIERARCHY_TYPES | Hierarchy Handler | 20090701 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FBS_HIERARCHY_TYPES | Hierarchy Handler | 20090721 |
Properties
Class | CL_FBS_FRS_REPL_API | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FBS_SE_GLMASTER_REPLCTN | Services for Proxies |
Created | 20090529 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FBS_FRS_HIERARCHY_TYPES | Hierarchy Handler | 20090701 | ||
2 | IF_FBS_HIERARCHY_TYPES | Hierarchy Handler | 20090721 |
Friends
Class CL_FBS_FRS_REPL_API has no friend class.
Attributes
Methods
Events
Class CL_FBS_FRS_REPL_API has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_011FC_UPD | Public | See coding | 20090529 | BEGIN OF ts_011fc_upd,
db_action TYPE db_action,
complete TYPE flag.
INCLUDE TYPE fbs_s_fagl_011fc.
TYPES: END OF ts_011fc_upd
|
||
2 | TS_011PC_UPD | Public | See coding | 20090529 | BEGIN OF ts_011pc_upd,
db_action TYPE db_action,
complete TYPE flag.
INCLUDE TYPE fbs_s_fagl_011scvcpc AS itm.
TYPES: END OF ts_011pc_upd
|
||
3 | TS_011QT_UPD | Public | See coding | 20090529 | BEGIN OF ts_011qt_upd,
db_action TYPE db_action,
complete TYPE flag.
INCLUDE TYPE fbs_s_fagl_011qt.
TYPES: END OF ts_011qt_upd
|
||
4 | TS_011SC_UPD | Public | See coding | 20090529 | BEGIN OF ts_011sc_upd,
db_action TYPE db_action,
complete TYPE flag.
INCLUDE TYPE fbs_s_fagl_011scvcpc.
TYPES: END OF ts_011sc_upd
|
||
5 | TS_011VC_UPD | Public | See coding | 20090529 | BEGIN OF ts_011vc_upd,
db_action TYPE db_action,
complete TYPE flag.
INCLUDE TYPE fbs_s_fagl_011scvcpc.
TYPES: END OF ts_011vc_upd
|
||
6 | TS_011ZC_UPD | Public | See coding | 20090529 | BEGIN OF ts_011zc_upd,
db_action TYPE db_action,
complete TYPE flag.
INCLUDE TYPE fbs_s_fagl_011zc.
TYPES: END OF ts_011zc_upd
|
||
7 | TS_DB_IMAGE | Public | See coding | 20090529 | BEGIN OF ts_db_image,
t011 TYPE t011,
t011t TYPE STANDARD TABLE OF t011t WITH DEFAULT KEY,
pc TYPE STANDARD TABLE OF fagl_011pc WITH DEFAULT KEY,
sc TYPE STANDARD TABLE OF fagl_011sc WITH DEFAULT KEY,
fc TYPE STANDARD TABLE OF fagl_011fc WITH DEFAULT KEY,
vc TYPE STANDARD TABLE OF fagl_011vc WITH DEFAULT KEY,
zc TYPE STANDARD TABLE OF fagl_011zc WITH DEFAULT KEY,
qt TYPE STANDARD TABLE OF fagl_011qt WITH DEFAULT KEY,
END OF ts_db_image
|
||
8 | TS_ITEMS_UPDATE | Public | See coding | 20090529 | BEGIN OF ts_items_update,
pc TYPE tt_011pc_update,
sc TYPE tt_011sc_update,
vc TYPE tt_011vc_update,
fc TYPE tt_011fc_update,
zc TYPE tt_011zc_update,
qt TYPE tt_011qt_update,
* fc_compl TYPE tt_item_sub_node_compl_trans,
* zc_compl TYPE tt_item_sub_node_compl_trans,
* qt_compl TYPE tt_item_sub_node_compl_trans,
END OF ts_items_update
|
||
9 | TS_NODE_EXT | Protected | Attribute reference (LIKE) | 20090701 |
|
||
10 | TS_NODE_INT | Protected | Attribute reference (LIKE) | 20090701 |
|
||
11 | TS_SPEC_POS | Protected | See coding | 20090529 | BEGIN OF ts_spec_pos.
INCLUDE TYPE ts_spec_pos_w_sub AS w_sub.
INCLUDE TYPE ts_spec_pos_wo_sub AS wo_sub.
TYPES END OF ts_spec_pos
|
||
12 | TS_SPEC_POS_BALANCE | Protected | See coding | 20091205 | BEGIN OF ts_spec_pos_balance,
aktva TYPE ergsl,
pssva TYPE ergsl,
END OF ts_spec_pos_balance
|
||
13 | TS_SPEC_POS_WO_SUB | Protected | See coding | 20090529 | BEGIN OF ts_spec_pos_wo_sub,
ergak TYPE ergsl,
ergpa TYPE ergsl,
erggv TYPE ergsl,
* anhng TYPE ergsl,
END OF ts_spec_pos_wo_sub
|
||
14 | TS_SPEC_POS_W_SUB | Protected | See coding | 20090529 | BEGIN OF ts_spec_pos_w_sub.
INCLUDE TYPE ts_spec_pos_balance AS balance.
TYPES: zuord TYPE ergsl,
anhng TYPE ergsl,
END OF ts_spec_pos_w_sub
|
||
15 | TS_T011T_UPDATE | Protected | See coding | 20090529 | BEGIN OF ts_t011t_update,
db_action TYPE db_action,
keyy TYPE fbs_s_versnt_key,
t011t TYPE t011t,
END OF ts_t011t_update
|
||
16 | TS_T011_UPDATE | Protected | See coding | 20090529 | BEGIN OF ts_t011_update,
db_action TYPE db_action,
keyy TYPE fbs_s_vrsn_key,
t011 TYPE t011,
spec TYPE ts_spec_pos,
END OF ts_t011_update
|
||
17 | TS_UPDATE | Protected | See coding | 20090529 | BEGIN OF ts_update,
* INCLUDE TYPE ts_hier_upd AS hierc.
* TYPES:
versn TYPE ts_versn_update,
items TYPE ts_items_update,
itm_compl TYPE flag,
END OF ts_update
|
||
18 | TS_VERSN_UPDATE | Protected | See coding | 20090529 | BEGIN OF ts_versn_update,
versn TYPE ts_t011_update,
versn_names TYPE tt_t011t_update,
names_compl TYPE flag,
END OF ts_versn_update
|
||
19 | TS_WORK_STRUCTURE | Public | Type reference (TYPE) | CL_FBS_FRS_RPLCTN=>TS_WORK_STRUCTURE | 20090529 |
|
|
20 | TT_011FC_UPDATE | Public | See coding | 20090529 | tt_011fc_update TYPE SORTED TABLE OF ts_011fc_upd
WITH UNIQUE KEY keyy
|
||
21 | TT_011PC_UPDATE | Public | See coding | 20090529 | tt_011pc_update TYPE SORTED TABLE OF ts_011pc_upd
WITH UNIQUE KEY keyy
|
||
22 | TT_011QT_UPDATE | Public | See coding | 20090529 | tt_011qt_update TYPE SORTED TABLE OF ts_011qt_upd
WITH UNIQUE KEY keyy
|
||
23 | TT_011SC_UPDATE | Public | See coding | 20090529 | tt_011sc_update TYPE SORTED TABLE OF ts_011sc_upd
WITH UNIQUE KEY keyy
|
||
24 | TT_011VC_UPDATE | Public | See coding | 20090529 | tt_011vc_update TYPE SORTED TABLE OF ts_011vc_upd
WITH UNIQUE KEY keyy
|
||
25 | TT_011ZC_UPDATE | Public | See coding | 20090529 | tt_011zc_update TYPE SORTED TABLE OF ts_011zc_upd
WITH UNIQUE KEY keyy
|
||
26 | TT_NODE_EXT | Protected | Attribute reference (LIKE) | 20090701 |
|
||
27 | TT_NODE_INT | Protected | Attribute reference (LIKE) | 20090701 |
|
||
28 | TT_T011T_UPDATE | Protected | See coding | 20090529 | tt_t011t_update TYPE STANDARD TABLE OF ts_t011t_update
WITH DEFAULT KEY
|
Method Signatures
Method ASSERT_INT_DATA_VALID Signature
Method ASSERT_INT_DATA_VALID on class CL_FBS_FRS_REPL_API has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method AUTHORITY_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_MODE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20090529 | ||
2 | ![]() |
VERSN | Call by reference | Type reference (TYPE) | FAGL_011PC-VERSN | Version | 20090529 |
Method CONSTRUCTOR on class CL_FBS_FRS_REPL_API has no exception.
Method DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 |
Method DEQUEUE on class CL_FBS_FRS_REPL_API has no exception.
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FAGL_011PC_WRITE_NEW_DB_IMAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_PC_IMAGE | Call by reference | Attribute reference (LIKE) | MS_AFTER_IMAGE-ITEMS-PC | 20090529 | |||
2 | ![]() |
IP_COMPLETE | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FAGL_011XX_MERGE_UPDATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FAGL_UPD | Call by reference | Type reference (TYPE) | ANY TABLE | 20090529 | |||
2 | ![]() |
IT_FAGL_DEL | Call by reference | Type reference (TYPE) | ANY TABLE | 20090529 | |||
3 | ![]() |
IT_FAGL_UPD | Call by reference | Type reference (TYPE) | ANY TABLE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FAGL_011XX_WRITE_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DEL_FAGL | Call by reference | Type reference (TYPE) | ANY TABLE | 20090529 | |||
2 | ![]() |
IP_FAGL011XX_ITM_KEYY | Call by reference | Type reference (TYPE) | FBS_S_VERSN_ITEM_KEY | allgemeines flag | 20090529 | ||
3 | ![]() |
IP_FAGL011XX_KEYY | Call by reference | Type reference (TYPE) | ANY | 20090529 | |||
4 | ![]() |
IP_FAGL_ID | Call by reference | Type reference (TYPE) | CHAR2 | IS-H: Allg. Feld der Länge 2, für Funktionsbausteine | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FAGL_011XX_WRITE_NEW_DB_IMAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DB_IMAGE | Call by reference | Type reference (TYPE) | ANY TABLE | 20090529 | |||
2 | ![]() |
IP_FAGL_ID | Call by reference | Type reference (TYPE) | CHAR2 | IS-H: Allg. Feld der Länge 2, für Funktionsbausteine | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FAGL_011XX_WRITE_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_NEW_FAGL | Call by reference | Type reference (TYPE) | ANY | 20090529 | |||
2 | ![]() |
IP_FAGL_ID | Call by reference | Type reference (TYPE) | CHAR2 | IS-H: Allg. Feld der Länge 2, für Funktionsbausteine | 20090529 | ||
3 | ![]() |
IS_WORK_SUB_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FC_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_011FC | Call by reference | Type reference (TYPE) | TT_011FC_UPDATE | 20090529 | |||
2 | ![]() |
RR_T_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method FC_INTERSECTION_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_011FC | Call by reference | Type reference (TYPE) | TT_011FC_UPDATE | 20090529 | |||
2 | ![]() |
RR_T_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
Method FC_INTERSECTION_CHECK on class CL_FBS_FRS_REPL_API has no exception.
Method GET_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_TEST_MODE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20090529 | ||
2 | ![]() |
IP_VERSN | Call by reference | Type reference (TYPE) | T011-VERSN | Version des Objektes | 20090529 | ||
3 | ![]() |
RO_API | Value transfer | Object reference (TYPE REF TO) | CL_FBS_FRS_REPL_API | 20090529 |
Method GET_API on class CL_FBS_FRS_REPL_API has no exception.
Method GET_ITEM_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 | |||
2 | ![]() |
RR_S_UPDATE | Value transfer | Object reference (TYPE REF TO) | TS_ITEMS_UPDATE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method GET_VERSN_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 | |||
2 | ![]() |
RR_S_VERSN_UPDATE | Value transfer | Object reference (TYPE REF TO) | TS_VERSN_UPDATE | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method HAS_ERRORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_T_MSG | Call by reference | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090603 | ||
2 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 | ||
3 | ![]() |
RP_ERROR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090529 |
Method HAS_ERRORS on class CL_FBS_FRS_REPL_API has no exception.
Method HIERARCHY_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | IF_FBS_HIERARCHY | Hierarchy Handler | 20090603 | ||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20090603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090603 |
Method INVALIDATE Signature
Method INVALIDATE on class CL_FBS_FRS_REPL_API has no parameter.
Method INVALIDATE on class CL_FBS_FRS_REPL_API has no exception.
Method ITEM_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 | ||
2 | ![]() |
IS_ITEM_UDPATE | Call by reference | Type reference (TYPE) | TS_ITEMS_UPDATE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method LOAD_PRE_IMAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_VERSN | Call by reference | Type reference (TYPE) | FAGL_011PC-VERSN | Bilanz/GuV-Struktur | 20090529 | ||
2 | ![]() |
RR_S_OLD_DATA | Value transfer | Object reference (TYPE REF TO) | TS_UPDATE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method OVERALL_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 | ||
2 | ![]() |
IP_BOOL_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_VERSN | Call by reference | Type reference (TYPE) | VERSN_011 | Version | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse | 20131023 | |
2 | ![]() |
20090529 |
Method PRE_PROCESS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_UPDATE | Call by reference | Type reference (TYPE) | TS_UPDATE | 20090529 | |||
2 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method SAVE_TO_DATA_BASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 | ||
2 | ![]() |
20090529 |
Method SINGLE_ITEM_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ITEM | Call by reference | Type reference (TYPE) | FBS_S_VERSN_ITEM_KEY | Bilanz/GuV-Position | 20090529 | ||
2 | ![]() |
RR_T_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method UPDATE_FROM_WORK_STRUC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TRANSPORT_REGISTER | Call by reference | Object reference (TYPE REF TO) | CL_TRN_REGISTER | 20090529 | |||
2 | ![]() |
IO_WORK_STRUC_FLD_CNTRL | Call by reference | Object reference (TYPE REF TO) | CL_FBS_FIELD_CONTROL_HANDLER | 20090529 | |||
3 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 | |||
4 | ![]() |
RR_T_BAPI_RET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 | ||
2 | ![]() |
20090622 |
Method UPDATE_FROM_WORK_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TRANSPORT_REGISTER | Call by reference | Object reference (TYPE REF TO) | CL_TRN_REGISTER | 20090529 | |||
2 | ![]() |
IO_WORK_STRUC_FLD_CNTRL | Call by reference | Object reference (TYPE REF TO) | CL_FBS_FIELD_CONTROL_HANDLER | 20090529 | |||
3 | ![]() |
IP_TEST_MODE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20090529 | ||
4 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 | |||
5 | ![]() |
RR_T_BAPI_RET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 | ||
2 | ![]() |
20090529 |
Method UPDATE_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 | ||
2 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method UPDATE_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 | ||
2 | ![]() |
IP_BOOL_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method UPDATE_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 | ||
2 | ![]() |
IP_BOOL_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method VERSION_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method ZC_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_011ZC | Call by reference | Type reference (TYPE) | TT_011ZC_UPDATE | 20090529 | |||
2 | ![]() |
RR_T_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090529 |
Method ZC_INTERSECTION_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_011ZC | Call by reference | Type reference (TYPE) | TT_011ZC_UPDATE | 20090529 | |||
2 | ![]() |
RR_T_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
Method ZC_INTERSECTION_CHECK on class CL_FBS_FRS_REPL_API has no exception.
Method ZC_INTERVL_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_011 | Call by reference | Type reference (TYPE) | TS_DB_IMAGE-ZC | 20090529 | |||
2 | ![]() |
RR_T_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090529 |
Method ZC_INTERVL_CHECK on class CL_FBS_FRS_REPL_API has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 605 |