SAP ABAP Data Element HRF_STAR_STRUCTURE (Structuring Stars)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PY-XX-FO (Application Component) Forms
     PAOC_PAY_HRFORMS (Package) HR Forms
Basic Data
Data Element HRF_STAR_STRUCTURE
Short Description Structuring Stars  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type HRFD_STAR_STRUCTURE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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  
Medium 20 Star Structuring 
Long 30 Structuring Stars 
Heading 30 Structuring Stars 
Documentation

Definition

Indicator that determines the structure of the InfoStars in a HR Form.

Use

The indicator can have the following values:

Value    Description

EMPTY    nested structure

X    flatsStructure

If you choose the nested structure, the InfoStar tables only contain the key fields of the InfoDimensions to which they belong and the InfoFigures. The attribute fields of the InfoDimensions are available separately in the InfoDimensions tables. There are SAP Smart Forms or the Form Buider in the Layout Editor, so you must gather the data from several tables using special statements such as LOOP ... WHERE.

If you choose the flat structure, the InfoStar tables also contain the attribute fields. Therefore, you need not execute LOOP statements to display the data. The HR Forms Workplace executes such LOOP statements automatically after reading the data. The InfoDimensions tables are available in both layout editors, but are no longer needed for the form. This procedure makes creating forms considerably easier.

Dependencies

Example

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