Hierarchy

⤷

⤷

Properties
Class | CL_FBS_GEN_REPL_UTIL | |
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 | 20080507 | SAP |
Last change | 20110908 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FBS_GEN_REPL_UTIL has no interface implemented.
Friends
Class CL_FBS_GEN_REPL_UTIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | DB_ACTION | 'D' | Action on Database | 20080507 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | DB_ACTION | 'I' | Action on Database | 20080507 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | DB_ACTION | 'M' | Action on Database | 20080507 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | DB_ACTION | 'N' | Action in the database | 20080513 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | DB_ACTION | 'R' | Action on Database | 20080513 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | DB_ACTION | 'U' | Action on Database | 20080507 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | 'X' | General Flag | 20080507 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | '+' | General Flag | 20080507 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | '-' | General Flag | 20080507 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | 'N' | General Indicator | 20100301 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | PROCESSING_RESULT_CODE | '5' | Processing Status | 20080507 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | PROCESSING_RESULT_CODE | '3' | Processing Status | 20080507 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'RECONCILIATION_INDICATOR' | Field name | 20100301 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'TEST_DATA_INDICATOR' | Field name | 20100301 | |
15 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | BAPIRET2 | Return Parameter(s) | 20090819 | ||
16 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | STRING | 20090819 | |||
17 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 'MESSAGE_HEADER' | 20090212 | ||
18 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRUCNAME | Name of Direct Input Import Structure | 20080507 |
Methods
Events
Class CL_FBS_GEN_REPL_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_COAT_MASTER_BFR | Protected | See coding | 20080507 | BEGIN OF ts_coat_master_bfr.
INCLUDE TYPE t004t AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_coat_master_bfr
|
||
2 | TS_COA_MASTER_BFR | Protected | See coding | 20080507 | BEGIN OF ts_coa_master_bfr.
INCLUDE TYPE t004 AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_coa_master_bfr
|
||
3 | TS_FEH_CONTEXT | Public | Type reference (TYPE) | FBS_SX_FEH_CONTEXT | 20080507 |
|
|
4 | TS_FIELD_CONTROL | Public | Type reference (TYPE) | CL_FBS_FIELD_CONTROL_HANDLER=>TS_FIELD_CONTROL | 20080507 |
|
|
5 | TS_FIELD_CONTROL_BFR | Protected | Type reference (TYPE) | CL_FBS_FIELD_CONTROL_HANDLER=>TS_FIELD_CONTROL_BFR | 20080507 |
|
|
6 | TS_GLDATA_BUFFER | Protected | See coding | 20080507 | 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
|
||
7 | TS_SKA1_BFR | Protected | See coding | 20080507 | BEGIN OF ts_ska1_bfr.
INCLUDE TYPE glaccount_coa AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_ska1_bfr
|
||
8 | TS_SKAT_BFR | Protected | See coding | 20080507 | BEGIN OF ts_skat_bfr.
INCLUDE TYPE glaccount_name AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_skat_bfr
|
||
9 | TS_SKB1_BFR | Protected | See coding | 20080507 | BEGIN OF ts_skb1_bfr.
INCLUDE TYPE glaccount_ccode AS ddata.
TYPES: is_dummy TYPE flag,
END OF ts_skb1_bfr
|
||
10 | TT_FIELD_CONTROL_BFR | Protected | Type reference (TYPE) | CL_FBS_FIELD_CONTROL_HANDLER=>TT_FIELD_CONTROL_BFR | 20080507 |
|
|
11 | TT_FIELD_CONTROL_TAB | Public | Type reference (TYPE) | CL_FBS_FIELD_CONTROL_HANDLER=>TT_FIELD_CONTROL_TAB | 20080507 |
|
|
12 | T_FIELD_CONTROL_ELEM_CATEG | Public | Type reference (TYPE) | CL_FBS_FIELD_CONTROL_HANDLER=>T_FIELD_CONTROL_ELEM_CATEG | 20080507 |
|
|
13 | T_FIELD_OPERATION | Public | Type reference (TYPE) | CL_FBS_FIELD_CONTROL_HANDLER=>T_FIELD_OPERATION | General Flag | 20080507 |
|
14 | T_MESSAGE_HEADER | Public | Type reference (TYPE) | SAPPLCO_BUS_DOC_MESSAGE_HEADER | Business Information from Perspective of Sender Application | 20080507 |
|
15 | T_MESSAGE_LOG | Public | Type reference (TYPE) | SAPPLCO_LOG | 20080507 |
|
|
16 | _TS_IDP_HANDLING | Private | See coding | 20080510 | BEGIN OF _ts_idp_handling,
msg_id TYPE string,
msg_uuid TYPE guid_32 ,
rif_idp_helper TYPE REF TO if_ws_idp_helper ,
is_eo_requested TYPE flag,
rd_response TYPE REF TO data,
check_ok TYPE flag,
END OF _ts_idp_handling
|
||
17 | _TS_PROXY_WORK_STRUC_MAPPING | Private | See coding | 20080510 | BEGIN OF _ts_proxy_work_struc_mapping,
wrk_substr_field TYPE fbs_string,
prx_substr_field TYPE fbs_string,
fixed_value TYPE flag,
END OF _ts_proxy_work_struc_mapping
|
Method Signatures
Method ACCESS_FEH_CONTEXT_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_WORKSTRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
RR_FEH_CONTEXT_REF | Value transfer | Object reference (TYPE REF TO) | TS_FEH_CONTEXT | 20090129 |
Method ACCESS_FEH_CONTEXT_READ on class CL_FBS_GEN_REPL_UTIL has no exception.
Method ACCESS_FEH_CONTEXT_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_WORKSTRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
RR_FEH_CONTEXT_REF | Value transfer | Object reference (TYPE REF TO) | TS_FEH_CONTEXT | 20090129 |
Method ACCESS_FEH_CONTEXT_WRITE on class CL_FBS_GEN_REPL_UTIL has no exception.
Method ACCESS_MSG_HDR_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_INBND_PAYLOAD | Call by reference | Object reference (TYPE REF TO) | DATA | 20090129 | |||
2 | ![]() |
RS_MSG_HEADER | Value transfer | Object reference (TYPE REF TO) | T_MESSAGE_HEADER | Business information from the perspective of the sender appl | 20090129 |
Method ACCESS_MSG_HDR_READ on class CL_FBS_GEN_REPL_UTIL has no exception.
Method ACCESS_MSG_HDR_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_INBND_PAYLOAD | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
RR_MSG_HEADER | Value transfer | Object reference (TYPE REF TO) | T_MESSAGE_HEADER | 20090129 |
Method ACCESS_MSG_HDR_WRITE on class CL_FBS_GEN_REPL_UTIL has no exception.
Method ACCESS_MSG_LOG_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONF_MSG | Call by reference | Object reference (TYPE REF TO) | DATA | 20090129 | |||
2 | ![]() |
RR_MSG_LOG | Value transfer | Object reference (TYPE REF TO) | T_MESSAGE_LOG | 20090129 |
Method ACCESS_MSG_LOG_WRITE on class CL_FBS_GEN_REPL_UTIL has no exception.
Method ADD_SY_MSG_TO_BAPIRET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Returnparameter | 20090108 |
Method ADD_SY_MSG_TO_BAPIRET on class CL_FBS_GEN_REPL_UTIL 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 | 20080507 |
Method CONSTRUCTOR on class CL_FBS_GEN_REPL_UTIL has no exception.
Method FIELDS_ARE_EQUAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_STRUC1 | Call by reference | Type reference (TYPE) | DATA | 20090918 | |||
2 | ![]() |
ID_STRUC2 | Call by reference | Type reference (TYPE) | DATA | 20090918 | |||
3 | ![]() |
IP_ONLY_NON_INITIAL | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20090918 | |
4 | ![]() |
RP_ARE_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090918 |
Method FIELDS_ARE_EQUAL on class CL_FBS_GEN_REPL_UTIL has no exception.
Method FILL_CONF_MSG_GEN_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_CONFRMTN_MSG_PAYLOAD | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
IS_PROCESSING_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_FBS_RPLCTN_PROCESS_RESULT | Return Parameter | 20090129 |
Method FILL_CONF_MSG_GEN_PART on class CL_FBS_GEN_REPL_UTIL has no exception.
Method FILL_CONF_MSG_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_CONF_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
ET_RECEIVERS | Call by reference | Type reference (TYPE) | SXI_ADDRESSES | XI: Tabelle von Adressen | 20090129 | ||
3 | ![]() |
ID_INBD_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method FILL_CONF_MSG_HEADER_FLAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_CONF_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20100301 | |||
2 | ![]() |
ID_INBD_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20100301 |
Method FILL_CONF_MSG_HEADER_FLAGS on class CL_FBS_GEN_REPL_UTIL has no exception.
Method FILL_CONF_MSG_HEADER_PARTNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_CONF_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
ET_RECEIVERS | Call by reference | Type reference (TYPE) | SXI_ADDRESSES | XI: Tabelle von Adressen | 20090129 | ||
3 | ![]() |
ID_INBD_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20090129 |
Method FILL_CONF_MSG_HEADER_PARTNER on class CL_FBS_GEN_REPL_UTIL has no exception.
Method FILL_CONF_MSG_HEADER_REFIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_CONF_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
ID_INBD_MSG_HEADER | Call by reference | Type reference (TYPE) | DATA | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090220 |
Method FILL_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLMSGTAB | Call by reference | Type reference (TYPE) | APPLMSGTAB | Rückgabetabelle für Meldungen | 20090129 | ||
2 | ![]() |
LOG | Call by reference | Type reference (TYPE) | SAPPLCO_LOG_GDT | 20090129 | |||
3 | ![]() |
PROCESSING_RESULT_CODE | Call by reference | Type reference (TYPE) | PROCESSING_RESULT_CODE | Verarbeitungsstatus | 20090129 |
Method FILL_LOG on class CL_FBS_GEN_REPL_UTIL has no exception.
Method FILL_LOG_N Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BAPIRETURN_TAB | Call by reference | Object reference (TYPE REF TO) | BAPIRET2_TAB | Rückgabetabelle für Meldungen | 20090610 | ||
2 | ![]() |
LOG | Call by reference | Type reference (TYPE) | SAPPLCO_LOG_GDT | 20090610 | |||
3 | ![]() |
PROCESSING_RESULT_CODE | Call by reference | Type reference (TYPE) | PROCESSING_RESULT_CODE | Verarbeitungsstatus | 20090610 |
Method FILL_LOG_N on class CL_FBS_GEN_REPL_UTIL has no exception.
Method GET_FLAG_FROM_XI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20100301 | ||
2 | ![]() |
IRS_INBOUND_STRUC | Call by reference | Object reference (TYPE REF TO) | DATA | 20100301 | |||
3 | ![]() |
RP_BOOL_IND | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100301 |
Method GET_SY_MESSAGE_AS_BAPIRET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_S_BAPIRET2 | Value transfer | Object reference (TYPE REF TO) | BAPIRET2 | Returnparameter | 20080513 |
Method GET_SY_MESSAGE_AS_BAPIRET on class CL_FBS_GEN_REPL_UTIL has no exception.
Method GET_TEST_RECON_FLAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20100301 | ||
2 | ![]() |
IRS_INBOUND_STRUC | Call by reference | Object reference (TYPE REF TO) | SAPPLCO_BUS_DOC_MESSAGE_HEADER | 20100301 | |||
3 | ![]() |
RP_FLAG | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20100301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100301 |
Method GET_TEST_RECON_FLAG_FROM_HDR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20100301 | ||
2 | ![]() |
IRS_MSG_HEADER_BLK | Call by reference | Object reference (TYPE REF TO) | SAPPLCO_BUS_DOC_MESSAGE_HEADER | 20100301 | |||
3 | ![]() |
IRS_MSG_HEADER_SNGL | Call by reference | Object reference (TYPE REF TO) | SAPPLCO_BUS_DOC_MESSAGE_HEADER | 20100301 | |||
4 | ![]() |
RP_FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100301 |
Method GET_WORST_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRT_MESSAGES | Call by reference | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090823 | ||
2 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090814 | ||
3 | ![]() |
RRS_WORST_MESSAGE | Value transfer | Object reference (TYPE REF TO) | BAPIRET2 | Returnparameter | 20090814 |
Method GET_WORST_MESSAGE on class CL_FBS_GEN_REPL_UTIL has no exception.
Method GET_WORST_MESSAGE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRT_MESSAGES | Call by reference | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090823 | ||
2 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090823 | ||
3 | ![]() |
RRS_WORST_TYPE | Value transfer | Type reference (TYPE) | BAPIRET2-TYPE | Returnparameter | 20090823 |
Method GET_WORST_MESSAGE_TYPE on class CL_FBS_GEN_REPL_UTIL has no exception.
Method MOVE_BAPIRET_TO_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRS_BAPIRET | Call by reference | Object reference (TYPE REF TO) | BAPIRET2 | Returnparameter | 20090903 | ||
2 | ![]() |
IS_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20090903 | ||
3 | ![]() |
RRS_MSG | Value transfer | Object reference (TYPE REF TO) | SYMSG | Struktur der Message-Variablen | 20090903 |
Method MOVE_BAPIRET_TO_MSG on class CL_FBS_GEN_REPL_UTIL has no exception.
Method MOVE_BAPIRET_TO_SMT_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRS_BAPIRET | Call by reference | Object reference (TYPE REF TO) | BAPIRET2 | Struktur der Message-Variablen | 20090903 | ||
2 | ![]() |
IS_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20090903 | ||
3 | ![]() |
RR_S_SMT | Value transfer | Object reference (TYPE REF TO) | SMT_ERROR | Returnparameter | 20090903 |
Method MOVE_BAPIRET_TO_SMT_ERROR on class CL_FBS_GEN_REPL_UTIL has no exception.
Method MOVE_FLAG_TO_XI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_OUTBOUND_STRUC | Call by reference | Type reference (TYPE) | DATA | 20100301 | |||
2 | ![]() |
IP_BOOL_IND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100301 | |||
3 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20100301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100301 |
Method MOVE_MSG_TO_BAPIRET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_MSG | Call by reference | Type reference (TYPE) | SYMSG | Struktur der Message-Variablen | 20090903 | ||
2 | ![]() |
RR_S_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2 | Returnparameter | 20090903 |
Method MOVE_MSG_TO_BAPIRET on class CL_FBS_GEN_REPL_UTIL has no exception.
Method MOVE_MSG_TO_SMT_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_MSG | Call by reference | Type reference (TYPE) | SYMSG | Struktur der Message-Variablen | 20090903 | ||
2 | ![]() |
IR_MSG | Call by reference | Object reference (TYPE REF TO) | SYMSG | Struktur der Message-Variablen | 20090903 | ||
3 | ![]() |
RR_S_SMT | Value transfer | Object reference (TYPE REF TO) | SMT_ERROR | Returnparameter | 20090903 |
Method MOVE_MSG_TO_SMT_ERROR on class CL_FBS_GEN_REPL_UTIL has no exception.
Method MOVE_SY_TO_BAPIRET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_S_BAPIRET | Value transfer | Object reference (TYPE REF TO) | BAPIRET2 | Returnparameter | 20080513 |
Method MOVE_SY_TO_BAPIRET on class CL_FBS_GEN_REPL_UTIL has no exception.
Method MSGTAB_HAS_ERRORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ERRORTYPES | Call by reference | Type reference (TYPE) | STRING | 'XAE' | 20090823 | ||
2 | ![]() |
IRT_MESSAGES | Call by reference | Object reference (TYPE REF TO) | BAPIRET2_TAB | Fehlermeldungen | 20090823 | ||
3 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Fehlermeldungen | 20090823 | ||
4 | ![]() |
RP_HAS_ERRORS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090823 |
Method MSGTAB_HAS_ERRORS on class CL_FBS_GEN_REPL_UTIL has no exception.
Method NON_INITIAL_FIELDS_ARE_EQUAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_STRUC1 | Call by reference | Type reference (TYPE) | DATA | 20080507 | |||
2 | ![]() |
ID_STRUC2 | Call by reference | Type reference (TYPE) | DATA | 20080507 | |||
3 | ![]() |
RP_ARE_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080507 |
Method NON_INITIAL_FIELDS_ARE_EQUAL on class CL_FBS_GEN_REPL_UTIL has no exception.
Method VALIDATE_DB_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CP_ACTION | Call by reference | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20090819 | ||
2 | ![]() |
EP_ERROR | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20090819 | ||
3 | ![]() |
IP_ACTION_PRE | Call by reference | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20090819 | ||
4 | ![]() |
IP_ADJUST | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20090819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen aus API | 20090819 |
Method VALIDATE_DB_ACTION_WITH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ADJUST | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20090823 | |
2 | ![]() |
IP_DATA_EXIST | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20090823 | ||
3 | ![]() |
IP_DB_IN | Call by reference | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20090823 | ||
4 | ![]() |
IP_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Aktion auf der Datenbank | 20090823 | ||
5 | ![]() |
RP_DB_OUT | Value transfer | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20090823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen aus API | 20090823 |
Method XI_MESSAGE_SUPPLIES_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20100301 | ||
2 | ![]() |
IRS_INBOUND_STRUC | Call by reference | Object reference (TYPE REF TO) | DATA | 20100301 | |||
3 | ![]() |
RP_SUPPLIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100301 |
Method XI_MESSAGE_SUPPLIES_FIELD on class CL_FBS_GEN_REPL_UTIL has no exception.
Method _ACCESS_MSG_BULK_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRD_MESSAGE | Call by reference | Object reference (TYPE REF TO) | DATA | 20090129 | |||
2 | ![]() |
RR_BULK_PART | Value transfer | Object reference (TYPE REF TO) | DATA | 20090129 |
Method _ACCESS_MSG_BULK_READ on class CL_FBS_GEN_REPL_UTIL has no exception.
Method _MOVE_MSG_TO_SY_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_MSG | Call by reference | Type reference (TYPE) | SYMSG | Struktur der Message-Variablen | 20090903 | ||
2 | ![]() |
IS_BAPIRET | Value transfer | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20090903 |
Method _MOVE_MSG_TO_SY_MSG on class CL_FBS_GEN_REPL_UTIL has no exception.
Method _MSG_IS_BULK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRD_MSG | Call by reference | Object reference (TYPE REF TO) | DATA | 20090129 | |||
2 | ![]() |
RP_IS_BULK_MESSAGE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090129 |
Method _MSG_IS_BULK on class CL_FBS_GEN_REPL_UTIL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 604 |