SIC_BAS_RSADRINI is a standard Executable ABAP Report 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 SIC_BAS_RSADRINI 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.
Selection Text: P_FIELD = Indexpool field
Selection Text: P_PARAL = Parallel processing (Y/N)
Selection Text: P_PROF = D .
Selection Text: P_PSIZE = Package size
Selection Text: P_SERVN = D .
Selection Text: P_SUBTYP = D .
Selection Text: P_TABLE = Indexpool Table
Selection Text: P_TYPE = D .
Text Symbol: 001 = Selection of Index Pool
Text Symbol: 002 = Selection of Service
Text Symbol: 003 = Process options
Text Symbol: 004 = Selection of applicationv
Text Symbol: 005 = Profile
Text Symbol: 006 = Elapsed time:
Text Symbol: 007 = milliseconds:
Text Symbol: 008 = Messages from
Text Symbol: 009 = Messages:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_GET_QUEUE_PARAMETERS CALL FUNCTION 'TREX_EXT_GET_QUEUE_PARAMETERS' EXPORTING i_indexes = lt_indexes i_rfc_destination = ls_object_type_cust-rfc_destination IMPORTING e_queue_parameters = lt_queue_parameters e_return_code = ev_return_code * E_RETURN_TEXT = EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
TREX_EXT_SET_QUEUE_PARAMETERS CALL FUNCTION 'TREX_EXT_SET_QUEUE_PARAMETERS' EXPORTING i_rfc_destination = ls_object_type_cust-rfc_destination i_queue_parameters = lt_queue_parameters IMPORTING e_return_code = ev_return_code * E_RETURN_TEXT = * E_QUEUE_RETURN = EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
ADDR_EXTRACT_FOR_DUPL_INDEX CALL FUNCTION 'ADDR_EXTRACT_FOR_DUPL_INDEX' EXPORTING index_pool = ls_index_pool * package_size = lv_package package_size = p_psize program_version = lv_version IMPORTING address_field_list = lt_address_field_list address_object_list = lt_address_object_list last_package = lv_last_package EXCEPTIONS parameter_error = 1 internal_error = 2 OTHERS = 3.
Z_ICM_GET_ADDRESS_IDS
Z_SIC_BAS_GET_IDS_DATA
SIC_BAS_CALL_SERVICE CALL FUNCTION 'SIC_BAS_CALL_SERVICE' EXPORTING iv_appl_object_type = ls_appl_object_type iv_node_name = ls_node_structure-node_name iv_service_name = p_servn iv_profile = ls_profile_name-profile_name iv_index = lv_index iv_index_objecttype = lv_index_objecttype iv_use_queueserver = 'X' iv_destination = lv_destination iv_update_flag = 'I' * it_field_list = lt_field_list " für test it_field_list = lt_address_field_list " für original IMPORTING et_messages = lt_messages.
SIC_BAS_CALL_SERVICE CALL FUNCTION 'SIC_BAS_CALL_SERVICE' STARTING NEW TASK lv_task_id DESTINATION IN GROUP DEFAULT PERFORMING callback_from_service ON END OF TASK EXPORTING iv_appl_object_type = ls_appl_object_type iv_node_name = ls_node_structure-node_name iv_service_name = p_servn iv_profile = ls_profile_name-profile_name iv_index = lv_index iv_index_objecttype = lv_index_objecttype iv_use_queueserver = 'X' iv_destination = lv_destination iv_update_flag = 'I' * it_field_list = lt_field_list " für test it_field_list = lt_address_field_list " für original EXCEPTIONS system_failure = 01 communication_failure = 02 resource_failure = 03.
SIC_BAS_CALL_SERVICE CALL FUNCTION 'SIC_BAS_CALL_SERVICE' STARTING NEW TASK lv_task_id DESTINATION IN GROUP DEFAULT PERFORMING callback_from_service ON END OF TASK EXPORTING iv_appl_object_type = ls_appl_object_type iv_node_name = ls_node_structure-node_name iv_service_name = p_servn iv_profile = ls_profile_name-profile_name iv_index = lv_index iv_index_objecttype = lv_index_objecttype iv_use_queueserver = 'X' iv_destination = lv_destination iv_update_flag = 'I' * it_field_list = lt_field_list " für test it_field_list = lt_address_field_list " für original EXCEPTIONS system_failure = 01 communication_failure = 02 resource_failure = 03.
Contribute (Add Comments)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name SIC_BAS_RSADRINI or its description.