SAP ABAP Class CL_FBS_GEN_REPL_UTIL (CL_FBS_GEN_REPL_UTIL)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-GL (Application Component) Basic Functions
     FBS_SE_GLMASTER_REPLCTN (Package) Services for Proxies
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SAI 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 C_DB_DELETE Constant Public Type reference (TYPE) DB_ACTION 'D' Action on Database 20080507
2 C_DB_INSERT Constant Public Type reference (TYPE) DB_ACTION 'I' Action on Database 20080507
3 C_DB_MODIFY Constant Public Type reference (TYPE) DB_ACTION 'M' Action on Database 20080507
4 C_DB_NO_ACTION Constant Public Type reference (TYPE) DB_ACTION 'N' Action in the database 20080513
5 C_DB_REMOVE Constant Public Type reference (TYPE) DB_ACTION 'R' Action on Database 20080513
6 C_DB_UPDATE Constant Public Type reference (TYPE) DB_ACTION 'U' Action on Database 20080507
7 C_EXISTENCE_DATA Constant Public Type reference (TYPE) FLAG 'X' General Flag 20080507
8 C_EXISTENCE_DATA_AND_TEXT Constant Public Type reference (TYPE) FLAG '+' General Flag 20080507
9 C_EXISTENCE_VOID Constant Public Type reference (TYPE) FLAG '-' General Flag 20080507
10 C_NO_TRANSMISSION Constant Public Type reference (TYPE) FLAG 'N' General Indicator 20100301
11 C_RESULT_CODE_FAILED Constant Public Type reference (TYPE) PROCESSING_RESULT_CODE '5' Processing Status 20080507
12 C_RESULT_CODE_SUCCESS Constant Public Type reference (TYPE) PROCESSING_RESULT_CODE '3' Processing Status 20080507
13 C_XI_HDR_RECON_IND_FNAME Constant Public Type reference (TYPE) FIELDNAME 'RECONCILIATION_INDICATOR' Field name 20100301
14 C_XI_HDR_TEST_IND_FNAME Constant Public Type reference (TYPE) FIELDNAME 'TEST_DATA_INDICATOR' Field name 20100301
15 GR_S_MSG Static Attribute Protected Object reference (TYPE REF TO) BAPIRET2 Return Parameter(s) 20090819
16 G_MSG Static Attribute Protected Type reference (TYPE) STRING 20090819
17 MSG_HEADER_FNAME Static Attribute Public Type reference (TYPE) STRING 'MESSAGE_HEADER' 20090212
18 M_FEH_CONTEXT_NAME Instance attribute Protected Type reference (TYPE) STRUCNAME Name of Direct Input Import Structure 20080507
Methods
# Method Level Visibility Method type Description Created on
1 ACCESS_FEH_CONTEXT_READ Static method Public Method 20090129
2 ACCESS_FEH_CONTEXT_WRITE Static method Public Method 20090129
3 ACCESS_MSG_HDR_READ Static method Public Method 20090129
4 ACCESS_MSG_HDR_WRITE Static method Public Method 20090129
5 ACCESS_MSG_LOG_WRITE Static method Public Method 20090129
6 ADD_SY_MSG_TO_BAPIRET Static method Public Method 20090108
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080507
8 FIELDS_ARE_EQUAL Static method Public Method 20090918
9 FILL_CONF_MSG_GEN_PART Static method Public Method 20090129
10 FILL_CONF_MSG_HEADER Static method Public Method 20090129
11 FILL_CONF_MSG_HEADER_FLAGS Static method Public Method 20100301
12 FILL_CONF_MSG_HEADER_PARTNER Static method Public Method 20090129
13 FILL_CONF_MSG_HEADER_REFIDS Static method Public Method 20090129
14 FILL_LOG Static method Public Method 20090129
15 FILL_LOG_N Static method Public Method 20090610
16 GET_FLAG_FROM_XI_DATA Static method Public Method 20100301
17 GET_SY_MESSAGE_AS_BAPIRET Static method Public Method 20080513
18 GET_TEST_RECON_FLAG Static method Protected Method 20100301
19 GET_TEST_RECON_FLAG_FROM_HDR Static method Public Method 20100301
20 GET_WORST_MESSAGE Static method Public Method 20090814
21 GET_WORST_MESSAGE_TYPE Static method Public Method 20090823
22 MOVE_BAPIRET_TO_MSG Static method Public Method 20090903
23 MOVE_BAPIRET_TO_SMT_ERROR Static method Public Method 20090903
24 MOVE_FLAG_TO_XI_DATA Static method Public Method 20100301
25 MOVE_MSG_TO_BAPIRET Static method Public Method 20090903
26 MOVE_MSG_TO_SMT_ERROR Static method Public Method 20090903
27 MOVE_SY_TO_BAPIRET Static method Public Method 20080513
28 MSGTAB_HAS_ERRORS Static method Public Method 20090823
29 NON_INITIAL_FIELDS_ARE_EQUAL Static method Public Method 20080507
30 VALIDATE_DB_ACTION Static method Public Method 20090819
31 VALIDATE_DB_ACTION_WITH_DATA Static method Public Method 20090823
32 XI_MESSAGE_SUPPLIES_FIELD Static method Public Method 20100301
33 _ACCESS_MSG_BULK_READ Static method Protected Method 20090129
34 _MOVE_MSG_TO_SY_MSG Static method Private Method 20090903
35 _MSG_IS_BULK Static method Protected Method 20090129
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 Importing IR_WORKSTRUC Call by reference Type reference (TYPE) DATA 20090129
2 Returning 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 Importing IR_WORKSTRUC Call by reference Type reference (TYPE) DATA 20090129
2 Returning 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 Importing IR_INBND_PAYLOAD Call by reference Object reference (TYPE REF TO) DATA 20090129
2 Returning 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 Importing IR_INBND_PAYLOAD Call by reference Type reference (TYPE) DATA 20090129
2 Returning 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 Importing IR_CONF_MSG Call by reference Object reference (TYPE REF TO) DATA 20090129
2 Returning 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 Changing 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 Importing 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 Importing ID_STRUC1 Call by reference Type reference (TYPE) DATA 20090918
2 Importing ID_STRUC2 Call by reference Type reference (TYPE) DATA 20090918
3 Importing IP_ONLY_NON_INITIAL Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20090918
4 Returning 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 Changing CS_CONFRMTN_MSG_PAYLOAD Call by reference Type reference (TYPE) DATA 20090129
2 Importing 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 Changing CD_CONF_MSG_HEADER Call by reference Type reference (TYPE) DATA 20090129
2 Exporting ET_RECEIVERS Call by reference Type reference (TYPE) SXI_ADDRESSES XI: Tabelle von Adressen 20090129
3 Importing ID_INBD_MSG_HEADER Call by reference Type reference (TYPE) DATA 20090129
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20090129

