T626 SAP (Allocation Table Notification Categories) Table details

Dictionary Type: Table
Description: Allocation Table Notification Categories




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




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

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

The T626 table consists of various fields, each holding specific information or linking keys about Allocation Table Notification Categories data available in SAP. These include AAVIT (Notification Category Allocation: Info Exchance HQ - Plant), KNARIFI (Deactivate message determination), AMITB (Notif. form - notification for plants (alloc tbl/promotion)), ARMEL (Reply required (request notification / alloc tbl)).. 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 = T626T


SAP T626 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
AAVITNotification Category Allocation: Info Exchance HQ - Plant AAVITCHAR4AAVIT
KNARIFIDeactivate message determination KNARIFICHAR1XFELD
AMITBNotif. form - notification for plants (alloc tbl/promotion) AMITFBNUMC2AMITFB
ARMELReply required (request notification / alloc tbl) ARMELCHAR1XFELD
BM_MIT_WMAutomatically fill confirmed qty with requested qty BM_MIT_WMCHAR1BM_MIT_WM
BM_FUELLEN_AUTOAutomatically fill confirmed quantity (no reply) BM_FUELLEN_AUTOCHAR1BM_FUELLEN_AUTO
AMITVNotif. form - notif. for DC (alloc tbl/promotion) AMITFVNUMC2AMITFV
AANZMNo. days until reply deadline AANZMINT13AANZM
BANZMNumber of days before latest reply date for urging reply BANZMINT13AANZM
DATKTTransfer alloc tbl header texts DATKTCHAR1XFELD
DATPTTransfer alloc tbl item texts DATPTCHAR1XFELD
DATLWTransfer delivery phases of alloc tbl DATLWCHAR1XFELD
DATWMTransfer alloc tbl requested quantity DATWMCHAR1XFELD
DATEKTransfer purchase prices DATEKCHAR1XFELD
DATVKTransfer sales prices DATVKCHAR1XFELD
DATNPTransfer standard price DATNPCHAR1XFELD
AAMEBInitiate message determination (plant) manually? (Alloc tbl) AAMEBCHAR1XFELD
AAMEVInitiate message determination manually (DC) (alloc tbl) AAMEVCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T626
INTO CORRESPONDING FIELDS OF WA_T626
WHERE...

How to access SAP table T626

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