SAP CL_BS_SOA_SI_MODEL_ASYNC_IN OO Class - Pattern for Service implementaion class (async. inbound)









CL_BS_SOA_SI_MODEL_ASYNC_IN is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_BS_SOA_SI_MODEL_ASYNC_IN including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_BS_SOA_SI_MODEL_ASYNC_IN SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
BULK_MESSAGE_HEADER_READRead bulk message headerProtected
CALL METHOD cl_bs_soa_si_model_async_in=>BULK_MESSAGE_HEADER_READ...more details

BULK_MESSAGE_HEADER_STOREStore bulk message headerPublic
CALL METHOD cl_bs_soa_si_model_async_in=>BULK_MESSAGE_HEADER_STORE...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_bs_soa_si_model_async_in=>CONSTRUCTOR...more details

DO_APPLICATION_PROCESSINGService specific application processingProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_APPLICATION_PROCESSING...more details

DO_FEH_ERROR_CATEGORIZEError categorizazion for FEHProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_FEH_ERROR_CATEGORIZE...more details

DO_FEH_PREPAREService specific determination of FEH attributesProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_FEH_PREPARE...more details

DO_INITIALIZEService specific InitializationProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_INITIALIZE...more details

DO_INPUT_VALIDATIONService specific input validationProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_INPUT_VALIDATION...more details

DO_MAPPING_INBOUNDService specific inbound mappingProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_MAPPING_INBOUND...more details

DO_REGISTER_RESPONSE_RECEIVERWS-RM: Register receiver for a responseProtected
CALL METHOD cl_bs_soa_si_model_async_in=>DO_REGISTER_RESPONSE_RECEIVER...more details

DO_SAVE_WSRM_CORRELATIONWS-RM: Save correlation IDPublic
CALL METHOD cl_bs_soa_si_model_async_in=>DO_SAVE_WSRM_CORRELATION...more details

EXECUTEExecute service implementationPublic
CALL METHOD cl_bs_soa_si_model_async_in=>EXECUTE...more details

FEH_EXECUTERegister and call FEHPublic
CALL METHOD cl_bs_soa_si_model_async_in=>FEH_EXECUTE...more details

FEH_PREPAREDetermine FEH attributesProtected
CALL METHOD cl_bs_soa_si_model_async_in=>FEH_PREPARE...more details

GET_CORRELATION_IDRead current correlation IDPublic
CALL METHOD cl_bs_soa_si_model_async_in=>GET_CORRELATION_ID...more details

GET_ERROR_MESSAGETable of application errorsPublic
CALL METHOD cl_bs_soa_si_model_async_in=>GET_ERROR_MESSAGE...more details

HAS_ERRORApplication error occurred during service processingPublic
CALL METHOD cl_bs_soa_si_model_async_in=>HAS_ERROR...more details

INITInitializationPublic
CALL METHOD cl_bs_soa_si_model_async_in=>INIT...more details

INITIALIZEInitializationProtected
CALL METHOD cl_bs_soa_si_model_async_in=>INITIALIZE...more details

PRE_PROCESSINGValidation and inbound mappingProtected
CALL METHOD cl_bs_soa_si_model_async_in=>PRE_PROCESSING...more details

SAVE_CORRELATION_IDSave correlation ID on databaseProtected
CALL METHOD cl_bs_soa_si_model_async_in=>SAVE_CORRELATION_ID...more details

STORE_CORRELATION_IDStore correlation id in local memoryProtected
CALL METHOD cl_bs_soa_si_model_async_in=>STORE_CORRELATION_ID...more details

UNREGISTER_CORRELATION_IDUnregister correlation IDProtected
CALL METHOD cl_bs_soa_si_model_async_in=>UNREGISTER_CORRELATION_ID...more details



CL_BS_SOA_SI_MODEL_ASYNC_IN attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
C_CONTEXT_FAILConstantProcessing context: fail'FAIL'LIKE
BS_SOA_SIW_DTE_PROC_CONTEXT
Protected
C_CONTEXT_FINISHConstantProcessing context: finish'FINISH'LIKE
BS_SOA_SIW_DTE_PROC_CONTEXT
Protected
C_CONTEXT_PROXYConstantProcessing context: proxy'PROXY'LIKE
BS_SOA_SIW_DTE_PROC_CONTEXT
Protected
C_CONTEXT_RETRYConstantProcessing context: retry'RETRY'LIKE
BS_SOA_SIW_DTE_PROC_CONTEXT
Protected
GD_CORRELATION_IDInstance AttributeResponse Receiver Correlation IDLIKE
BS_SOA_RSPNSRCVR_COREL_ID
Protected
GD_ECH_OBJTYPEInstance AttributeObject Type for FEHLIKE
ECH_DTE_OBJTYPE
Protected
GD_EXCEPTION_NAMEInstance AttributeFault Exception nameLIKE
PRX_R3NAME
Protected
GD_HIDDEN_DATAInstance AttributeHidden data in FEHLIKE
FEH_STRING
Protected
GD_PROCESSING_CONTEXTInstance AttributeProcessing context of service implementationLIKE
BS_SOA_SIW_DTE_PROC_CONTEXT
Protected
GD_XI_GUIDInstance AttributeXI message GUIDLIKE
SXMSMGUID
Protected
GO_FEH_PROCESS_CONTEXTInstance Attributeprocess context for ECHLIKE
IF_FEH_PROCESS_CONTEXT
Protected
GO_MESSAGE_CONTAINERInstance AttributeMessage containerLIKE
CL_BS_SOA_MESSAGE_CONTAINER
Protected
GR_BULK_MESSAGE_HEADERInstance AttributeMessage Header (Bulk)LIKE
DATA
Protected
GR_ECH_HIDDEN_DATAInstance AttributeHidden data in FEH (reference)LIKE
STRING
Protected
GT_FEH_DATAInstance AttributeFEH informationLIKE
TT_FEH_DATA
Private
GT_WSRM_DATAInstance AttributeWSRM informationLIKE
TT_WSRM_DATA
Private
GX_BULK_MODEInstance AttributeBulk mode is enabledLIKE
XFLAG
Protected




CL_BS_SOA_SI_MODEL_ASYNC_IN types

TS_FEH_DATA -
TS_WSRM_DATA -
TT_FEH_DATA -
TT_WSRM_DATA -

Links to Related Class(s)

CL_BS_SO...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!