Menu

SAP Function Module G_SET_FETCH

Importing a Set for the Purpose of Change

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module G_SET_FETCH (Importing a Set for the Purpose of Change) is a standard Function Module in SAP ERP and is part of the function group GSAC within the package GBSE.

Technical Information

Function Module G_SET_FETCH
Short Text Importing a Set for the Purpose of Change
Function Group GSAC
Package GBSE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLASS LIKE RGSBS-CLASS SPACE
LANGU LIKE SY-LANGU
NO_AUTHORITY_CHECK TYPE C SPACE 'X' --> no Authorization Check
NO_SETID_CONVERSION LIKE SY-DATAR 'X' Obsolete, do not use !!!
NO_TITLES TYPE C SPACE 'X' for Suppressing the Short Descriptions
SETNR TYPE C
SOURCE_CLIENT LIKE SY-MANDT Source Client
TABLE LIKE RGSBS-TABLE SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SET_HEADER LIKE RGSBS Specifications for the Entire Set

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
FORMULA_LINES LIKE RGSBF Table with Formula Lines
SET_LINES_BASIC LIKE RGSBV Table with Basic Set Lines
SET_LINES_DATA LIKE RGSB3 Table with Data Set Lines
SET_LINES_MULTI LIKE RGSB2 Table with Multi Set Lines
SET_LINES_SINGLE LIKE RGSB1 Table with Single Set Lines

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_AUTHORITY No Authorization for Reading the Set
SET_IS_BROKEN Set is Damaged
SET_NOT_FOUND Set does not exist