POC_UPDATE_MASTER_REG 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 POC_UPDATE_MASTER_REG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
POC_UPDATE_REG - Update Master Reqistry
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: Local Report for Updating the Master Registry
Text Symbol: 001 = Registry Details Updated In Local System:
Text Symbol: 002 = Registry Details Updated In Remote System:
Text Symbol: 003 = Either Local System and Master Registry System is Same or
Text Symbol: 004 = Master Registry is Not Set in Process Orchestration Customizing
Text Symbol: 005 = Registry Update Failed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POC_UPDATE_MASTER_REGISTRY CALL FUNCTION 'POC_UPDATE_MASTER_REGISTRY' IMPORTING ev_local_master = lv_local_master ev_local_sys = lv_local_sys ev_remote_sys = lv_remote_sys ev_update_fail_flg = lv_update_fail_flg ev_failure_msg = lv_failure_msg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
POC_UPDATE_MASTER_REG - Local Report for Updating the Master Registry POC_UPDATE_MASTER_REG - Local Report for Updating the Master Registry POC_SYMESS_IMPL - POCSYMESSIMPL POC_SYMESS_DEF - POCSYMESSDEF POC_SIMULATION_PERF_MODELS - Include POC_SIMULATION_MODELS POC_SIMULATION_PERF_MAIN - Include POC_SIMULATION_MAIN