ISCDXPRA05 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 ISCDXPRA05 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 conversion from Proid 10 to Proid 02 and 03
Text Symbol: 001 = Lock table
Text Symbol: 002 = Lock table history
INCLUDE LFKLOCKCOM.
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_OLD_NEW_VERSION CALL FUNCTION 'FKK_GET_OLD_NEW_VERSION' EXPORTING I_ADDON_ID = 'INSURANCE' IMPORTING E_OLD_REL = l_old_rel EXCEPTIONS ADDONID_NOT_FOUND = 1 OTHERS = 2.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = ERRORLOG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
SFW_GET_CLIENT_FOR_XPRA CALL FUNCTION 'SFW_GET_CLIENT_FOR_XPRA' EXPORTING I_OBJECTNAME = sfw_repid CHANGING T_T000 = it_t000.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = ERRORLOG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = ERRORLOG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISCDXPRA05 - XPRA for conversion from Proid 10 to Proid 02 and 03 ISCDXPRA05 - XPRA for conversion from Proid 10 to Proid 02 and 03 ISCDXPRA04 - Convert transfer doc memory V2.1 -> V4.51 ISCDXPRA04 - Convert transfer doc memory V2.1 -> V4.51 ISCDXPRA03 - Conversion Program for Master Data V2.1 -> V45.1 ISCDXPRA03 - Conversion Program for Master Data V2.1 -> V45.1