SAP Reports / Programs

RS_CLM_MODINF_RESTORE SAP ABAP Report - Restores Modification Information







RS_CLM_MODINF_RESTORE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to restore modification entries in SMODISRC and SMODILOG using the source texts of the respective objects...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 RS_CLM_MODINF_RESTORE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RS_CLM_MODINF_RESTORE. "Basic submit
SUBMIT RS_CLM_MODINF_RESTORE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CLM_MODINF_RESTORE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TYPE = Types
Selection Text: P_PROGNA = Name
Selection Text: P_PROG = Program
Selection Text: P_METHNA = Method
Selection Text: P_METH = Methods
Selection Text: P_MCLASS = Class
Selection Text: P_MAKRO = Macros
Selection Text: P_LCLAS = Local Classes
Selection Text: P_KORRNR = Automat.Selection of Corr.No.
Selection Text: P_FUNC = Function Module
Selection Text: P_FSUBNA = Name
Selection Text: P_DYNNR = Screen Number
Selection Text: P_DYNNAM = Object Name
Selection Text: P_DYN = Screen
Selection Text: P_CLAS = Class
Title: Restores Modification Information
Text Symbol: R36 = Display Upgrade Adjustment Status:
Text Symbol: R35 = Display Customer Modification Status:
Text Symbol: R34 = Unit
Text Symbol: R33 = Display Original Status:
Text Symbol: R32 = Display Entire Source
Text Symbol: R31 = Program:
Text Symbol: D89 = Original
Text Symbol: D00 = Upgr. Adjustmnt Status
Text Symbol: A17 = Inftabs(CV) and/or Sources(SV) New
Text Symbol: A16 = Show Inactive
Text Symbol: A15 = Hide Inactive
Text Symbol: A14 = Save Active
Text Symbol: A13 = Save Inactive
Text Symbol: A12 = Inactive version of object exists
Text Symbol: A11 = Active version of object exists
Text Symbol: A10 = and modified CV and/or SV
Text Symbol: 020 = Small List Width
Text Symbol: 021 = Large List Width
Text Symbol: 322 = Data from smodisrc:
Text Symbol: 330 = Entire Modified Source
Text Symbol: 340 = Entire SAP Original Source
Text Symbol: 341 = Log





Text Symbol: 343 = Interface
Text Symbol: 344 = Type unknown
Text Symbol: 345 = Intermed. St.
Text Symbol: 350 = SAP Original Source Unit
Text Symbol: 360 = INFTAB Off
Text Symbol: 361 = INFTAB On
Text Symbol: 370 = Display INF_TABELLE
Text Symbol: 371 = INF_TABELLE Displayed
Text Symbol: 401 = OBJ-TYPE|OBJ-NAME
Text Symbol: 402 = SUB-TYPE|SUB-NAME
Text Symbol: 403 = INT_T|INT_NAME
Text Symbol: 404 = |OPER|MAIN_PROGRAM |INCLUDE
Text Symbol: 405 = OPERATION | |Number |CorrNumber
Text Symbol: 406 = MOD_NAME |LANG|
Text Symbol: 407 = USER |DATE |TIME |Ac|In|Up|pr|pro|
Text Symbol: 408 = u_m|mar|spa|TRCORR |Spc
Text Symbol: 409 = |Name |DATE |TIME
Text Symbol: 423 = Inftab
Text Symbol: A01 = Calculates from restore module
Text Symbol: A02 = No data found in inactive database
Text Symbol: A03 = Status of database inactive
Text Symbol: A04 = No data found in active database
Text Symbol: A05 = Status of Database Active
Text Symbol: A06 = Do you really want to store the modification information?
Text Symbol: A07 = Confirmation Prompt
Text Symbol: A08 = Additionally calculated entries


INCLUDES used within this REPORT RS_CLM_MODINF_RESTORE

INCLUDE RS_CLM_MODINF_RESTORE_TOP.
INCLUDE RS_CLM_MODINF_RESTORE_PAI.
INCLUDE RS_CLM_MODINF_RESTORE_F01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RS_CLM_MODINF_RESTORE or its description.