Hierarchy

⤷

⤷

Properties
Class | CL_FBS_ACC_REPL_API | |
Short Description | ||
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 | 20080513 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FBS_ACC_REPL_API has no interface implemented.
Friends
Class CL_FBS_ACC_REPL_API has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR2 | '06' | Component of Version Number | 20080822 | |
2 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR2 | '01' | Component of Version Number | 20080822 | |
3 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR2 | '02' | Component of Version Number | 20080822 | |
4 | ![]() |
Constant | Protected | Type reference (TYPE) | GLACCOUNT_ACTION | 'D' | G/L account master record: Action for data record | 20080513 | |
5 | ![]() |
Constant | Protected | Type reference (TYPE) | GLACCOUNT_ACTION | 'I' | G/L account master record: Action for data record | 20080513 | |
6 | ![]() |
Constant | Protected | Type reference (TYPE) | GLACCOUNT_ACTION | 'U' | G/L account master record: Action for data record | 20080513 | |
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FBS_REPL_AUTO_TRANSPORT | Transport of Master Data | 20080525 | ||
8 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_FBS_GEN_REPL_UTIL | 20080513 | |||
9 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | BAPIRET2 | Return Parameter(s) | 20080616 | ||
10 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TS_GLDATA_BUFFER | 20080513 | |||
11 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_ACC_REPL_INPUT | 20080804 | |||
12 | ![]() |
Static Attribute | Protected | See coding | 20080821 | ||||
13 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_COA_REPL_INPUT | 20080802 | |||
14 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CX_FBS_SE_FAULT | 20080616 | |||
15 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | I | 5 Character Numeric NUMC | 20080805 | ||
16 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | STRING | 20080513 | |||
17 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | E071K-TABKEY | Object name in object list | 20080525 | ||
18 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | FLAG | General Indicator | 20080606 | ||
19 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FBS_FIELD_CONTROL_HANDLER | 20090129 | |||
20 | ![]() |
Instance attribute | Protected | See coding | 20080524 | ||||
21 | ![]() |
Instance attribute | Protected | See coding | Interface Structures for Objects in CTS | 20080524 | |||
22 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20080820 |
Methods
Events
Class CL_FBS_ACC_REPL_API has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ACCOUNT | Protected | See coding | 20080513 | ts_account TYPE LINE OF ts_work_structure-accounts
|
||
2 | TS_ACC_REPL_INPUT | Protected | See coding | 20080805 | BEGIN OF ts_acc_repl_input,
buffer_id TYPE i,
posted type flag,
ktopl TYPE ktopl,
account_coa TYPE glaccount_coa,
account_names TYPE glaccount_name_table,
account_ccodes TYPE glaccount_ccode_table,
"WGOSS1441598
test_run type flag,
END OF ts_acc_repl_input
|
||
3 | TS_COAT_MASTER_BFR | Protected | See coding | 20080513 | BEGIN OF ts_coat_master_bfr.
INCLUDE TYPE t004t AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_coat_master_bfr
|
||
4 | TS_COA_MASTER_BFR | Protected | See coding | 20080513 | BEGIN OF ts_coa_master_bfr.
INCLUDE TYPE t004 AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_coa_master_bfr
|
||
5 | TS_COA_REPL_INPUT | Protected | See coding | 20080805 | BEGIN OF ts_coa_repl_input,
buffer_id TYPE i,
posted type flag,
ktopl TYPE ktopl,
t004_upd TYPE ts_t004_upd,
t004t_upd_tab TYPE fbs_se_t_t004t_upd,
t004t_compl_trans TYPE flag,
"WGOSS1441598
test_run type flag,
END OF ts_coa_repl_input
|
||
6 | TS_FIELD_CONTROL | Protected | Type reference (TYPE) | CL_FBS_GEN_REPL_UTIL=>TS_FIELD_CONTROL | 20080513 |
|
|
7 | TS_GLDATA_BUFFER | Protected | See coding | 20080513 | BEGIN OF ts_gldata_buffer,
coa_master TYPE SORTED TABLE OF ts_coa_master_bfr
WITH UNIQUE KEY ktopl,
coa_master_text TYPE SORTED TABLE OF ts_coat_master_bfr
WITH UNIQUE KEY ktopl spras,
ska1_data TYPE SORTED TABLE OF ts_ska1_bfr
WITH UNIQUE KEY keyy,
skb1_data TYPE SORTED TABLE OF ts_skb1_bfr
WITH UNIQUE KEY keyy,
skat_data TYPE SORTED TABLE OF ts_skat_bfr
WITH UNIQUE KEY keyy,
END OF ts_gldata_buffer
|
||
8 | TS_SKA1_BFR | Protected | See coding | 20080513 | BEGIN OF ts_ska1_bfr.
INCLUDE TYPE glaccount_coa AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_ska1_bfr
|
||
9 | TS_SKAT_BFR | Protected | See coding | 20080513 | BEGIN OF ts_skat_bfr.
INCLUDE TYPE glaccount_name AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_skat_bfr
|
||
10 | TS_SKB1_BFR | Protected | See coding | 20080513 | BEGIN OF ts_skb1_bfr.
INCLUDE TYPE glaccount_ccode AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_skb1_bfr
|
||
11 | TS_T004_UPD | Protected | See coding | 20080805 | BEGIN OF ts_t004_upd,
t004 TYPE t004,
db_action TYPE db_action,
END OF ts_t004_upd
|
||
12 | TS_WORK_STRUCTURE | Public | Type reference (TYPE) | CL_FBS_ACC_RPLCTN=>TS_WORK_STRUCTURE | 20080513 |
|
|
13 | TT_ACC | Protected | See coding | 20080819 | tt_acc TYPE STANDARD TABLE OF fbs_s_ska1 WITH DEFAULT KEY
|
||
14 | TT_ACC_REPL_INPUT | Protected | See coding | 20080805 | tt_acc_repl_input TYPE SORTED TABLE OF ts_acc_repl_input
WITH NON-UNIQUE KEY buffer_id
|
||
15 | TT_CCODE | Protected | See coding | 20080513 | tt_ccode TYPE STANDARD TABLE OF fbs_s_skb1 WITH DEFAULT KEY
|
||
16 | TT_COA_REPL_INPUT | Protected | See coding | 20080805 | tt_coa_repl_input
TYPE SORTED TABLE OF ts_coa_repl_input
WITH NON-UNIQUE KEY buffer_id
|
||
17 | TT_NAME | Protected | See coding | 20080513 | tt_name TYPE STANDARD TABLE OF fbs_s_skat WITH DEFAULT KEY
|
Method Signatures
Method BUILD_ACCOUNTS_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WORK_STRUCTURE | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 20080819 | |||
2 | ![]() |
RR_T_ACCOUNTS | Value transfer | Object reference (TYPE REF TO) | FBS_TS_ACCOUNTS | Tabellentyp zu FBS_SX_ACCOUNT | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080819 |
Method BUILD_ACCOUNT_CCODE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080819 | |||
2 | ![]() |
IS_ACCOUNT | Call by reference | Type reference (TYPE) | TS_ACCOUNT | 20080513 | |||
3 | ![]() |
RR_T_CCODE_TAB | Value transfer | Object reference (TYPE REF TO) | GLACCOUNT_CCODE_TABLE | Sachkontenstamm: Bezeichnungen (Tabelle) | 20080513 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080616 |
Method BUILD_ACCOUNT_NAME_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | allgemeines flag | 20080819 | ||
2 | ![]() |
IS_ACCOUNT | Call by reference | Type reference (TYPE) | TS_ACCOUNT | Sachkontenstamm Kontenplan | 20080513 | ||
3 | ![]() |
RR_T_NAME_TAB | Value transfer | Object reference (TYPE REF TO) | GLACCOUNT_NAME_TABLE | Sachkontenstamm: Bezeichnungen (Tabelle) | 20080513 |
Method BUILD_ACCOUNT_NAME_TAB on class CL_FBS_ACC_REPL_API has no exception.
Method BUILD_ACCOUNT_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 | ZUSMD_API_WORK_STRUC_ACCOUNT_T | 20080819 | ||
2 | ![]() |
RR_T_UPDATE | Value transfer | Object reference (TYPE REF TO) | TT_ACC_REPL_INPUT | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080819 |
Method CHECK_CHART_OF_ACCOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_INPUT | Call by reference | Type reference (TYPE) | TS_COA_REPL_INPUT | 20080801 | |||
2 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20080801 |
Method CHECK_CHART_OF_ACCOUNT on class CL_FBS_ACC_REPL_API has no exception.
Method CHECK_COLLECT_ACCOUNTS 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 | ZUSMD_API_WORK_STRUC_ACCOUNT_T | 20080802 | ||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20080802 |
Method CHECK_COLLECT_ACCOUNTS on class CL_FBS_ACC_REPL_API has no exception.
Method CHECK_COLLECT_COA 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 | ZUSMD_API_WORK_STRUC | 20080802 | ||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20080802 |
Method CHECK_COLLECT_COA on class CL_FBS_ACC_REPL_API has no exception.
Method CHECK_INPUT_COA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_INPUT | Call by reference | Type reference (TYPE) | TS_COA_REPL_INPUT | 20090108 | |||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090108 |
Method CHECK_INPUT_COA on class CL_FBS_ACC_REPL_API has no exception.
Method CHECK_T004 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 | 20080801 | ||
2 | ![]() |
IS_INPUT | Call by reference | Type reference (TYPE) | TS_COA_REPL_INPUT | 20080801 |
Method CHECK_T004 on class CL_FBS_ACC_REPL_API has no exception.
Method CHECK_T004T Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_INPUT | Call by reference | Type reference (TYPE) | TS_COA_REPL_INPUT | 20080801 | |||
2 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20080801 | ||
3 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20080801 |
Method CHECK_T004T on class CL_FBS_ACC_REPL_API has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_REPLICATION | Call by reference | Object reference (TYPE REF TO) | CL_FBS_RPLCTN | 20080513 | |||
2 | ![]() |
IP_TEST_MODE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20100301 |
Method CONSTRUCTOR on class CL_FBS_ACC_REPL_API has no exception.
Method DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACCNT | Call by reference | Type reference (TYPE) | FBS_S_COA_ACC_KEY-SAKNR | Nummer des Sachkontos | 20080729 | ||
2 | ![]() |
IP_CCOA | Call by reference | Type reference (TYPE) | FBS_S_COA_ACC_KEY-KTOPL | Kontenplan | 20080729 | ||
3 | ![]() |
IP_CCODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20080729 |
Method DEQUEUE on class CL_FBS_ACC_REPL_API has no exception.
Method DRAW_BUFFER_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_BUFFER_ID | Value transfer | Type reference (TYPE) | I | 20080821 |
Method DRAW_BUFFER_ID on class CL_FBS_ACC_REPL_API has no exception.
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACCNT | Call by reference | Type reference (TYPE) | FBS_S_COA_ACC_KEY-SAKNR | Nummer des Sachkontos | 20080729 | ||
2 | ![]() |
IP_CCOA | Call by reference | Type reference (TYPE) | FBS_S_COA_ACC_KEY-KTOPL | Kontenplan | 20080729 | ||
3 | ![]() |
IP_CCODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20080729 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
HRFPM: Fehler bei der FM-Belegerstellung | 20080729 |
Method MOVE_DB_ACTION_TO_GLACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DB_ACTION | Call by reference | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20080513 | ||
2 | ![]() |
R_GLACTION | Value transfer | Type reference (TYPE) | GLACCOUNT_ACTION | Sachkontenstamm: Aktion für Datensatz | 20080513 |
Method MOVE_DB_ACTION_TO_GLACTION on class CL_FBS_ACC_REPL_API has no exception.
Method NO_ERRORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20080526 | ||
2 | ![]() |
RP_NO_ERRORS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080526 |
Method NO_ERRORS on class CL_FBS_ACC_REPL_API has no exception.
Method POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_BUFFER_ID | Call by reference | Type reference (TYPE) | I | 20080820 | |||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20080803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080803 |
Method PREPARE_GLDATA_BUFFER Signature
Method PREPARE_GLDATA_BUFFER on class CL_FBS_ACC_REPL_API has no parameter.
Method PREPARE_GLDATA_BUFFER on class CL_FBS_ACC_REPL_API has no exception.
Method READ_ACC_TAB_BY_COA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_COA | Call by reference | Type reference (TYPE) | KTOPL | G/L Account Master Record: Chart of Accounts - Key | 20080819 | ||
2 | ![]() |
RR_ACC_TAB | Value transfer | Object reference (TYPE REF TO) | TT_ACC | 20080819 |
Method READ_ACC_TAB_BY_COA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_CCD_TAB_BY_COA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_COA_KEY | Call by reference | Type reference (TYPE) | GLACCOUNT_COA_KEY | G/L Account Master Record: Chart of Accounts - Key | 20080513 | ||
2 | ![]() |
RR_CCD_TAB | Value transfer | Object reference (TYPE REF TO) | TT_CCODE | 20080513 |
Method READ_CCD_TAB_BY_COA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_COAT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | FBS_S_COAT_KEY | Chart of Accounts | 20080513 | ||
2 | ![]() |
RR_S_DATA | Value transfer | Object reference (TYPE REF TO) | FBS_S_COAT | Sachkontenstamm Kontenplan | 20080513 |
Method READ_COAT_DATA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_COA_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | FBS_S_COA_KEY | Chart of Accounts | 20080513 | ||
2 | ![]() |
RR_S_DATA | Value transfer | Object reference (TYPE REF TO) | FBS_S_COA | Sachkontenstamm Kontenplan | 20080513 |
Method READ_COA_DATA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_NAME_TAB_BY_COA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_COA_KEY | Call by reference | Type reference (TYPE) | GLACCOUNT_COA_KEY | G/L Account Master Record: Chart of Accounts - Key | 20080513 | ||
2 | ![]() |
RR_T_NAMES | Value transfer | Object reference (TYPE REF TO) | TT_NAME | 20080513 |
Method READ_NAME_TAB_BY_COA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_SKA1_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | FBS_S_COA_ACC_KEY | Schlüssel felder eines GL/Kontos (Kontenplan Teil) | 20080513 | ||
2 | ![]() |
RR_S_DATA | Value transfer | Object reference (TYPE REF TO) | FBS_S_SKA1 | Sachkontenstamm Kontenplan | 20080513 |
Method READ_SKA1_DATA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_SKAT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | FBS_S_COA_ACC_NAME_KEY | G/L Account Master Record: Chart of Accounts - Key | 20080513 | ||
2 | ![]() |
RR_S_DATA | Value transfer | Object reference (TYPE REF TO) | FBS_S_SKAT | Sachkontenstamm Texte | 20080513 |
Method READ_SKAT_DATA on class CL_FBS_ACC_REPL_API has no exception.
Method READ_SKB1_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | FBS_S_CCD_KEY | Schlüsselfelder Sachkontenstamm Bukrs | 20080513 | ||
2 | ![]() |
RR_S_DATA | Value transfer | Object reference (TYPE REF TO) | FBS_S_SKB1 | Sachkontenstamm Bukrs-Daten | 20080513 |
Method READ_SKB1_DATA on class CL_FBS_ACC_REPL_API has no exception.
Method RESET_READ_BUFFER Signature
Method RESET_READ_BUFFER on class CL_FBS_ACC_REPL_API has no parameter.
Method RESET_READ_BUFFER on class CL_FBS_ACC_REPL_API has no exception.
Method SAVE_ACCOUNTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_BUFFER_ID | Call by reference | Attribute reference (LIKE) | M_BUFFER_ID | 20080820 | |||
2 | ![]() |
IP_KTOPL | Call by reference | Type reference (TYPE) | KTOPL | Kontenplan | 20080803 | ||
3 | ![]() |
IP_SAKNR | Call by reference | Type reference (TYPE) | SAKNR | Nummer des Sachkontos | 20080804 | ||
4 | ![]() |
IP_UPDATE_TASK | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20080821 | |
5 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20080802 |
Method SAVE_ACCOUNTS on class CL_FBS_ACC_REPL_API has no exception.
Method SAVE_COA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_BUFFER_ID | Call by reference | Attribute reference (LIKE) | M_BUFFER_ID | 20080821 | |||
2 | ![]() |
IP_KTOPL | Call by reference | Type reference (TYPE) | KTOPL | Kontenplan | 20080821 | ||
3 | ![]() |
IP_UPDATE_TASK | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20080821 | |
4 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20080821 |
Method SAVE_COA on class CL_FBS_ACC_REPL_API has no exception.
Method UPDATE_ACCOUNTS 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 | ZUSMD_API_WORK_STRUC_ACCOUNT_T | 20080802 | ||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20080802 |
Method UPDATE_ACCOUNTS on class CL_FBS_ACC_REPL_API has no exception.
Method UPDATE_COA 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 | ZUSMD_API_WORK_STRUC | 20080802 | ||
2 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20080802 |
Method UPDATE_COA on class CL_FBS_ACC_REPL_API has no exception.
Method UPDATE_FROM_WORK_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FLD_CNTRL_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_FBS_FIELD_CONTROL_HANDLER | 20090130 | |||
2 | ![]() |
IO_TRANSPORT_REGISTER | Call by reference | Object reference (TYPE REF TO) | CL_TRN_REGISTER | 20080524 | |||
3 | ![]() |
IP_TEST_MODE | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20100301 | |
4 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | TS_WORK_STRUCTURE | 'Work-structure' für Replikation GL-Stammdaten | 20080519 | ||
5 | ![]() |
RR_T_RETURN | Value transfer | Object reference (TYPE REF TO) | BAPIRET2_TAB | 20080519 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080525 | ||
2 | ![]() |
20090623 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 604 |