T390_U SAP (Print control by user) Table details

Dictionary Type: Table
Description: Print control by user




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




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

T390_U is a standard SAP Table which is used to store Print control by user data and is available within R/3 SAP systems depending on the version and release level.

The T390_U table consists of various fields, each holding specific information or linking keys about Print control by user 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T390_U 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
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
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
PRINT_LANGShop Paper Output Language PRINT_LANGLANG1T002ISOLASPRAS
TDARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
TDTELENUMTelecommunications partner SKTELNRCHAR30TDTELENUM
TDTELELANDCountry Key LAND1CHAR3T005LAND1LND
JOB_CARDPaper Is Used for Job Card JOB_CARDCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM T390_U
INTO CORRESPONDING FIELDS OF WA_T390_U
WHERE...

How to access SAP table T390_U

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