HRASR00FE_TEMPLATES SAP (Fast Data Entry Templates: Structure) Structure details

Dictionary Type: Structure
Description: Fast Data Entry Templates: Structure




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




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

HRASR00FE_TEMPLATES 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 "Fast Data Entry Templates: Structure" 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_HRASR00FE_TEMPLATES TYPE HRASR00FE_TEMPLATES.

The HRASR00FE_TEMPLATES table consists of various fields, each holding specific information or linking keys about Fast Data Entry Templates: Structure data available in SAP. These include TEMPLATE (Fast Data Entry Template), NAME (Fast Data Entry Template: Name), DESCRIPTION (Fast Data Entry Template: Long Text), TEMPLATE_OWNER (User Name).. 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 HRASR00FE_TEMPLATES 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
TEMPLATE_GUIDFast Data Entry Template: GUID ASR_TEMPLATE_GUIDCHAR32ASR_TEMPLATE_GUID
TEMPLATEFast Data Entry Template ASR_FE_TEMPLATECHAR32ASR_FE_TEMPLATE
NAMEFast Data Entry Template: Name ASR_TEMPLATE_NAMECHAR60ASR_TEMPLATE_NAME
DESCRIPTIONFast Data Entry Template: Long Text ASR_TEMPLATE_DESCRIPTIONCHAR255ASR_TEMPLATE_DESCRIPTION
TEMPLATE_OWNERUser Name UNAMECHAR12UNAME
FORM_SCENARIOForm Scenario ASR_FORM_SCENARIOCHAR32Assigned to domainASR_FORM_SCENARIO
FORM_SCEN_VERSForm Scenario Version ASR_FORM_SCENARIO_VERSIONNUMC5Assigned to domainASR_FORM_SCENARIO_VERSION
IS_PUBLICFast Data Entry Template Is Public ASR_IS_PUBLICCHAR1XFELD
IS_PERSONALIZABLFast Data Entry Template Is Personalizable ASR_IS_PERSONALIZABLECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table HRASR00FE_TEMPLATES

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