IUUC_SHOW_CLONING_PIT_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists all Oracle DB transaction data that were previously recorded by means of report
If you would like to execute this report or see the full code listing simply enter IUUC_SHOW_CLONING_PIT_DATA 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: show cloning PIT data as ALV grid
Text Symbol: 001 = Check Time
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_struct_pit CHANGING ct_fieldcat = gt_pit_fieldcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IUUC_SHOW_CLONING_PIT_DATA - show cloning PIT data as ALV grid IUUC_SHOW_CLONING_PIT_DATA - show cloning PIT data as ALV grid IUUC_SET_CONSIDER_TREQ_FLAG - Set Flag to consider Transport Requests in IUUC_TABLES IUUC_SET_CONSIDER_TREQ_FLAG - Set Flag to consider Transport Requests in IUUC_TABLES IUUC_SDB6SSYB - trigger coding template for SYBASE IUUC_SDB6SORA - DDL schemas for ORACLE