/XFT/SRMCREC50V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




ABAP Code to SELECT data from /XFT/SRMCREC50V
Related tables to /XFT/SRMCREC50V
Access table /XFT/SRMCREC50V




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

/XFT/SRMCREC50V 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 /XFT/SRMCREC50V table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include STATEPROF_ID (Status profile ID), LANGUAGE (Language Key), IS_ACTIVE (Active [Yes = /XFT/IF_CONSTANT=>TRUE, Otherwise NO]), IS_LSP (Flag: Logical Status Profile).. 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 /XFT/SRMCREC50V 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 MANDTCLNT3MANDT
STATEPROF_IDStatus profile ID /XFT/SRM_DYN_REC_STATEPROF_IDCHAR32CHAR32/XFT/SRMCREC50
LANGUAGELanguage Key SPRASLANG1ISOLASPRASSPRH_T002
IS_ACTIVEActive [Yes = /XFT/IF_CONSTANT=>TRUE, Otherwise NO] /XFT/IS_ACTIVECHAR1/XFT/BOOLEAN
IS_LSPFlag: Logical Status Profile /XFT/SRM_DYN_REC_FLAG_LSPCHAR1/XFT/BOOLEAN
FIRST_STATEApplication Status /XFT/SRM_DYN_REC_STATE_APPL_IDCHAR32/XFT/SRMCREC51CHAR32
NO_VALID_HIDEHide Transition if Invalid /XFT/SRM_DYN_REC_NO_VALID_HIDECHAR1/XFT/BOOLEAN
SYSTOAPP_ONStatus Mapping System->Application Active /XFT/SRM_DYN_REC_FLAG_SYSTOAPPCHAR1/XFT/BOOLEAN
DESCRIPTIONDescription /XFT/DESCRIPTIONCHAR128/XFT/DESCRIPTION

Key field Non-key field



How do I retrieve data from SAP table /XFT/SRMCREC50V using ABAP code

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

SELECT SINGLE *
FROM /XFT/SRMCREC50V
INTO CORRESPONDING FIELDS OF WA_/XFT/SRMCREC50V
WHERE...

How to access SAP table /XFT/SRMCREC50V

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