Functionality Function module /SDF/GSCD_MODI_REP reads and delivers information from the modification repository tables. The delivered information confines: - table I_MOD_REP (one entry for each selected modified object) - statistics table I_MOD_REP_STAT_DEVCLASS (number of modified objects per development class, enhanced by application component) - statistics table I_MOD_REP_STAT_OBJ_TYPE (number of modified objects per detailed object type) - statistics table PT_SMODCOMPTYPE (number of modified objects per condensed object type) . Depending on the SAP basis release, the functionality is split as follows: 1. Releases 3.1 and 4.0 In a first step, table UMODOBJ is filled via program RSUMOD0X. Secondly, internal table I_MOD_REP is filled from tables UMODOBJ and TADIR. In a third step, two statistics tables (I_MOD_REP_STAT_DEVCLASS and I_MOD_REP_STAT_OBJ_TYPE) are built up with condensed information from I_MOD_REP. In a final step, table I_MOD_REP is deleted (on default parameter settings) due to restrictions with regard to data volume. 2. Releases 4.5 and higher Table I_MOD_REP is built up from table SMODILOG and TADIR. The statistics tables are created as described in the previous paragraph. Succeedingly, object type information is condensed intotable PT_SMODCOMPTYPE. As in the previous releases, table I_MOD_REP is deleted depending on parameter settings. For reasons of performance, the above named database tables are not accessed directly but via database table views named correspondingly. |