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 Name | Description | Visability |
| BULK_MESSAGE_HEADER_READ | Read bulk message header | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>BULK_MESSAGE_HEADER_READ...more details | ||
| BULK_MESSAGE_HEADER_STORE | Store bulk message header | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>BULK_MESSAGE_HEADER_STORE...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>CONSTRUCTOR...more details | ||
| DO_APPLICATION_PROCESSING | Service specific application processing | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_APPLICATION_PROCESSING...more details | ||
| DO_FEH_ERROR_CATEGORIZE | Error categorizazion for FEH | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_FEH_ERROR_CATEGORIZE...more details | ||
| DO_FEH_PREPARE | Service specific determination of FEH attributes | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_FEH_PREPARE...more details | ||
|
| ||
| DO_INITIALIZE | Service specific Initialization | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_INITIALIZE...more details | ||
| DO_INPUT_VALIDATION | Service specific input validation | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_INPUT_VALIDATION...more details | ||
| DO_MAPPING_INBOUND | Service specific inbound mapping | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_MAPPING_INBOUND...more details | ||
| DO_REGISTER_RESPONSE_RECEIVER | WS-RM: Register receiver for a response | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_REGISTER_RESPONSE_RECEIVER...more details | ||
| DO_SAVE_WSRM_CORRELATION | WS-RM: Save correlation ID | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>DO_SAVE_WSRM_CORRELATION...more details | ||
| EXECUTE | Execute service implementation | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>EXECUTE...more details | ||
| FEH_EXECUTE | Register and call FEH | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>FEH_EXECUTE...more details | ||
| FEH_PREPARE | Determine FEH attributes | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>FEH_PREPARE...more details | ||
| GET_CORRELATION_ID | Read current correlation ID | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>GET_CORRELATION_ID...more details | ||
| GET_ERROR_MESSAGE | Table of application errors | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>GET_ERROR_MESSAGE...more details | ||
| HAS_ERROR | Application error occurred during service processing | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>HAS_ERROR...more details | ||
| INIT | Initialization | Public |
| CALL METHOD cl_bs_soa_si_model_async_in=>INIT...more details | ||
| INITIALIZE | Initialization | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>INITIALIZE...more details | ||
| PRE_PROCESSING | Validation and inbound mapping | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>PRE_PROCESSING...more details | ||
| SAVE_CORRELATION_ID | Save correlation ID on database | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>SAVE_CORRELATION_ID...more details | ||
| STORE_CORRELATION_ID | Store correlation id in local memory | Protected |
| CALL METHOD cl_bs_soa_si_model_async_in=>STORE_CORRELATION_ID...more details | ||
| UNREGISTER_CORRELATION_ID | Unregister correlation ID | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_CONTEXT_FAIL | Constant | Processing context: fail | 'FAIL' | LIKE BS_SOA_SIW_DTE_PROC_CONTEXT | Protected |
| C_CONTEXT_FINISH | Constant | Processing context: finish | 'FINISH' | LIKE BS_SOA_SIW_DTE_PROC_CONTEXT | Protected |
| C_CONTEXT_PROXY | Constant | Processing context: proxy | 'PROXY' | LIKE BS_SOA_SIW_DTE_PROC_CONTEXT | Protected |
| C_CONTEXT_RETRY | Constant | Processing context: retry | 'RETRY' | LIKE BS_SOA_SIW_DTE_PROC_CONTEXT | Protected |
| GD_CORRELATION_ID | Instance Attribute | Response Receiver Correlation ID | LIKE BS_SOA_RSPNSRCVR_COREL_ID | Protected | |
| GD_ECH_OBJTYPE | Instance Attribute | Object Type for FEH | LIKE ECH_DTE_OBJTYPE | Protected | |
| GD_EXCEPTION_NAME | Instance Attribute | Fault Exception name | LIKE PRX_R3NAME | Protected | |
| GD_HIDDEN_DATA | Instance Attribute | Hidden data in FEH | LIKE FEH_STRING | Protected | |
| GD_PROCESSING_CONTEXT | Instance Attribute | Processing context of service implementation | LIKE BS_SOA_SIW_DTE_PROC_CONTEXT | Protected | |
| GD_XI_GUID | Instance Attribute | XI message GUID | LIKE SXMSMGUID | Protected | |
| GO_FEH_PROCESS_CONTEXT | Instance Attribute | process context for ECH | LIKE IF_FEH_PROCESS_CONTEXT | Protected | |
| GO_MESSAGE_CONTAINER | Instance Attribute | Message container | LIKE CL_BS_SOA_MESSAGE_CONTAINER | Protected | |
| GR_BULK_MESSAGE_HEADER | Instance Attribute | Message Header (Bulk) | LIKE DATA | Protected | |
| GR_ECH_HIDDEN_DATA | Instance Attribute | Hidden data in FEH (reference) | LIKE STRING | Protected | |
| GT_FEH_DATA | Instance Attribute | FEH information | LIKE TT_FEH_DATA | Private | |
| GT_WSRM_DATA | Instance Attribute | WSRM information | LIKE TT_WSRM_DATA | Private | |
| GX_BULK_MODE | Instance Attribute | Bulk mode is enabled | LIKE 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