SAP Reports / Programs

RPS_GUID_CREATE_2 SAP ABAP Report - Report for Subsequent Creation of GUIDs for PS Objects







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPS_GUID_CREATE_2. "Basic submit
SUBMIT RPS_GUID_CREATE_2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPS_GUID_CREATE_2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report for Subsequent Creation of GUIDs for PS Objects


INCLUDES used within this REPORT RPS_GUID_CREATE_2

INCLUDE PSDBADAT.
INCLUDE PSDBCMEM.
INCLUDE PSDBCGNR.
INCLUDE PS_CONST_OBJTYPE_GUID.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPS_GUID_CREATE_2 or its description.