R_EDMS2CPR_XPRA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For cProjects 3...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter R_EDMS2CPR_XPRA 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: XPRA for Setup of Document Access Index Table
Text Symbol: 001 = XPRA R_EDMS2CPR_XPRA was started
Text Symbol: 002 = XPRA R_EDMS2CPR_XPRA was completed successfully
Text Symbol: 003 = Entries Added to Table DPR_DOCUMENT:
Text Symbol: 004 = XPRA R_EDMS2CPR_XPRA was not completd successfully
Text Symbol: 005 = Entry with Errors for Document
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = gt_xmsg.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_document-guid. "#EC FB_OLDED
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_document-guid. "#EC FB_OLDED
DB_COMMIT CALL FUNCTION 'DB_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.
R_EDMS2CPR_XPRA - XPRA for Setup of Document Access Index Table R_EDMS2CPR_XPRA - XPRA for Setup of Document Access Index Table R_EASY_RTM_DEMO - Demo - Use of Class CL_EASY_RTM R_EASY_RTM_DEMO - Demo - Use of Class CL_EASY_RTM R_DPR_STATUS_PROFILE_TEMPLATE - Find and delete inconsistent status profile templates R_DPR_STATUS_PROFILE_TEMPLATE - Find and delete inconsistent status profile templates