T620 SAP (Allocation Table Document Types) Table details

Dictionary Type: Table
Description: Allocation Table Document Types




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




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

T620 is a standard SAP Table which is used to store Allocation Table Document Types data and is available within R/3 SAP systems depending on the version and release level.

The T620 table consists of various fields, each holding specific information or linking keys about Allocation Table Document Types data available in SAP. These include AUFAR (Allocation Table Type), PINCR (Item Number Interval), NUMKI (Number range in the case of internal number assignment), NUMKE (Number range in the case of external number assignment).. 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)

Text table = T620T


SAP T620 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 MANDTCLNT3Assigned to domainMANDT
AUFARAllocation Table Type AUFARCHAR4AUFARATG
PINCRItem Number Interval PINCRNUMC5PINCR
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
KOGRPScreen sequence group for document header & item BIFGRCHAR4Assigned to domainBIFGR
APSTPItem category of allocation table APSTPCHAR4T621APSTP
CPSTPDefault item cat. for alloc tbl with cross-docking CPSTPCHAR4T621APSTP
FPSTPDefault item cat. for alloc tbl with flow-through FPSTPCHAR4T621APSTP
LISTGListing Indicator LISTGCHAR1LISTG
RUNDGRounding off in allocation table RUNDGCHAR1RUNDG
RESTVSplit remainder RESTVCHAR1RESTV
DATYPExternal date type PRGBZCHAR1TPRGPRGBZ
ASTRAAllocation Strategy ASTRACHAR4T627ASTRA
FCPOSFCODE default for item FCPOSCHAR20FCODE
FCFGRFCODE default for plant group FCFGRCHAR20FCODE
AAVITNotification Category Allocation: Info Exchance HQ - Plant AAVITCHAR4T626AAVIT
KSAVIProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
KAPPLApplication for output conditions NA_KAPPLCHAR2T681AKAPPLNA_KAPPL
KSCHLOutput Type NA_KSCHLCHAR4Assigned to domainKSCHLNACCSH_NA_KSCHL
APRUECheck schema, allocation table APRUECHAR2APRUE
FCWRKFCODE default for plant FCWRKCHAR20FCODE
BSTANZControl indicator, display stock for allocation table BSTANZCHAR1BSTANZ
EKORGABWIndicates different purchasing organization EKORGABWCHAR1EKORGABW
RETPOReturns Item RETPOCHAR1XFELD
BERMIMAInclude Minimum and Maximum Quantities BERMIMACHAR1BERMIMA
SA_VERFDetermine Quantity Per Variant/Plant From Total Quantity SA_VERFCHAR1SA_VERF
SA_MATNAUTSwitch 'Variant matrix does not appear automatically SA_MATNAUTCHAR1XFELD
NF_IM_VBMessage determination in update task NF_IM_VBCHAR1XFELD
NF_NUR_1_MALMessage determination only once per item, then copy NF_NUR_1_MAL_PRO_POSCHAR1XFELD
NREMFINNumber of Recipient Determination NREMFINCHAR4EMFINNREMFIN
.INCLU--AP 0
WRF_HIER_CNTHierarchy WRF_HIER_CNTCHAR2WRF_HIERCNTRTHIERWRF_HIERID_STATUS
WRF_CDT_LEVELHierarchy Level WRF_CDT_LEVELNUMC2NUMC2RTLEVELWRF_TREE_LEVEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T620
INTO CORRESPONDING FIELDS OF WA_T620
WHERE...

How to access SAP table T620

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