SAP ABAP Function Module G_SET_CHECK_CONTAINED_IN_SET (Prüfen, ob die Werte eines Sets in einem anderen Set enthalten sind)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
GBSE (Package) FI-SL sets

⤷

⤷

⤷

Basic Data
Function Module | G_SET_CHECK_CONTAINED_IN_SET | Prüfen, ob die Werte eines Sets in einem anderen Set enthalten sind |
Function Group | GSUT | Sets: Utilities |
Program Name | SAPLGSUT | Sets: Utilities |
INCLUDE Name | LGSUTU06 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
I_SETID | TYPE | SETID | ID des Sets | |||
![]() |
I_IN_SETID | TYPE | SETID | ID des Sets, in dem I_SETID enthalten sein soll | |||
![]() |
I_BUFFER_SET | TYPE | FLAG | SPACE | 'X': Werte aus I_IN_SETID lokal puffern | ||
![]() |
SET_NOT_FOUND | TYPE | Eines der angegebenen Sets existiert nicht | ||||
![]() |
SET_NOT_CONTAINED | TYPE | I_SETID ist nicht vollständig in I_IN_SETID enthalten | ||||
Processing Type
Normal Function Module | |
![]() |
BaseXML supported |
Update Module | Start immediately |
Immediate Start, No Restart | |
Start Delayed | |
Coll.run | |
JAVA Module Callable from ABAP | |
Remote-Enabled JAVA Module | |
Module Callable from JAVA |
History
Last changed by/on | SAP | 19991014 |
SAP Release Created in |