DPVMSC_NAVTAB SAP (VMS DP : Define Screen Navigation) Table details

Dictionary Type: Table
Description: VMS DP : Define Screen Navigation




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




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

DPVMSC_NAVTAB is a standard SAP Table which is used to store VMS DP : Define Screen Navigation data and is available within R/3 SAP systems depending on the version and release level.

The DPVMSC_NAVTAB table consists of various fields, each holding specific information or linking keys about VMS DP : Define Screen Navigation data available in SAP. These include WDCOMP (Name of Web Dynpro Component), WDVIEW (Web Dynpro View), WDACTION (Web Dynpro Action), OPTYPE (Operation Type (DP)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DPVMSC_NAVTAB 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 MANDTCLNT3T000MANDT
WDCOMPName of Web Dynpro Component DPVMS_WDCOMP_NAMECHAR30CHAR30
WDVIEWWeb Dynpro View DPVMS_WDVIEWCHAR30CHAR30
WDACTIONWeb Dynpro Action DPVMS_WDACTIONCHAR20CHAR20
OPTYPEOperation Type (DP) DPVMS_OPERATION_TYPECHAR4DPVMSC_OPTYPEDPVMS_OPERATION_TYPE
FUNCTIONFunction DPVMS_FUNCTIONCHAR6DPVMSC_FUNCTNDPVMS_FUNCTION
LPD_ALIASLaunchpad Alias DPVMS_LPD_ALIASCHAR255TEXT255
WDFUNCCOMPName of Web Dynpro Component DPVMS_WDCOMP_NAMECHAR30CHAR30
WDCONFIGWeb Dynpro Configuration ID DPVMS_WDCONFIGIDCHAR32CHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM DPVMSC_NAVTAB
INTO CORRESPONDING FIELDS OF WA_DPVMSC_NAVTAB
WHERE...

How to access SAP table DPVMSC_NAVTAB

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