V_T5ASRXIMAPFLD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_T5ASRXIMAPFLD is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_T5ASRXIMAPFLD table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include XI_MESSAGE_TYPE (XI Message Type), FORM_SCEN (Form Scenario), FORM_SCEN_VERS (Form Scenario Version), FORM_SCEN_FIELD (Name of Form Field).. 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: Not classified


SAP V_T5ASRXIMAPFLD table view 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 MANDTCLNT3T000MANDT
XI_MESSAGE_TYPEXI Message Type ASR_XI_MESSAGE_TYPECHAR32T5ASRXIMSGTYPASR_XI_MESSAGE_TYPE
FORM_SCENForm Scenario ASR_FORM_SCENARIOCHAR32T5ASRFSCNASR_FORM_SCENARIO
FORM_SCEN_VERSForm Scenario Version ASR_FORM_SCENARIO_VERSIONNUMC5T5ASRFSCNVERASR_FORM_SCENARIO_VERSION
FORM_SCEN_FIELDName of Form Field ASR_FIELDNAMECHAR30T5ASRFSCNFLDASR_FIELDNAME
XI_MSGT_DESCRName for XI Message Type ASR_XI_MESSAGE_TYPE_TEXTCHAR100TEXT100
FORM_SCEN_DESCRName of Form Scenario ASR_FORM_SCENARIO_TEXTCHAR60TEXT60
FORM_FIELD_DESCRName of Form Field ASR_FIELDNAME_TEXTCHAR60TEXT60
XI_SHADOW_FIELDXI Shadow Field for XI Inbound Processing ASR_XI_SHADOW_FIELDNAMECHAR32T5ASRSHADOWFLDSASR_XI_SHADOW_FIELDNAME
XI_FIELD_DESCRName of XI Shadow Fields for XI Inbound Processing ASR_XI_SHADOW_FIELDNAME_TEXTCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T5ASRXIMAPFLD
INTO CORRESPONDING FIELDS OF WA_V_T5ASRXIMAPFLD
WHERE...

How to access SAP table V_T5ASRXIMAPFLD

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