N_VPREREG_CONTEX SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N_VPREREG_CONTEX 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 N_VPREREG_CONTEX table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include CXID (IS-H: Context Identification), CXTYP (IS-H: Context), STDEF (IS-H: Context - Status Required), CXSTA (IS-H: Context Status).. 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 N_VPREREG_CONTEX 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
CXIDIS-H: Context Identification NCXIDNUMC10NUMC10
CXTYPIS-H: Context NCXTYPCHAR3NCXTYNCXTYP
STDEFIS-H: Context - Status Required NCXSTDEFCHAR1XFELD
CXSTAIS-H: Context Status NCXSTACHAR3NCXSTCHAR3
CXVALDIS-H: Expiry Date of Findings in the Context NCXVALDDATS8DATE
CXRSPIS-H: Employee Responsible for Context Status N1CXRSPCHAR10NGPAALPHARI_KUNNR
CTOTYIS-H: Context-to-Object Assignment Type NCTOTYCHAR1NCTOTY
OBJTYIS-H: Object Type NOBJTYCHAR3NOBTYNOBJTY
OBJIDIS-H: Object ID NOBJIDCHAR32CHAR32
ORDNMIS-H: Sequence of Context-to-Object Assignment NCTOORDNMNUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM N_VPREREG_CONTEX
INTO CORRESPONDING FIELDS OF WA_N_VPREREG_CONTEX
WHERE...

How to access SAP table N_VPREREG_CONTEX

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