ROIRH_LOC_MASTER_DATA_TRANSFER 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 ROIRH_LOC_MASTER_DATA_TRANSFER 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: IT_LOC = D Business location ID
Selection Text: IT_LOGSY = D Logical system
Selection Text: I_SIMUL = Simulation
Title: Transfer of business location master detail data
Text Symbol: H01 = Location data transferred to the logical systems
Text Symbol: H02 = Location data that will be transferred to the logical systems
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_BL_GETDETAIL CALL FUNCTION 'BAPI_BL_GETDETAIL' EXPORTING locationid = t_locations-pblnr * BUSINESSTYPE = IMPORTING * RETURN = address = l_address TABLES businesstypedata = t_businesstypedata openinghours = t_openinghours competitors = t_competitors allocatedmaterials = t_allocatedmaterials acceptedpaymentcards = t_acceptedpaymentcards communication_tel = t_communicationtel communication_fax = t_communicationfax communication_tlx = t_communicationtlx communication_ttx = t_communicationttx communication_x400 = t_communicationx400 communication_smtp = t_communicationsmtp communication_rml = t_communicationrml communication_rfc = t_communicationrfc communication_prt = t_communicationprt communication_ssf = t_communicationssf communication_uri = t_communicationuri communication_pag = t_communicationpag communication_rem = t_communicationrem communication_comrem = t_communicationcomrem extensionout = t_extensionout .
ALE_BL_RECEIVEDETAIL CALL FUNCTION 'ALE_BL_RECEIVEDETAIL' EXPORTING locationid = t_locations-pblnr address = l_address * SERIAL_ID = '0' TABLES businesstypedata = t_businesstypedata openinghours = t_openinghours competitors = t_competitors allocatedmaterials = t_allocatedmaterials acceptedpaymentcards = t_acceptedpaymentcards communicationtel = t_communicationtel communicationfax = t_communicationfax communicationtlx = t_communicationtlx communicationttx = t_communicationttx communicationx400 = t_communicationx400 communicationsmtp = t_communicationsmtp communicationrml = t_communicationrml communicationrfc = t_communicationrfc communicationprt = t_communicationprt communicationssf = t_communicationssf communicationuri = t_communicationuri communicationpag = t_communicationpag communicationrem = t_communicationrem communicationcomrem = t_communicationcomrem extensionout = t_extensionout receivers = t_receivers_extr * communication_documents = * application_objects = EXCEPTIONS error_creating_idocs = 1 OTHERS = 2 .
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid * i_callback_pf_status_set = g_status * i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * it_special_groups = gt_sp_group[] * it_sort = gs_sorttab[] * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = g_default * i_save = g_save * is_variant = g_variant it_events = gt_events[] * it_event_exit = g_caller_exit i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab_header = gt_header t_outtab_item = gt_items.
ALE_ASYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_ASYNC_BAPI_GET_RECEIVER' EXPORTING object = con_obj_if0031 method = con_method_receivedetail TABLES receivers = et_receivers filterobject_values = lt_filterval.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = g_tabname_header i_structure_name = 'ROIRHLOCMASTERDATAHEADER' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = g_tabname_item i_structure_name = 'ROIRHLOCMASTERDATAITEMS' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRH_LOC_MASTER_DATA_TRANSFER - Transfer of business location master detail data ROIRH_LOC_MASTER_DATA_TRANSFER - Transfer of business location master detail data ROIRH_EXT_PRICETOOL_INTEGRATIO - KSS Pricenet Integration - Example Coding ROIRH_BULOCP_TRANSFER - Transfer of business location material prices ROIRH_BULOCP_TRANSFER - Transfer of business location material prices ROIRHCHSGEN - Clearing House Settlement Message Structure Generator (IS-Oil SSR)