SAP ABAP Data Element REEXSETNAMETEMPLATE (Name of a Set of Real Estate Objects)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-BD (Application Component) Basic Data
     RE_EX_ST (Package) RE: Set (Set of Real Estate Objects)
Basic Data
Data Element REEXSETNAMETEMPLATE
Short Description Name of a Set of Real Estate Objects  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type GRPNAME    
Data Type CHAR   Character String 
Length 15    
Decimal Places 0    
Output Length 15    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Set 
Medium 15 Set Name 
Long 20 Set Name 
Heading 15 Set Name 
Documentation

Definition

Determines the name of the set to be created.

  • You can use underscores, but no other special characters.
  • If you use the Grouping Field:

    Use the placeholder % in the set name so it is possible to replace the placeholder with the value of the grouping field during automatic generation.

Note

The set name is not allowed to exceed its allowed length after the placeholder is replaced with the grouping value. For this reason, only the field itself is used for the replacement, even for fields that are part of a combined key (for example, the number of the business entity). In cases like this, you have to ensure that the dataset is limited so that unique set names are generated (see example).

Use

Dependencies

Example

You want to create a separate set for the rental objects (RO) of each business entity (BE). In the Grouping Field field, choose Business Entity. In the Set Name field, enter the name RO_BE_%.

The rental objects selected based on the other selection options are grouped by business entity, and a set is generated for each group. The placeholder is replaced with the business entity number. For example, the set RO_BE_4711 contains the rental objects of BE 4711.

The number of a business entity is unique only in one company code. In this example, therefore, if you selected several company codes in the report, this could mean that the rental objects in set RO_BE_4711 might be from several different company codes. For this reason, you should select only one company code in a case like this.

History
Last changed by/on SAP  20040116 
SAP Release Created in 500