SAP Reports / Programs

RMCLINOB SAP ABAP Report - Multiple objects indicator has been deleted in table TCLA.







RMCLINOB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report deletes the Multiple objs allowed (MULTOBJ) indicator in table TCLA (Class types)...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 RMCLINOB 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 RMCLINOB. "Basic submit
SUBMIT RMCLINOB AND RETURN. "Return to original report after report execution complete
SUBMIT RMCLINOB 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_KLART = Class type
Selection Text: P_SAETZE = Records per run (1-1000)
Title: Multiple objects indicator has been deleted in table TCLA.
Text Symbol: 001 = VARKLART indicator is set !
Text Symbol: 002 = INTKLART indicator is set !
Text Symbol: 003 = MULTOBJ indicator is not set !
Text Symbol: 004 = Table TCLAO contains more than one entry for this class type.
Text Symbol: 005 = The object type in TCLA-OBTAB is not TCLAO-OBTAB.
Text Symbol: 006 = Objects of this class type are being processed.
Text Symbol: 007 = Customizing for class types is being processed.
Text Symbol: 008 = Table INOB contains no entries for this class type.
Text Symbol: 009 = MULTOBJ indicator has been deleted.
Text Symbol: 010 = Entry for class type has been deleted from table TCLAO.
Text Symbol: 011 = Error unlocking classes.
Text Symbol: 012 = Error unlocking table TCLA.


INCLUDES used within this REPORT RMCLINOB

No INCLUDES are used within this REPORT code!


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:

ENQUEUE_ECKSSKXE CALL FUNCTION 'ENQUEUE_ECKSSKXE' EXPORTING MODE_KSSKX = 'E' MANDT = SY-MANDT KLART = P_KLART * CLASS = * MAFID = * OBJEK = * X_KLART = ' ' * X_CLASS = ' ' * X_MAFID = ' ' * X_OBJEK = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_E_TABLE *CALL FUNCTION 'ENQUEUE_E_TABLE' * EXPORTING ** MODE_RSTABLE = 'E' * TABNAME = 'TCLA' ** varkey = ** X_TABNAME = ' ' ** X_VARKEY = ' ' ** _SCOPE = '2' ** _WAIT = ' ' ** _COLLECT = ' ' * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3.

CHANGEDOCUMENT_DELETE CALL FUNCTION 'CHANGEDOCUMENT_DELETE' EXPORTING OBJECTCLASS = 'CLASSIFY' OBJECTID = AENDERUNG_TAB EXCEPTIONS NO_AUTHORITY = 1 NO_CHANGES_FOUND = 2 OTHERS = 3.

DEQUEUE_ECKSSKXE CALL FUNCTION 'DEQUEUE_ECKSSKXE' EXPORTING MODE_KSSKX = 'E' MANDT = SY-MANDT KLART = P_KLART * CLASS = * MAFID = * OBJEK = * X_KLART = ' ' * X_CLASS = ' ' * X_MAFID = ' ' * X_OBJEK = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

DEQUEUE_E_TABLE *CALL FUNCTION 'DEQUEUE_E_TABLE' * EXPORTING ** MODE_RSTABLE = 'E' * TABNAME = 'TCLA' ** varkey = ** X_TABNAME = ' ' ** X_VARKEY = ' ' ** _SCOPE = '3' ** _SYNCHRON = ' ' ** _COLLECT = ' ' * EXCEPTIONS * OTHERS = 1.



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