T390 SAP (PM: Shop papers for print control) Pooled Table details

Dictionary Type: Pooled Table
Description: PM: Shop papers for print control




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




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

T390 is a standard SAP Pooled Table which is used to store PM: Shop papers for print control data and is available within R/3 SAP systems depending on the version and release level.

The T390 table consists of various fields, each holding specific information or linking keys about PM: Shop papers for print control data available in SAP. These include PM_APPL (Application Area), WORKPAPER (PM: Shop Paper), ABAPNAME (ABAP Program Name), ABAPFORM (Name of the ABAP Form Routine).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T390_T


SAP T390 pooled 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
PM_APPLApplication Area PM_APPLCHAR1PM_APPL
WORKPAPERPM: Shop Paper PM_PAPERCHAR4PM_PAPER
ABAPNAMEABAP Program Name REPIDCHAR40PROGNAME
ABAPFORMName of the ABAP Form Routine ABAPFORMCHAR30ABAPFORM
FORMForm Name TDFORMCHAR16TDFORM
AR_OBJECTSAP ArchiveLink: Object type SAEOBJECTCHAR10SADC10
PM_DELTA_PPrint Only Unprinted Operations and Components PM_DELTA_PCHAR1X
OPER_STATIndicator: Update Operation Status to Printed OPER_STATCHAR1X
MAT_STATIndicator: Update Material Status to Printed MAT_STATCHAR1X
LODR_FLAGIndicator: Shop Paper Is Time Ticket LODR_FLAGCHAR1X
RUDR_FLAGIndicator: Shop Paper is Confirmation Slip RUDR_FLAGCHAR1X
PDF_FORMPDF-Based Forms: Form Name FPWBFORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
JOB_CARDPaper Is Used for Job Card JOB_CARDCHAR1BOOLEAN
JC_FORMProgram and Form for Job Card JOB_CARD_FORMCHAR1BOOLEAN
ORD_HEAD_LPrint Order Header IPRB_ORD_HEAD_LCHAR1XFELD
ORD_HEAD_SPrint Order Header IPRB_ORD_HEAD_LCHAR1XFELD
PERMITPrint Permit IPRB_PERMITCHAR1XFELD
PARTN_ORDPrint Partner for Order IPRB_PARTN_ORDCHAR1XFELD
PARTN_NOTPrint Partner for Notification IPRB_PARTN_NOTCHAR1XFELD
CLASSPrint Classification Data IPRB_CLASSCHAR1XFELD
OP_HEAD_LPrint Operations IPRB_OP_HEAD_LCHAR1XFELD
OP_HEAD_SPrint Operations IPRB_OP_HEAD_LCHAR1XFELD
OP_SERVICEPrint Service Data IPRB_OP_SERVICECHAR1XFELD
OP_MATPrint Materials IPRB_OP_MATCHAR1XFELD
OP_PRTPrint Production Resources/Tools IPRB_OP_PRTCHAR1XFELD
TIMETICKETPrint Time Ticket IPRB_TIMETICKETCHAR1XFELD
OBJECTLISTPrint Object List IPRB_OBJECTLISTCHAR1XFELD
CONFPrint Confirmation IPRB_CONFCHAR1XFELD
NOTIF_HDRPrint Notification Header IPRB_NOTIF_HDRCHAR1XFELD
BREAKDOWNPrint Breakdown Data IPRB_BREAKDOWNCHAR1XFELD
MAIN_TASKPrint Tasks IPRB_MAIN_TASKCHAR1XFELD
NOT_ITEMSPrint Notification Items IPRB_NOT_ITEMSCHAR1XFELD
INSPECTIONPrint Catalog IPRB_INSPECTIONCHAR1XFELD
SAFETY_PLPrint Safety Plan IPRB_SAFETY_PLANCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T390
INTO CORRESPONDING FIELDS OF WA_T390
WHERE...

How to access SAP table T390

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