SAP ABAP Data Element P02_UAFNM (HR-CH: Field name for PC universal evaluation)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PF-XX (Application Component) Pension fund: General Parts
     PK02 (Package) HR: Pension Fund International Parts
Basic Data
Data Element P02_UAFNM
Short Description HR-CH: Field name for PC universal evaluation  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SNAME    
Data Type CHAR   Character String 
Length 11    
Decimal Places 0    
Output Length 11    
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 Field name 
Medium 15 Field name 
Long 20 Field name 
Heading Fld name 
Documentation

Definition

Field Name in the PC Universal-Reporting Output Table Structure.

Scope of Functions

The values determined from a PC universal-reporting are written to an internal output table PR_TAB. They are then read by the output routine. To use fields in SAPscript forms, your user name must be recognized by the system.

The structure of the output table is dependent upon the respective reporting type.

Example

  1. Processing context "Pension Fund Switzerland"
    • Reporting type '01': Standard report SAPscript

PR_TAB-COUNT          TYPE I               " Counter for subtotals
      -PERNR          LIKE PERNR-PERNR     " Personnel number
      -AHVNR          LIKE Q0036-AHVNR     " AHV number
      -ENAME          LIKE P0001-ENAME     " Formatted name
      -GESCH          LIKE P0002-GESCH     " Gender
      -KASSE          LIKE T5CP0-KASSE     " Pension fund
      -BUKRS          LIKE P0001-BUKRS     " Company code
      -KOKRS          LIKE P0001-KOKRS     " Controlling area
      -PERSG          LIKE P0001-PERSG     " Employee group
      -PERSK          LIKE P0001-PERSK     " Employee subgroup
      -WERKS          LIKE P0001-WERKS     " Personnel area
      -BTRTL          LIKE P0001-BTRTL     " Personnel subarea
      -KOSTL          LIKE P0001-KOSTL     " Cost center
      -FLD01          LIKE T5CAD-VALUE     " Group formation fields
 ...  -FLD04          LIKE T5CAD-VALUE
      -ADDRESS-ANRED      LIKE ADRS-ANRED       " Do not use
              -TITLE_PERS LIKE ADRS2-TITLE_PERS " Title
              -NAME_PERS  LIKE ADRS2-NAME_PERS  "
              -NAME1      LIKE ADRS-NAME1       " Do not use
              -NAME2      LIKE ADRS-NAME2       " Do not use
              -SPRAS      LIKE ADRS-SPRAS       " Language key
              -STRAS      LIKE ADRS-STRAS       " Street
              -PSTLZ      LIKE ADRS-PSTLZ       " Zip code
              -ORT01      LIKE ADRS-ORT01       " Town/City
              -ORT02      LIKE ADRS-ORT02
              -REGIO      LIKE ADRS-REGIO       " Region (Canton)
              -LAND1      LIKE ADRS-LAND1       " Country
      -DATA-V0101(10) TYPE P               " Whole figures
 ...       -V0110(10) TYPE P
           -V0201(10) TYPE P DECIMALS 2    " To 2 decimal places
 ...       -V0240(10) TYPE P DECIMALS 2
           -V0301(10) TYPE P DECIMALS 4    " To 4 decimal places
 ...       -V0310(10) TYPE P DECIMALS 4
      -DATA1-V0401    LIKE T5CAD-VALUE     " Character string values
 ...        -V0410    LIKE T5CAD-VALUE
            -V0501    TYPE D               " Calendar dates
 ...        -V0510    TYPE D
            -V9901    LIKE T5CAD-VALUE     " Value of undefined types

You must assign value types to the fields FLD01 through FLD04 and to the substructures DATA und DATA1. The remaining fields are filled from the respective reports.

  • Reporting type '02': Standard report
PR_TAB-PERNR     LIKE PERNR-PERNR           " Personnel number
      -AHVNR     LIKE Q0036-AHVNR           " AHV number
      -GBDAT(10) TYPE C                     " Date of birth
      -EINDT(10) TYPE C                     " Entry date
      -ENAME     LIKE P0001-ENAME           " Last name First name
      -GESCH     LIKE P0002-GESCH           " Gender
      -ANRED     LIKE ADRS-ANRED            " Start of Address  >>>>>>
      -NAME1     LIKE ADRS-NAME1            " Last name
      -ENAME     LIKE P0001-ENAME           " Formatted name
      -NAME_PERS LIKE ADRS2-NAME_PERS       " First name
      -SPRAS     LIKE ADRS-SPRAS
      -STRAS     LIKE ADRS-STRAS
      -PSTLZ     LIKE ADRS-PSTLZ
      -ORT01     LIKE ADRS-ORT01
      -REGIO     LIKE ADRS-REGIO
      -LAND1     LIKE ADRS-LAND1             " <<<<<< End of Address
      -VAL01     LIKE T5CAD-VALUE            " Values determined
...   -VAL40     LIKE T5CAD-VALUE

Here, you need only assign the fields VAL01 through VAL20.

  • Reporting type '03': Standard Report with Batch Input
  • As Reporting type '02'

  • Reporting type '04': Standard Report for Applicants
  • As Reporting type '01'

  • Reporting type '05': Standard Report (ALV, SAPScript)
  • As Reporting type '01'
History
Last changed by/on SAP  19980331 
SAP Release Created in