RPS_GUID_CREATE_2 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 RPS_GUID_CREATE_2 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: Report for Subsequent Creation of GUIDs for PS Objects
INCLUDE PSDBADAT.
INCLUDE PSDBCMEM.
INCLUDE PSDBCGNR.
INCLUDE PS_CONST_OBJTYPE_GUID.
No SAP DATABASE tables are accessed within this REPORT code!
CJDB_SET_FLAGS CALL FUNCTION 'CJDB_SET_FLAGS' EXPORTING I_PSJ_CALLER = '#' I_PSJ_NO_GEN = 'X' I_NO_STOP_INFO = 'X' I_NO_DATABASE = '#' I_PSJ_HANDLE_TCNDB = '3104'.
CJDB_FREE_MEMORY_LDB_PSJ CALL FUNCTION 'CJDB_FREE_MEMORY_LDB_PSJ'.
ENQUEUE_EC_PROJ CALL FUNCTION 'ENQUEUE_EC_PROJ' EXPORTING TYP = 'P' PSPID = lt_elm_ps-proj_ext EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
ENQUEUE_ESORDER CALL FUNCTION 'ENQUEUE_ESORDER' EXPORTING * MODE_AUFK = 'E' * MANDT = SY-MANDT AUFNR = lt_elm_ps-aufnr * X_AUFNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
METHOD_START_LOG CALL FUNCTION 'METHOD_START_LOG' EXPORTING method = con_initialize IMPORTING msghand_num = lv_msghand_num.
METHOD_LOG_INIT CALL FUNCTION 'METHOD_LOG_INIT' EXPORTING msghand_num = lv_msghand_num IMPORTING msghand_num_exp = lv_msghand_num EXCEPTIONS not_authorized = 1 OTHERS = 2.
PS_GUID_MAINTAIN_INT CALL FUNCTION 'PS_GUID_MAINTAIN_INT' EXPORTING IT_OBJECTKEY = lt_objectkey I_EXISTENCE_CHECK = ' '.
METHOD_LOG_READ CALL FUNCTION 'METHOD_LOG_READ' TABLES t_method_log_exp = method_log t_msg_log_exp = msg_log.
PS_GUID_COMMIT CALL FUNCTION 'PS_GUID_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPS_GUID_CREATE_2 - Report for Subsequent Creation of GUIDs for PS Objects RPS_GUID_CREATE_2 - Report for Subsequent Creation of GUIDs for PS Objects RPS_GUID_CREATE - Report for Subsequent Creation of GUIDs for PS Objects RPS_GUID_CREATE - Report for Subsequent Creation of GUIDs for PS Objects RPS_AFVC - Program for Object Type AFVC_NETW: Network Activity RPS_AFVC - Program for Object Type AFVC_NETW: Network Activity