Menu

SAP Function Module K_KKB_SUMM_TREE

Verdichtungshierarchiebaum

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module K_KKB_SUMM_TREE (Verdichtungshierarchiebaum) is a standard Function Module in SAP ERP and is part of the function group KKBH within the package KKB.

Technical Information

Function Module K_KKB_SUMM_TREE
Short Text Verdichtungshierarchiebaum
Function Group KKBH
Package KKB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ANWEND LIKE TKKB1-ANW '1' Application
I_BEGCOL TYPE I 10 First column of dialog box
I_BEGROW TYPE I 5 First line of dialog box
I_CHOICE_J LIKE TKKB1-OBJ 'X' 'X': Selection of report in dialog box
I_CHOICE_K LIKE TKKB1-OBJ 'X' 'X': Cost elements
I_CHOICE_P LIKE TKKB1-OBJ 'X' 'X': Report parameter selection in dialog box
I_ENDCOL TYPE I 70 Last column of dialog box
I_ENDROW TYPE I 30 Last line of dialog box
I_HIART LIKE CKRCO-HIART Hierarchy type
I_HIEID LIKE CKRCO-HIEID SPACE Hierarchy ID
I_KOKRS LIKE TKA01-KOKRS Controlling area
I_KST LIKE TKKB2-KST SPACE Cost element group for report call
I_RGJNR LIKE TKKB1-BGR SPACE Report group for report call
I_STATUS LIKE '0' Call: 0:Output 1:With input 2:Window 3:F4
I_TAB LIKE 'X' 'X': Justifies values to a line
I_THIER LIKE SPACE Subhierarchy
I_WINDOW LIKE SPACE 'X':Popup ' ': Full screen

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ABBRUCH LIKE 'X': F4 help canceled
E_F15 LIKE Was F15 pressed w/o end of application? Yes:Y
E_MODIFY LIKE Was data changed? (Yes: 'Y')
E_VARHIBG LIKE CKRCO-VARHIEBG Var. hierarchy term for F4 help

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_VDCO TYPE KKR01_VDTBL01 Table with designations of the hierarchy nodes

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
GLOBALS LIKE KKB2 Parameter table for report call

Exceptions

This function module does not define any Exceptions.