HRF01_HRFORM SAP (HR Forms: Structure for Infonet Overview) Structure details

Dictionary Type: Structure
Description: HR Forms: Structure for Infonet Overview




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




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

HRF01_HRFORM 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: Structure for Infonet Overview" 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_HRF01_HRFORM TYPE HRF01_HRFORM.

The HRF01_HRFORM table consists of various fields, each holding specific information or linking keys about HR Forms: Structure for Infonet Overview data available in SAP. These include MOLGA (Country Grouping), SMARTFORM (Name of SAP SmartForm), PRINTPROG (ABAP Program: Current Main Program), STRUCTURE (HR Forms: Name of Generated DDIC Structure).. 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: Cannot Be Enhanced


SAP HRF01_HRFORM 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
INFONETName of InfoNet in HR HRF_INFONETCHAR16THRFORMS_01HRFD_NAME
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
SMARTFORMName of SAP SmartForm HRF_SMARTFORMCHAR30Assigned to domainTDSFNAME
PRINTPROGABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
STRUCTUREHR Forms: Name of Generated DDIC Structure HRF_DDIC_STRUCTURECHAR30TABNAME
AUTHORAuthor CNAMCHAR12SYCHAR12
CREATEDONCreated on CDATEDATS8DATUM
CREATEDATTime created C_TIMETIMS6UZEIT
CHANGE_BY_AUTHORChanges only by person responsible RELEACHAR1XFELD
CHANGEDBYLast changed by UNAMCHAR12SYCHAR12
CHANGEDONChanged on PUDATDATS8DATUM
CHANGEDATLast changed at U_TIMETIMS6UZEIT
STATHR Forms: Status of HR Form HRF_STATUSCHAR1HRFD_STATUS
STAT_DDICHR Forms: Status of HR Form HRF_STATUSCHAR1HRFD_STATUS
STAT_SFORMHR Forms: Status of HR Form HRF_STATUSCHAR1HRFD_STATUS
STAT_PROGHR Forms: Status of HR Form HRF_STATUSCHAR1HRFD_STATUS
FORMCLASSForm Class HRF_CLASSCHAR16THRFORM_CLASSHRFD_CLASS
EDITMODE 0
FORMDESIGNERCreated form with Form Builder or SAP Smart Forms? HRF_FORMDESIGNERCHAR1HRFD_FORMDESIGNER
FLAT_STRUCTURESStructuring Stars HRF_STAR_STRUCTURECHAR1HRFD_STAR_STRUCTURE

Key field Non-key field



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

As HRF01_HRFORM 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 HRF01_HRFORM as there is no data to select.

How to access SAP table HRF01_HRFORM

Within an ECC or HANA version of SAP you can also view further information about HRF01_HRFORM 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!