SAP Reports / Programs

RS_CLM_REMOVE_MOD_ASS_INFO SAP ABAP Report - Delete modification log







RS_CLM_REMOVE_MOD_ASS_INFO 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 RS_CLM_REMOVE_MOD_ASS_INFO 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_REMOVE_MOD_ASS_INFO. "Basic submit
SUBMIT RS_CLM_REMOVE_MOD_ASS_INFO AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CLM_REMOVE_MOD_ASS_INFO 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: CHECK4 = Unknown
Selection Text: CHECK5 = Unknown
Selection Text: CHECK6 = Unknown
Selection Text: CHECK7 = Unknown
Selection Text: CHECKA = Unknown
Selection Text: CHECKB = Unknown
Selection Text: CHECK_DB = Implement database change
Selection Text: CHECK_OB = Choose These Types Only:
Selection Text: OBJ1 = Unknown
Selection Text: OBJ2 = Unknown
Selection Text: OBJ3 = Unknown
Selection Text: OBJ4 = Unknown
Selection Text: OBJ5 = Unknown
Selection Text: OBJ6 = Unknown
Selection Text: OBJ7 = Unknown
Selection Text: OBJECTA = Unknown
Selection Text: OBJECTB = Unknown
Selection Text: OBJTEXTA = Unknown
Selection Text: OBJTEXTB = Unknown
Selection Text: PGM1 = Unknown
Selection Text: PGM2 = Unknown
Selection Text: PGM3 = Unknown
Selection Text: PGM4 = Unknown
Selection Text: PGM5 = Unknown
Selection Text: PGM6 = Unknown
Selection Text: PGM7 = Unknown
Selection Text: PGMIDA = Unknown
Selection Text: PGMIDB = Unknown
Selection Text: P_R_DEVC = Unknown
Selection Text: P_R_R3TR = Unknown
Selection Text: P_R_TRKO = Unknown
Selection Text: SO_DEVC = Package
Selection Text: SO_OBJN1 = Unknown
Selection Text: SO_OBJN2 = Unknown
Selection Text: SO_OBJN3 = Unknown
Selection Text: SO_OBJN4 = Unknown
Selection Text: SO_OBJN5 = Unknown
Selection Text: SO_OBJN6 = Unknown





Selection Text: SO_OBJN7 = Unknown
Selection Text: SO_OBJNA = Unknown
Selection Text: SO_OBJNB = Unknown
Selection Text: SO_TRKO = Request/task
Selection Text: CHECK3 = Unknown
Selection Text: CHECK2 = Unknown
Selection Text: CHECK1 = Unknown
Title: Delete modification log
Text Symbol: 036 = Unknown Error
Text Symbol: 035 = Internal Error: Incorrect Type
Text Symbol: 034 = Error Locking Object
Text Symbol: 033 = Error During Deletion
Text Symbol: 032 = Object in System not Available
Text Symbol: 031 = No Modification Available
Text Symbol: 030 = Modification Log Deleted
Text Symbol: 023 = Processing Status
Text Symbol: 022 = No
Text Symbol: 021 = Yes
Text Symbol: 017 = Delete Modification Log
Text Symbol: 016 = No Modification Available
Text Symbol: 015 = Modification log was deleted
Text Symbol: 007 = Whole Object (Obj. Dir Entry (TADIR):
Text Symbol: 006 = R3TR Object
Text Symbol: 005 = Package
Text Symbol: 004 = Request/Task
Text Symbol: 002 = Object Selection
Text Symbol: 001 = Processing Mode
Text Symbol: 037 = Delete Modification Log
Text Symbol: 038 = Do you really want to reset the selected objects?
Text Symbol: 039 = According to the selection, no changes were made to the database
Text Symbol: 040 = OK
Text Symbol: 041 = Cancel
Text Symbol: 050 = Modification log deleted; comment removed
Text Symbol: 051 = Comments removed
Text Symbol: 052 = Comments exist
Text Symbol: 053 = Modification Available
Text Symbol: 054 = Unknown error occurred
Text Symbol: P01 = Program
Text Symbol: P02 = Function Group





Text Symbol: P03 = Table/Structure
Text Symbol: P04 = View
Text Symbol: P05 = Data Element
Text Symbol: P06 = Table Type
Text Symbol: P07 = Class
Text Symbol: P08 = Other Restriction
Text Symbol: P09 = Select the Following Types Only: REPS, FUNC, DYNP, METH, CINC, TYPD


INCLUDES used within this REPORT RS_CLM_REMOVE_MOD_ASS_INFO

INCLUDE RS_CLM_REMOVE_MOD_ASS_INFOTOP.
INCLUDE RS_CLM_REMOVE_MOD_ASS_INFOE01.
INCLUDE RS_CLM_REMOVE_MOD_ASS_INFOF01.


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_REMOVE_MOD_ASS_INFO or its description.