Method FILL_CONF_MSG_HEADER_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_CONF_MSG_HEADER Call by reference Type reference (TYPE) DATA 20100301
2 Importing 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 Changing CD_CONF_MSG_HEADER Call by reference Type reference (TYPE) DATA 20090129
2 Exporting ET_RECEIVERS Call by reference Type reference (TYPE) SXI_ADDRESSES XI: Tabelle von Adressen 20090129
3 Importing 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 Changing CD_CONF_MSG_HEADER Call by reference Type reference (TYPE) DATA 20090129
2 Importing ID_INBD_MSG_HEADER Call by reference Type reference (TYPE) DATA 20090129
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20090220

Method FILL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLMSGTAB Call by reference Type reference (TYPE) APPLMSGTAB Rückgabetabelle für Meldungen 20090129
2 Exporting LOG Call by reference Type reference (TYPE) SAPPLCO_LOG_GDT 20090129
3 Importing 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 Importing BAPIRETURN_TAB Call by reference Object reference (TYPE REF TO) BAPIRET2_TAB Rückgabetabelle für Meldungen 20090610
2 Exporting LOG Call by reference Type reference (TYPE) SAPPLCO_LOG_GDT 20090610
3 Importing 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 Importing IP_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20100301
2 Importing IRS_INBOUND_STRUC Call by reference Object reference (TYPE REF TO) DATA 20100301
3 Returning RP_BOOL_IND Value transfer Type reference (TYPE) ABAP_BOOL 20100301
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20100301

