THRFORMS_01 SAP (HR Forms: Form Directory) Table details

Dictionary Type: Table
Description: HR Forms: Form Directory




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




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

THRFORMS_01 is a standard SAP Table which is used to store HR Forms: Form Directory data and is available within R/3 SAP systems depending on the version and release level.

The THRFORMS_01 table consists of various fields, each holding specific information or linking keys about HR Forms: Form Directory 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP THRFORMS_01 table 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
INFONETHR Forms: Object Name HRF_NAMECHAR16TINFONET_01HRFD_NAME
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
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
AUTHORUser Name UNAMECHAR12UNAME
CREATEDONCreated on CDATEDATS8DATUM
CREATEDATTime created C_TIMETIMS6UZEIT
CHANGE_BY_AUTHORChanges only by person responsible RELEACHAR1XFELD
CHANGEDBYLast changed by PUNAMCHAR12UNAME
CHANGEDONChanged on PUDATDATS8DATUM
CHANGEDATLast changed at U_TIMETIMS6UZEIT
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
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 table THRFORMS_01 using ABAP code

The following ABAP code Example will allow you to do a basic selection on THRFORMS_01 to SELECT all data from the table
DATA: WA_THRFORMS_01 TYPE THRFORMS_01.

SELECT SINGLE *
FROM THRFORMS_01
INTO CORRESPONDING FIELDS OF WA_THRFORMS_01
WHERE...

How to access SAP table THRFORMS_01

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