T399J SAP (Maintenance parameters (client)) Pooled Table details

Dictionary Type: Pooled Table
Description: Maintenance parameters (client)




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




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

T399J is a standard SAP Pooled Table which is used to store Maintenance parameters (client) data and is available within R/3 SAP systems depending on the version and release level.

The T399J table consists of various fields, each holding specific information or linking keys about Maintenance parameters (client) data available in SAP. These include WPEXT (External number range for maintenance plan), WPINT (Internal number range for maintenance plan), CAPID (Application), ARTPR (Priority Type).. 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)


SAP T399J 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
WPEXTExternal number range for maintenance plan WPEXTCHAR2NUMKR
WPINTInternal number range for maintenance plan WPINTCHAR2NUMKR
CAPIDApplication CAPIDCHAR4TC04CAPIDCSA
ARTPRPriority Type ARTPRCHAR2T356AARTPR
EQTYPEquipment category EQTYPCHAR1T370TEQTYPEQT
STWAEStatistics currency STWAECUKY5TCURCWAERS
DIALOG_PRTPrint Online (On = Online, Off = Update) DIALOG_PRTCHAR1X
SERUNISerial Number Unique to Material SERUNICHAR1X
STLANBOM Usage STLANCHAR1T416STLANCSV
POSTPItem Category (Bill of Material) POSTPCHAR1T418POSTP
QLOSMEPMUnit of Measure for Inspection Lot QLOSMEPMUNIT3Assigned to domainCUNITMEINS
SEL_STRUCheckbox XFELDCHAR1XFELD
SEL_BOMCheckbox XFELDCHAR1XFELD
ILOAIILOA Individual ILOAICHAR1X
IBASE_SYNCReserve IBASE Synchronization (KA5 -> IBASE_SYNC, IB_IBTYP) IBASE_TEMPCHAR1IBASE_TEMP
IB_IBTYPIB: Installed Base Category IB_IBTYPCHAR2T371AIB_IBTYPH_IB_IBTYP
MCP_EXTEnhancement Multiple Counter Plan IND_MCP_EXTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T399J
INTO CORRESPONDING FIELDS OF WA_T399J
WHERE...

How to access SAP table T399J

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