SAP ABAP Data Element DINFO (RPDSYS00: Reference validity)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Basic Data
Data Element DINFO
Short Description RPDSYS00: Reference validity  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR20    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
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  
Long  
Heading  
Documentation

Definition

This field consists of two blocks, each of which is 10 characters long. The following values may appear:

OK - may appear in the first block only

RTYPE - object type being referenced

OTYPE - object type giving the reference

Initial accessing is performed via RPDSYS00 using the specified relation only. If OK appears in this field (INFO), the program does not read any further. If, however, one or both of the other words mentioned above appears in the blocks, the fields OTYP1 and OTYP2 are filled accordingly and the program reads the data again.

Example: Relation is CA

  1. Access using CA only

    The read table entry contains the words RTYPE and OTYPE in the field INFO. In this example, the reference is CHAP.FORM1 from BOOK.FORMULAR. Therefore:

    RTYPE = CHAP and OTYPE = BOOK.

  2. Access using CACHAPBOOK
  3. The read table entry contains the word OK in the field INFO, i.e., the relationship for object types BOOK and CHAP via relation CA is valid.

History
Last changed by/on SAP  19920616 
SAP Release Created in 470