T350 SAP (Maintenance Control Parameters: Client/Order Type) Table details

Dictionary Type: Table
Description: Maintenance Control Parameters: Client/Order Type




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




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

T350 is a standard SAP Table which is used to store Maintenance Control Parameters: Client/Order Type data and is available within R/3 SAP systems depending on the version and release level.

The T350 table consists of various fields, each holding specific information or linking keys about Maintenance Control Parameters: Client/Order Type data available in SAP. These include AUART (Order Type), ILART (Default maintenance activity type), PROUE (Copy assignment), PARGR (Partner Determination Procedure).. 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 T350 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
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
ILARTDefault maintenance activity type ILART_DEFCHAR3T353IILART
PROUECopy assignment UEBZUCHAR1UEBZU
PARGRPartner Determination Procedure PARGRCHAR4TVPGPARGR
PLKNZMaintenance order planning indicator AUF_PLKNZCHAR1AUF_PLKNZ
SDAUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
SERVICEPermissible Order Type for Service Processing I_SERVAUFCHAR1XFELD
INFO_WINDParameter ID Object Info I_INFOWINDCHAR10TQ80OI_INFOWIND
PARVWPartner Function for Customer PARVW_KUNDCHAR2TPARPARVWPARVWPAR
AVZPSettlement rule time AVZPCHAR1AVZP
ARTPRPriority Type ARTPRCHAR2T356AARTPR
PARVW_VERAPartner Function of Order Header PARTNER_ORDERCHAR2TPARPARVWPARVW
BELASTSpecial Search Help for Partner in Order Hdr of Cat. Person I_BELASTCHAR1XFELD
ABRVPM: Maintain user setting for settlement rule ABRVCHAR1ABRV
BEZZT_ORDDefault Values: Reference Time for Order Completion BEZZT_ORDCHAR1BEZZT_ORD
IMZSIM Allocation key IMZSCHAR3TPMIMIMZS
INSCREENScenario or Subscreen Category SCRTPCHAR4TQBTSCRTP
NOTDATMaintain Indicator for Notification Data on Order Header NOTDATCHAR1KREUZ
QMARTNotification Type QMARTCHAR2TQ80QMARTQMR
RSORDRefurbishment order indicator (PM) RSORDCHAR1XFELD
IVPROInvestment measure profile IM_PROFILCHAR6TAPRFIM_PROFIL
IMORDInvestment Order Indicator IMORDCHAR1XFELD
TDOBJECTTexts: Application Object TDOBJECTCHAR10TTXOBTDOBJECT
TDNAMEName TDOBNAMECHAR70STXHTDOBNAME
TDIDText ID TDIDCHAR4TTXIDTDID
FFPRFDynamic Item Processor Profile AD01PROFNRCHAR8DPPROFHAD01PROFNRAD0DIP_PROFILE
CMCHECK_SMCredit Limit Check for CS Processing CMCHECK_SMCHAR1CMCHECK_SM
CMGRACredit group sales order CMGRACHAR2T691DCRMGR_CM
PARVW_PAGEPartner Function for Paging PARVW_PAGECHAR2TPARPARVWPARVW
DFREG_SUBODistribution Rule for Sub-Orders DFREG_SUBOCHAR1DFREG_SUBO
PARVW_OPERPartner Function of Capacity Requirements Records PARTNER_OPERATIONCHAR2TPARPARVWPARVW
EXTERN_SCHEDULEExternal Scheduling Active EXTERN_SCHEDULECHAR1
EXTENDED_OLIndicator for Enhanced Object List Functions EXTENDED_OLCHAR1EXTENDED_OL
LNGTXTTransfer Long Text from Notification Hdr to Order Hdr LNGTXTCHAR1KREUZ
RSUPGUpgrade Order Indicator RSUPGCHAR1XFIELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T350
INTO CORRESPONDING FIELDS OF WA_T350
WHERE...

How to access SAP table T350

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