V_390_U SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_390_U 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_390_U table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include UNAME (User Name in User Master Record), PM_APPL (Application Area), IWERK (Maintenance Planning Plant), INGRP (Planner Group for Customer Service and Plant Maintenance).. 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_390_U 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
UNAMEUser Name in User Master Record XUBNAMECHAR12XUBNAMEXUS
PM_APPLApplication Area PM_APPLCHAR1PM_APPL
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
WORKPAPERPM: Shop Paper PM_PAPERCHAR4T390PM_PAPER
TDDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
TDCOPIESNumber of copies RSPOCOPIESINT13RSPOCNT1
TDNEWIDNew Spool Request SYPRNEWCHAR1SYCHAR01
TDIMMEDImmediate Spool Print SYPRIMMCHAR1SYCHAR01
TDDELETEImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
TDCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_390_U
INTO CORRESPONDING FIELDS OF WA_V_390_U
WHERE...

How to access SAP table V_390_U

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