T621 SAP (Item Categories for Allocation Tables) Table details

Dictionary Type: Table
Description: Item Categories for Allocation Tables




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




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

T621 is a standard SAP Table which is used to store Item Categories for Allocation Tables data and is available within R/3 SAP systems depending on the version and release level.

The T621 table consists of various fields, each holding specific information or linking keys about Item Categories for Allocation Tables data available in SAP. These include APSTP (Item category of allocation table), BSTGE (Goods recipient of vendor purchase order), UMLGE (Stock Transfer From DC to Recipients), AAFBG (Interaction Notif./Follow-on doc. generation).. 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)

Text table = T621T


SAP T621 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
APSTPItem category of allocation table APSTPCHAR4APSTP
BSTGEGoods recipient of vendor purchase order BSTGECHAR1BSTGE
UMLGEStock Transfer From DC to Recipients UMLGECHAR1UMLGE
AAFBGInteraction Notif./Follow-on doc. generation AAFBGCHAR1AAFBG
WEFBGGenerate follow-on docs following GR in DC WEFBGCHAR1WEFBG
LFARTDelivery type of allocation table LFART_AUFTCHAR4TVLKLFARTALTLFART_FOR_ALLOCATION
BZQFIID: how source of supply is determined BZQFICHAR1BZQFI
POSGRScreen sequence group for document header & item BIFGRCHAR4Assigned to domainBIFGR
BSARTOrder type in allocation table (for external vendor) BSART_LIEFCHAR4T161BSARTBSAWAUF_T161
UMARTOrder type in allocation table (for warehouse/DC) BSART_LAGERCHAR4T161BSARTBSAWAUF_T161
BSART_GL_BUKRSReplacement order type in alloc tbl in same company code BSART_GL_BUKRSCHAR4T161BSARTBSAWAUF_T161
ASNRMCreate distribution data (procurement in 2 steps) ASNRMCHAR1ASNRM
BSTZUVendor POs, aggregate BSTZUCHAR1BSTZU
UMLZUStock transfer order, aggregate UMLZUCHAR1UMLZU
LIEZUAggregate alloc tbl items in deliveries LIEZUCHAR1LIEZU
TERMGScheduling TERMGCHAR1TERMG
VZWBGIndicates how processing method in DC is determined VZWBGCHAR1VZWBG
LFINDStorage Location Determination LFINDCHAR1LFIND
KAARTSales Document Type AUARTCHAR4DB_AUARTAUARTAUARTAAT
DETDELDATEDetermine Delivery Date Recipient DETDELDATECHAR1DETDELDATE
DETDELDATE_VZDetermine Delivery Date DC DETDELDATE_VZCHAR1DETDELDATE_VZ
PRIO_ORDER_TYPEPriority of Doc. Type in Warehouse Order from Alloc. Table PRIO_ORDER_TYPECHAR1XFELD
TERMG_NO_WEBAZScheduling Without Goods Receipt Processing Time TERMG_NO_WEBAZCHAR1XFELD
WRF_TERMG_REACTControl of Scheduling (Seasonal Procurement) WRF_TERMG_REACTCHAR1WRF_TERMG_REACT
.INCLU--AP 0
CONS_MODEConsignment Processing in Allocation Table WRF_AT_CONS_MODECHAR1WRF_AT_CONS_MODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T621
INTO CORRESPONDING FIELDS OF WA_T621
WHERE...

How to access SAP table T621

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