SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RS_CLM_CHECK_SMODILOG SAP ABAP Report - Check SMODILOG







RS_CLM_CHECK_SMODILOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test whether the required counterparts for SMODILOG entries exist in SMODISRC Test wheter the required counterparts for SMODISRC entries exist in SMODILOG You use this program to check the entries in SMODILOG and SMODISRC...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_CHECK_SMODILOG 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_CHECK_SMODILOG. "Basic submit
SUBMIT RS_CLM_CHECK_SMODILOG AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CLM_CHECK_SMODILOG 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: OBJ7 = Unknown
Selection Text: OBJ2 = Unknown
Selection Text: OBJ1 = Unknown
Selection Text: CHECK_OB = Choose These Types Only:
Selection Text: CHECKB = Unknown
Selection Text: CHECKA = Unknown
Selection Text: CHECK7 = Unknown
Selection Text: CHECK2 = Unknown
Selection Text: CHECK1 = Unknown
Selection Text: SO_TRKO = Request/Task
Selection Text: SO_OBJNB = Unknown
Selection Text: SO_OBJNA = Unknown
Selection Text: SO_OBJN7 = Unknown
Selection Text: SO_OBJN2 = Unknown
Selection Text: SO_OBJN1 = Unknown
Selection Text: SO_DEVC = Package
Selection Text: P_R_TRKO = Unknown
Selection Text: P_R_R3TR = Unknown
Selection Text: P_R_DEVC = 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: PGM7 = Unknown
Selection Text: PGMIDA = Unknown
Selection Text: PGMIDB = Unknown
Title: Check SMODILOG
Text Symbol: P09 = Select only following types: REPS, FUNC, DYNP, METH
Text Symbol: P08 = Other Restriction
Text Symbol: P07 = Class
Text Symbol: P02 = Function Group
Text Symbol: P01 = Program
Text Symbol: 006 = R3TR Object
Text Symbol: 005 = Package
Text Symbol: 004 = Request/Task
Text Symbol: 002 = Object Selection





INCLUDES used within this REPORT RS_CLM_CHECK_SMODILOG

INCLUDE RS_CLM_CHECK_SMODILOGTOP.
INCLUDE RS_CLM_CHECK_SMODILOGE01.
INCLUDE RS_CLM_CHECK_SMODILOGF01.


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