T000ATP SAP (Basic Settings for Availability Check) Table details

Dictionary Type: Table
Description: Basic Settings for Availability Check




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




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

T000ATP is a standard SAP Table which is used to store Basic Settings for Availability Check data and is available within R/3 SAP systems depending on the version and release level.

The T000ATP table consists of various fields, each holding specific information or linking keys about Basic Settings for Availability Check data available in SAP. These include GRP_WO_GRKOR (ATP Group Check also for Items Without Delivery Group), GRP_CALL_FUN (ATP Group Check also During Processing via Call Function), GRP_BDC_BACK (ATP Group Check also with Batch Input etc. in Background), MAD_MOVEBACK (Retransfer ATP Desired Dates (Material Staging etc.)).. 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 T000ATP 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
GRP_WO_GRKORATP Group Check also for Items Without Delivery Group GRP_WO_GRKORCHAR1XFELD
GRP_CALL_FUNATP Group Check also During Processing via Call Function GRP_CALL_FUNCHAR1XFELD
GRP_BDC_BACKATP Group Check also with Batch Input etc. in Background GRP_BDC_BACKCHAR1XFELD
MAD_MOVEBACKRetransfer ATP Desired Dates (Material Staging etc.) MAD_MOVEBACKCHAR1XFELD
BSKRF_OFF_ANo Inventory Correction Factor in Sales Order BSKRF_OFF_ACHAR1XFELD
BSKRF_OFF_BNo Inventory Correction Factor in SD Delivery BSKRF_OFF_BCHAR1XFELD
BSKRF_OFF_PRDNo Inventory Correction Factor in Production BSKRF_OFF_PRDCHAR1XFELD
BSKRF_OFF_BATCHNo Inventory Correction Factor in Batch Determination BSKRF_OFF_BATCHCHAR1XFELD
BSKRF_OFF_EXPLNo Inventory Correction Factor in Display BSKRF_OFF_EXPLCHAR1XFELD
BSKRF_OFF_MIGONo Inventory Correction Factor for Goods Movement BSKRF_OFF_MIGOCHAR1XFELD
ERP_ACTIMENew SA Schedule Line Has Date of Confirmation ERP_ACTIMECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T000ATP
INTO CORRESPONDING FIELDS OF WA_T000ATP
WHERE...

How to access SAP table T000ATP

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