Fonction SAP /SDF/GSCD_MODI_REP_2002 - Creating a modification repository

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
FILL_MODIREP /SDF/GSCD_CO_STRU-MODIREP C 1 ' ' X Flag: Fill table I_MOD_REP
FILL_UMODOBJ /SDF/GSCD_CO_STRU-UMODOBJ C 1 'X' X Flag: Fill table UMODOBJ
RESERVE_1 /SDF/GSCD_CO_STRU-RES_1 C 120 ' ' X Reserve field 1
RESERVE_2 /SDF/GSCD_CO_STRU-RES_2 C 120 ' ' X Reserve field 2
RESERVE_3 /SDF/GSCD_CO_STRU-RES_3 C 120 ' ' X Reserve field 3

Paramètre Reférence Type Long. Description
RESERVE_4 /SDF/GSCD_CO_STRU-RES_4 C 120 Reserve field 4
RESERVE_5 /SDF/GSCD_CO_STRU-RES_5 C 120 Reserve field 5
RESERVE_6 /SDF/GSCD_CO_STRU-RES_6 C 120 Reserve field 6
SAP_RELEASE /SDF/GSCD_CO_STRU-SAPRL C 4 SAP basis release

Paramètre Reférence Long. Facultatif Description
I_MOD_REP /SDF/GSCD_MODIREP 420 Table with UMODOBJ or SMODILOG entries
I_MOD_REP_STAT_DEVCLASS /SDF/GSCD_STAT_DEVCLASS 56 Statistics table: development class
I_MOD_REP_STAT_OBJ_TYPE /SDF/GSCD_STAT_OBJ_TYPE 8 Statistics table: object type
PT_SMODCOMPTYPE /SDF/SMODCOMP_S 104 Statistics table: object category

Exception Description
ERROR_ON_RSUMOD0X Error occured on program RSUMOD0X

Functionality
Function module /SDF/GSCD_MODI_REP_2002 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.