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
Exporting OVERLAPINDEX1 TYPE SYST-TABIX Index of 1st SETLIST Entry with Overlapping
Exporting OVERLAPINDEX2 TYPE SYST-TABIX Index of 2nd SETLIST Entry with Overlapping
Exporting OVERLAPSETCLASS1 TYPE RGSBS-CLASS
Exporting OVERLAPSETCLASS2 TYPE RGSBS-CLASS
Exporting OVERLAPSETNAME1 TYPE RGSBS-SETNR Name of 1st Set with Overlapping
Exporting OVERLAPSETNAME2 TYPE RGSBS-SETNR Name of 2nd Set with Overlapping
Exporting OVERLAP_FROMVALUE TYPE RGSBV-FROM Lower Limit of the Overlapping Interval
Exporting OVERLAP_TOVALUE TYPE RGSBV-TO Upper limit of the overlapping interval
Importing TABNAME TYPE RGSBS-TABLE Caution: Beginning 4.0 is not Analyzed
Tables SETLIST TYPE SETLIST Table of Sets to be Examined
Exception DIFFERENT_FIELDS TYPE Sets in SETLIST have Different Fields
Exception NO_OVERLAP_FOUND TYPE
Exception SET_NOT_FOUND TYPE Set does not exist in SETLIST
Exception WRONG_SET_TYPE TYPE Set in SETLIST is Multi Set or Data Set
Exception ERROR_REPLACING_VARIABLES TYPE Error Occurred During Value Variable Replace
               
Processing Type
Normal Function Module  
Remote-Enabled 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