Method GET_SY_MESSAGE_AS_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing IP_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20100301
2 Importing IRS_INBOUND_STRUC Call by reference Object reference (TYPE REF TO) SAPPLCO_BUS_DOC_MESSAGE_HEADER 20100301
3 Returning RP_FLAG Value transfer Type reference (TYPE) FLAG allgemeines flag 20100301
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20100301

Method GET_TEST_RECON_FLAG_FROM_HDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20100301
2 Importing IRS_MSG_HEADER_BLK Call by reference Object reference (TYPE REF TO) SAPPLCO_BUS_DOC_MESSAGE_HEADER 20100301
3 Importing IRS_MSG_HEADER_SNGL Call by reference Object reference (TYPE REF TO) SAPPLCO_BUS_DOC_MESSAGE_HEADER 20100301
4 Returning RP_FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20100301
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20100301

Method GET_WORST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IRT_MESSAGES Call by reference Object reference (TYPE REF TO) BAPIRET2_TAB Fehlermeldungen 20090823
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_TAB Fehlermeldungen 20090814
3 Returning 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 Importing IRT_MESSAGES Call by reference Object reference (TYPE REF TO) BAPIRET2_TAB Fehlermeldungen 20090823
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_TAB Fehlermeldungen 20090823
3 Returning 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 Importing IRS_BAPIRET Call by reference Object reference (TYPE REF TO) BAPIRET2 Returnparameter 20090903
2 Importing IS_BAPIRET Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20090903
3 Returning 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 Importing IRS_BAPIRET Call by reference Object reference (TYPE REF TO) BAPIRET2 Struktur der Message-Variablen 20090903
2 Importing IS_BAPIRET Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20090903
3 Returning 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 Changing CS_OUTBOUND_STRUC Call by reference Type reference (TYPE) DATA 20100301
2 Importing IP_BOOL_IND Call by reference Type reference (TYPE) ABAP_BOOL 20100301
3 Importing IP_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20100301
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20100301

Method MOVE_MSG_TO_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20090903
2 Returning 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 Importing IP_MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20090903
2 Importing IR_MSG Call by reference Object reference (TYPE REF TO) SYMSG Struktur der Message-Variablen 20090903
3 Returning 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 Returning 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 Importing IP_ERRORTYPES Call by reference Type reference (TYPE) STRING 'XAE' 20090823
2 Importing IRT_MESSAGES Call by reference Object reference (TYPE REF TO) BAPIRET2_TAB Fehlermeldungen 20090823
3 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_TAB Fehlermeldungen 20090823
4 Returning 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 Importing ID_STRUC1 Call by reference Type reference (TYPE) DATA 20080507
2 Importing ID_STRUC2 Call by reference Type reference (TYPE) DATA 20080507
3 Returning 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 Changing CP_ACTION Call by reference Type reference (TYPE) DB_ACTION Aktion auf der Datenbank 20090819
2 Exporting EP_ERROR Call by reference Type reference (TYPE) FLAG allgemeines flag 20090819
3 Importing IP_ACTION_PRE Call by reference Type reference (TYPE) DB_ACTION Aktion auf der Datenbank 20090819
4 Importing IP_ADJUST Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20090819
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 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 Importing IP_ADJUST Call by reference Type reference (TYPE) FLAG 'X' allgemeines flag 20090823
2 Importing IP_DATA_EXIST Call by reference Type reference (TYPE) FLAG allgemeines flag 20090823
3 Importing IP_DB_IN Call by reference Type reference (TYPE) DB_ACTION Aktion auf der Datenbank 20090823
4 Importing IP_NODE_NAME Call by reference Type reference (TYPE) STRING Aktion auf der Datenbank 20090823
5 Returning RP_DB_OUT Value transfer Type reference (TYPE) DB_ACTION Aktion auf der Datenbank 20090823
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN_API_FAULT 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 Importing IP_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20100301
2 Importing IRS_INBOUND_STRUC Call by reference Object reference (TYPE REF TO) DATA 20100301
3 Returning 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 Importing IRD_MESSAGE Call by reference Object reference (TYPE REF TO) DATA 20090129
2 Returning 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 Importing IP_MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20090903
2 Importing 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 Importing IRD_MSG Call by reference Object reference (TYPE REF TO) DATA 20090129
2 Returning 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