SAP ATPCA ATP Controller: Control Parameters Table data and field list

ATPCA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ATP Controller: Control Parameters" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ATPCA TYPE ATPCA.

The ATPCA table consists of various fields, each holding specific information or linking keys about ATP Controller: Control Parameters data available in SAP. These include ANWDG (ATP Server: Calling application), ANWDG2 (ATP Server: Calling application), ANWDG_ORIG (ATP Server: Calling application), OKDBD (ATP Server: 'Check without customer requirements' flag)... 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. .

ATPCA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ATPCA structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ATPCA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TRGUIDATP: Unique ID for relevant transaction in APO server APOTRGUIDCHAR22SYSUUID_22
ANWDGATP Server: Calling application ANWDGCHAR1ANWDG
ANWDG2ATP Server: Calling application ANWDGCHAR1ANWDG
ANWDG_ORIGATP Server: Calling application ANWDGCHAR1ANWDG
OKDBDATP Server: 'Check without customer requirements' flag OKDBDCHAR1XFELD
EGSBSATP Server: type of total confirmation EGSBSCHAR1EGSBS
AZERGATP Server: Result Display Control Indicator AZERGCHAR1AZERG
PLAUFType of planning run PLAUFCHAR2PLAUF
RDMODATP Server: read mode (individual or totals records) RDMODCHAR1RDMOD
XENQMDATP Server: mode for exclusive locking XENQMDCHAR1XENQMD
DELTAMDATP Server: mode for Delta handling DELTAMDCHAR1DELTAMD
CALLMDATP Server: call mode CALLMDCHAR1CALLMD
FORCE_R3ATP: Indicator for local ATP check FORCE_R3CHAR1XFLAG
SETDELTAATP: Extl delta records were generated in APO server (y/n) SETDELTACHAR1XFELD
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
WRKMODATP: Working Mode for APO WRKMODCHAR1WRKMOD
OPURBDATP Server: Flag 'Check without transfer requirements' OPURBDCHAR1XFELD
NOMSGATP Server: 'Do Not Display Message' Indicator NO_MSG_DISPCHAR1XFELD
RELINDRelease (Redistribution) of Old Requirements RELINDCHAR1RELIND
MSGINITInitialization Status: Message Table MSGINITCHAR1MSGINIT
TMRELExternal Transportation Management System (TMS) Relevance TMRELCHAR1TMREL
DOC_COMPLETEDocument Complete DOC_COMPLETECHAR1BOOLE
LOG_TM_NRTechnical Transportation Management Number LOG_TM_NRCHAR4

Key field Non-key field



How do I retrieve data from SAP structure ATPCA using ABAP code?

As ATPCA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ATPCA as there is no data to select.

How to access SAP table ATPCA

Within an ECC or HANA version of SAP you can also view further information about ATPCA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).