SAP Reports / Programs | Logistics - General | Logistics Basic Data | Plant Master(LO-MD-PL) SAP LO

ISRLOCG1 SAP ABAP Report - Class hierarchy







ISRLOCG1 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 ISRLOCG1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WOG3 - Plant groups


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 ISRLOCG1. "Basic submit
SUBMIT ISRLOCG1 AND RETURN. "Return to original report after report execution complete
SUBMIT ISRLOCG1 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: APPLIK = Plant group application
Selection Text: GRAFIK = Graphical display
Selection Text: KLART = Class type
Selection Text: KLASSE = Class
Selection Text: S-KLASSE = Class
Selection Text: UEBER = Superior classes
Selection Text: UNTER = Subordinate classes
Title: Class hierarchy
Text Symbol: 001 = Class
Text Symbol: 002 = Class hierarchy
Text Symbol: 003 = Struct. depth
Text Symbol: 004 = Class
Text Symbol: 005 = Description
Text Symbol: 006 = Class type
Text Symbol: 007 = Print executed
Text Symbol: 008 = Display -----------------------------------------------------------------------
Text Symbol: 009 = Display:
Text Symbol: 010 = Superior classes
Text Symbol: 011 = Subordinate classes
Text Symbol: 012 = Superior and subordinate classes


INCLUDES used within this REPORT ISRLOCG1

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:

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING CLASS = KLASSE CLASSTYPE = KLART CLASSNUMBER = CLINT DESCRIPTION_ONLY = SPACE IMPORTING RET_CODE = RETCODE CLASS_LANGUAGE = SPRACHE CLASS_DESCRIPTION = TEXT EXCEPTIONS NO_VALID_SIGN = 1.

CLHI_STRUCTURE_CLASSES CALL FUNCTION 'CLHI_STRUCTURE_CLASSES' EXPORTING I_KLART = KLART I_CLASS = CLASS I_BUP = BOTTOM I_TDWN = TOP I_BATCH = 'X' * I_OBJECT = ' ' * I_OBJ_ID = ' ' * I_ENQUEUE = ' ' I_GRAPHIC = GRAFIK * I_HEREDITABLE = ' ' * I_INCLUDING_TEXT = 'X' I_LANGUAGE = CLANG I_NO_CLASSIFICATION = 'X' * I_VIEW = 'K' * I_DATE = SY-DATUM * I_CHANGE_NUMBER = ' ' * I_NO_OBJECTS = * I_SORT_BY_CLASS = 'X' * I_EXCLUDE_CLINT = * I_CALLED_BY_CLASSIFY = ' ' * I_STRUCTURED_LIST = 'X' TABLES DATEN = DATEN INDEX = INDEX * EXP_KLAH = EXCEPTIONS CLASS_NOT_VALID = 1 CLASSTYPE_NOT_VALID = 2 OTHERS = 3.

CLMA_CLASS_READ_INTERNAL CALL FUNCTION 'CLMA_CLASS_READ_INTERNAL' EXPORTING CLASSNAME = KLASSE CLASSTYPE = KLART LANGUAGE = SY-LANGU IMPORTING CLASSNUMBER = KLASSEN_NR DESCRIPTION = TCLAT-ARTXT * LANGUAGE = SY-LANGU LANGUAGE = CLANG EXCEPTIONS CLASS_NOT_FOUND = 01.

WAUF_BREAK_DOWN_ROOTLOCATION CALL FUNCTION 'WAUF_BREAK_DOWN_ROOTLOCATION' EXPORTING IM_FIKLI = KLASSEN_NR IM_PINCR = X_PINCR IM_KEY = KEY IMPORTING EX_FILKB = RM01A-FILKB TABLES EX_FIGR = UT_FIGR EX_FILN = UT_FILN EXCEPTIONS FIGR_EXISTIERT_NICHT = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = ' ' FIELDNAME = 'BGAPP' TABNAME = 'TWRF16' IMPORTING SELECT_VALUE = APPLIK TABLES FIELDS = FIELDS VALUETAB = VALUETAB.

LOCATION_GROUP_CLASS_TYPE CALL FUNCTION 'LOCATION_GROUP_CLASS_TYPE' EXPORTING I_BGAPP = APPLIK IMPORTING A_KLART = KLART EXCEPTIONS NO_ENTRY_FOUND = 01.



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