HRFORM_INFODATA SAP (HR-FORMS: Administrator Details in SAPScript Forms) Structure details

Dictionary Type: Structure
Description: HR-FORMS: Administrator Details in SAPScript Forms




ABAP Code to SELECT data from HRFORM_INFODATA
Related tables to HRFORM_INFODATA
Access table HRFORM_INFODATA




Structure field list including key, data, relationships and ABAP select examples

HRFORM_INFODATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "HR-FORMS: Administrator Details in SAPScript Forms" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRFORM_INFODATA TYPE HRFORM_INFODATA.

The HRFORM_INFODATA table consists of various fields, each holding specific information or linking keys about HR-FORMS: Administrator Details in SAPScript Forms data available in SAP. These include CDATE (Issue Date of Statement), ANRDE (Form-of-Address Key), ATEXT (Form of address text), ANRLT (Long Text: Form of Address).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HRFORM_INFODATA structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CITYCity ORT01_GPCHAR35TEXT35
CDATEIssue Date of Statement P_99S_ASDTMDATS8DATUM
ANRDEForm-of-Address Key ANRDECHAR1T522GANRDE
ATEXTForm of address text ANREXCHAR5ANREX
ANRLTLong Text: Form of Address ANRLTCHAR15TEXT15
CLERKName of Administrator P_99S_SACHN_40CHAR40TEXT40
PHONETelephone Number TELNRCHAR14TELNR
REFERENCE1HR-FORMS: Your reference PCAL_REF1CHAR30TEXT30
REFERENCE2HR-FORMS: Our reference PCAL_REF2CHAR30TEXT30
REFERENCE3HR-FORMS: Other reference PCAL_REF3CHAR30TEXT30
FAXFax number: dialling code+number AD_FXNMBRCHAR30CHAR30
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
PHONE_EXTTelephone number (Long form) TELNR_EXTCHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP structure HRFORM_INFODATA using ABAP code?

As HRFORM_INFODATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRFORM_INFODATA as there is no data to select.

How to access SAP table HRFORM_INFODATA

Within an ECC or HANA version of SAP you can also view further information about HRFORM_INFODATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!