GRPC_SUBPROCESS_SYNCHRONIZE 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 GRPC_SUBPROCESS_SYNCHRONIZE 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: SYNCREG = Regulation Assignment
Selection Text: SYNCREF = Reference Control
Selection Text: SYNCCOPY = Copied Control
Selection Text: PREG = Regulation Configuration
Selection Text: PPSTEP = Central Control
Selection Text: PPROCESS = Central Subprocess
Selection Text: PORGUNIT = Organizations
Selection Text: PFYEAR = D .
Selection Text: PFRAME = D .
Title: Synchronize subprocess for regulation and child controls
Text Symbol: F02 = Execution Option
Text Symbol: F01 = Selection Condition
Text Symbol: 010 = Regulation Assignment on Reference Subprocess
Text Symbol: 009 = Reference Subprocess
Text Symbol: 008 = Copied Subprocess
Text Symbol: 007 = Following Regulation(s) could be Synchronized for Subprocess and Orgunit
Text Symbol: 006 = Regulation Assignment on Copied Subprocess
Text Symbol: 005 = Reference Control
Text Symbol: 004 = Following Control(s) could be Synchronized for Organization
Text Symbol: 003 = No need to synchronize.
Text Symbol: 002 = Copied Control
Text Symbol: 001 = Subprocess
Text Symbol: 000 = Successfully Synchronize for Organization
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = i_field value_org = 'S' TABLES value_tab = lt_f4 EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = i_field value_org = 'S' TABLES value_tab = lt_f4 EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = i_field value_org = 'S' TABLES value_tab = lt_f4_control * FIELD_TAB = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = lt_scfield EXCEPTIONS OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_SUBPROCESS_SYNCHRONIZE - Synchronize subprocess for regulation and child controls GRPC_SUBPROCESS_SYNCHRONIZE - Synchronize subprocess for regulation and child controls GRPC_STR_PCORC_CHECK - Report for Checking and Correcting Consistency of the P-CO-R-C GRPC_STR_PCORC_CHECK - Report for Checking and Correcting Consistency of the P-CO-R-C GRPC_SIGNOFF_PREPARATION - Prepare Sign-Off GRPC_SIGNOFF_PREPARATION - Prepare Sign-Off