GRPC_ORM 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_ORM 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: Transfer ORM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RHP0_POPUP_F4_SEARK CALL FUNCTION 'RHP0_POPUP_F4_SEARK' EXPORTING f4 = 'X' plvar = '01' otype = 'O ' * begda = begda * endda = endda * SEARK = * MULTI_SELECT = ' ' * DYNPRO_REPID = * DYNPRO_DYNNR = * DYNPRO_PLVARFIELD = * DYNPRO_OTYPEFIELD = * DYNPRO_SEARKFIELD = * DYNPRO_STEXTFIELD = * CB_PROG = * CB_FORM = * NO_DIALOGUE = * EASY = ' ' TABLES * BASE_OBJIDS = sel_objids = lt_sel_objids * CHANGING * OBJID = * SHORT = * STEXT = EXCEPTIONS cancelled = 1 object_not_valid = 2 error = 3 OTHERS = 4 .
GRPC_ORM_TRANSFER *CALL FUNCTION 'GRPC_ORM_TRANSFER' * EXPORTING * i_timeframe = tframe * i_year = tf_year * I_MODE = 'A' ** IMPORTING ** ET_MESSAGES = * tables * it_orgunit = lt_orgunit * .
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_ORM - Transfer ORM GRPC_ORM - Transfer ORM GRPC_NWBC_PFCG_USER_SYNC - Obsolete - Batch Job to Sync the PFCG User-Role with PC Person-Roles GRPC_NWBC_PFCG_USER_SYNC - Obsolete - Batch Job to Sync the PFCG User-Role with PC Person-Roles GRPC_NWBC_PFCG_SYNC - Obsolete - Batch Job to Sync the PFCG Menu based on the PC Roles/Tasks GRPC_NWBC_PFCG_SYNC - Obsolete - Batch Job to Sync the PFCG Menu based on the PC Roles/Tasks