The Function Module ACC_CA_TREE_ADD_NODES (Hinzufügen von Knoten im 'TREEV'-Hierarchieformat) is a standard Function Module in SAP ERP and is part of the function group GSTC within the package GBSE.
Function Module | ACC_CA_TREE_ADD_NODES |
Short Text | Hinzufügen von Knoten im 'TREEV'-Hierarchieformat |
Function Group | GSTC |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_NO_FLUSH | TYPE | SYDATAR | SPACE | 'X': Frontend nicht aktualisieren |
I_TREE_NUMBER | TYPE | NUMC2 | '01' | Nummer des Baums, falls mehrere erzeugt werden |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_ITEM | LIKE | MTREEITM | Items, siehe Doku FB TREEV_ADD_NODES_AND_ITEMS | |
IT_NODE | LIKE | TREEV_NODE | Knoten, siehe Doku FB TREEV_ADD_NODES_AND_ITEMS |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_TREE | Ungültige Pointer im übergebenen Baum |
INVALID_TREE_NUMBER | Die Nummer des Baums ist zu hoch |