SAP Reports / Programs

RMCLHIEV SAP ABAP Report - Class Hierarchy







RMCLHIEV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function produces a list of the superior and subordinate classes of the class you start with, or a graphic...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 RMCLHIEV 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

CL6C - Class Hierarchy


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 RMCLHIEV. "Basic submit
SUBMIT RMCLHIEV AND RETURN. "Return to original report after report execution complete
SUBMIT RMCLHIEV 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: UNTER = Subordinate classes
Selection Text: UEBER = Superior classes
Selection Text: PEFFE = Parameter effectivity
Selection Text: KLASSE = Class
Selection Text: KLART = Class type
Selection Text: GRAFIK = Graphical display
Selection Text: DATUV = Valid from
Selection Text: AENNR = Change number
Title: Class Hierarchy
Text Symbol: 013 = Validity
Text Symbol: 012 = Superior and subordinate classes
Text Symbol: 011 = Subordinate classes
Text Symbol: 010 = Superior classes
Text Symbol: 009 = Display:
Text Symbol: 008 = Display options
Text Symbol: 007 = Print executed
Text Symbol: 006 = Class type
Text Symbol: 005 = Description
Text Symbol: 004 = Class
Text Symbol: 003 = Level
Text Symbol: 002 = Class hierarchy
Text Symbol: 001 = Class


INCLUDES used within this REPORT RMCLHIEV

INCLUDE RCCEFF01.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = G_STATUS I_CALLBACK_USER_COMMAND = G_USER_COMMAND I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS[] I_BUFFER_ACTIVE = 'X' TABLES T_OUTTAB = OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CCCN_ECN_WITH_EFFECTIVITY CALL FUNCTION 'CCCN_ECN_WITH_EFFECTIVITY' EXPORTING EAENNR = C_AENNR IMPORTING FLG_EFFECTIVITY = FLG_EFFECTIVITY EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 1.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING ECCIN = XCCIN FLG_DISPLAY = DISPLAY IMPORTING ADATUV = XDATUV.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING KEY_DATE = C_DATUV I_AENNR = C_AENNR I_BATCH = 'X' "Pflegebewertung muß da sein I_MAINTAIN_FLAG = 'X' EXCEPTIONS EXIT_FROM_DYNPRO = 1 ECM_INIT_ERROR = 2 NO_MAINTENANCE_DATA = 3 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = E03_LT_EVENTS.

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.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING KEY_DATE = DATUV I_NO_POP_UP = 'X' I_BATCH_AEEF = BATCH_AEEF I_BATCH = SY-BATCH EXCEPTIONS EXIT_FROM_DYNPRO = 1 ECM_INIT_ERROR = 2 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = 'CLEX_PDM_ADD_OBJECT_TO_STACK' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

CLEX_PDM_ADD_OBJECT_TO_STACK CALL FUNCTION 'CLEX_PDM_ADD_OBJECT_TO_STACK' EXPORTING P_CLASS = KLASSE P_KLART = KLART P_OBJTYP = O_TYPE EXCEPTIONS OTHERS = 0.

CX_PDM_SHOW_OBJECTS_FROM_STACK CALL FUNCTION 'CX_PDM_SHOW_OBJECTS_FROM_STACK' EXPORTING P_OBJTYP = O_TYPE IMPORTING P_CLASS = KLASSE P_KLART = KLART EXCEPTIONS OTHERS = 0.

CLHI_STRUCTURE_CLASSES CALL FUNCTION 'CLHI_STRUCTURE_CLASSES' EXPORTING I_KLART = KLART I_BATCH = 'X' I_BUP = BOTTOM I_CLASS = CLASS I_LANGUAGE = SY-LANGU I_TDWN = TOP I_NO_CLASSIFICATION = 'X' I_GRAPHIC = GRAFIK I_DATE = DATUV * i_change_number = aennr I_NO_OBJECTS = 'X' I_SORT_BY_CLASS = 'X' I_STRUCTURED_LIST = 'X' TABLES DATEN = DATEN INDEX = INDEX EXCEPTIONS CLASS_NOT_VALID = 1 CLASSTYPE_NOT_VALID = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.



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