BS_SOA_SIW_SYNC_SI is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter BS_SOA_SIW_SYNC_SI into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: SIW customer templates: Sync inbound services: Service implementation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
$FM_NAME$ call function '$FM_NAME$' @if has_importing @optional EXPORTING @table $fm_params$ @if $fm_params-kind$ i $fm_params-name:30$ = ls_input_api-$fm_params-name$ @end "if kind @end "table @end "if has ...
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING UUID = l_uuid.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING UUID = l_uuid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BS_SOA_SIW_SYNC_SI - SIW customer templates: Sync inbound services: Service implementation BS_SOA_SIW_SYNC_PRX - SIW customer templates: Sync inbound services: Proxy template BS_SOA_SIW_SYNC_API_PRX2DDIC - SIW customer templates: Sync inbound services: API based conversion BS_SOA_SIW_SYNC_API_DDIC2PRX - SIW customer templates: Sync inbound services: API based conversion BS_SOA_CREATE_DEFAULT_CFG - Creation of default configuration values for BS_SOA checks BS_SOA_CREATE_DEFAULT_CFG - Creation of default configuration values for BS_SOA checks