T5ASRFSCN SAP (Form Scenarios) Table details

Dictionary Type: Table
Description: Form Scenarios




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




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

T5ASRFSCN is a standard SAP Table which is used to store Form Scenarios data and is available within R/3 SAP systems depending on the version and release level.

The T5ASRFSCN table consists of various fields, each holding specific information or linking keys about Form Scenarios data available in SAP. These include FORM_SCENARIO (Form Scenario), FORM_SCEN_GRP (Form Scenario Group), FORM_TYPE (Form type for Processes and Form Scenarios), VERSIONID (Infotype Version).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = T5ASRFSCNT


SAP T5ASRFSCN 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FORM_SCENARIOForm Scenario ASR_FORM_SCENARIOCHAR32ASR_FORM_SCENARIO
FORM_SCEN_GRPForm Scenario Group ASR_FORM_GROUPCHAR32T5ASRFSCNGRPASR_CONTENT_GROUP
FORM_TYPEForm type for Processes and Form Scenarios ASR_FORM_TYPECHAR1ASR_FORM_TYPE
VERSIONIDInfotype Version ASR_BOL_GLOBAL_ITVERSCHAR2T582ITVERSCHAR2

Key field Non-key field



How do I retrieve data from SAP table T5ASRFSCN using ABAP code

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

SELECT SINGLE *
FROM T5ASRFSCN
INTO CORRESPONDING FIELDS OF WA_T5ASRFSCN
WHERE...

How to access SAP table T5ASRFSCN

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