Menu

SAP Function Module RSTS_SET_INIT

BRST Fill hierarchy table from sets

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module RSTS_SET_INIT (BRST Fill hierarchy table from sets) is a standard Function Module in SAP ERP and is part of the function group RSTS within the package KCBRST.

Technical Information

Function Module RSTS_SET_INIT
Short Text BRST Fill hierarchy table from sets
Function Group RSTS
Package KCBRST
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMPOUND LIKE RSTHDIVERS-COMPOUND SPACE 'X'--> Characteristics in brackets in I_RSTHIE-NAME
I_RSTHVKEY LIKE RSTHVKEY Key for hierarchies
I_SEL TYPE ANY Selection rucksack (background)
REQUESTER TYPE RSTSENDER SPACE Requested by
SELLEVEL TYPE ANY SPACE Select up to this level
SELMODE TYPE ANY SPACE Selection mode
WITH_TEXTS TYPE FLAG SPACE Expects I-RSTTXT to be filled

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_RSTADD LIKE RSTADD Additional fields
I_RSTHIE LIKE RSTHIE Hierarchy table
I_RSTINT LIKE RSTINT Intervals for hierarchy table
I_RSTTXT LIKE RSTTXT Texts for entries in hierarchy table
I_RSTTYP LIKE RSTTYP Tyes in hierarchy table

Exceptions

This function module does not define any Exceptions.