Menu

SAP Function Module G_SET_CHECK_CONTAINED_IN_SET

Prüfen, ob die Werte eines Sets in einem anderen Set enthalten sind

The Function Module G_SET_CHECK_CONTAINED_IN_SET (Prüfen, ob die Werte eines Sets in einem anderen Set enthalten sind) is a standard Function Module in SAP ERP and is part of the function group GSUT within the package GBSE.

Technical Information

Function Module G_SET_CHECK_CONTAINED_IN_SET
Short Text Prüfen, ob die Werte eines Sets in einem anderen Set enthalten sind
Function Group GSUT
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
I_BUFFER_SET TYPE FLAG SPACE 'X': Werte aus I_IN_SETID lokal puffern
I_IN_SETID TYPE SETID ID des Sets, in dem I_SETID enthalten sein soll
I_SETID TYPE SETID ID des Sets

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
SET_NOT_CONTAINED I_SETID ist nicht vollständig in I_IN_SETID enthalten
SET_NOT_FOUND Eines der angegebenen Sets existiert nicht