SAP ABAP Function Module G_SET_SEARCH_FOR_OVERLAPS (Search for Value Overlapping between Several Sets)
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_SEARCH_FOR_OVERLAPS | Search for Value Overlapping between Several Sets |
| Function Group | GSOV | Sets: Find values |
| Program Name | SAPLGSOV | |
| INCLUDE Name | LGSOVU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
OVERLAPINDEX1 | TYPE | SYST-TABIX | Index of 1st SETLIST Entry with Overlapping | |||
| |
OVERLAPINDEX2 | TYPE | SYST-TABIX | Index of 2nd SETLIST Entry with Overlapping | |||
| |
OVERLAPSETCLASS1 | TYPE | RGSBS-CLASS | ||||
| |
OVERLAPSETCLASS2 | TYPE | RGSBS-CLASS | ||||
| |
OVERLAPSETNAME1 | TYPE | RGSBS-SETNR | Name of 1st Set with Overlapping | |||
| |
OVERLAPSETNAME2 | TYPE | RGSBS-SETNR | Name of 2nd Set with Overlapping | |||
| |
OVERLAP_FROMVALUE | TYPE | RGSBV-FROM | Lower Limit of the Overlapping Interval | |||
| |
OVERLAP_TOVALUE | TYPE | RGSBV-TO | Upper limit of the overlapping interval | |||
| |
TABNAME | TYPE | RGSBS-TABLE | Caution: Beginning 4.0 is not Analyzed | |||
| |
SETLIST | TYPE | SETLIST | Table of Sets to be Examined | |||
| |
DIFFERENT_FIELDS | TYPE | Sets in SETLIST have Different Fields | ||||
| |
NO_OVERLAP_FOUND | TYPE | |||||
| |
SET_NOT_FOUND | TYPE | Set does not exist in SETLIST | ||||
| |
WRONG_SET_TYPE | TYPE | Set in SETLIST is Multi Set or Data Set | ||||
| |
ERROR_REPLACING_VARIABLES | TYPE | Error Occurred During Value Variable Replace | ||||
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 | 19931201 |
| SAP Release Created in |