PIATPCS_RET SAP (Sales Requirements After Backorder Processing (ATPCS_RET)) Structure details

Dictionary Type: Structure
Description: Sales Requirements After Backorder Processing (ATPCS_RET)




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




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

PIATPCS_RET 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 "Sales Requirements After Backorder Processing (ATPCS_RET)" 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_PIATPCS_RET TYPE PIATPCS_RET.

The PIATPCS_RET table consists of various fields, each holding specific information or linking keys about Sales Requirements After Backorder Processing (ATPCS_RET) data available in SAP. These include DELPS (MRP element item), DELET (Schedule Line Number MRP Element), XLINE (Line index for internal table processing), YLINE (Line index for internal table processing).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PIATPCS_RET structure 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
DELNRMRP element number DELNRCHAR10DELNR
DELPSMRP element item DELPSNUMC6DELPS
DELETSchedule Line Number MRP Element DELETNUMC4DELET
XLINELine index for internal table processing XLINEINT410XLINE
YLINELine index for internal table processing XLINEINT410XLINE
LOGQSBusiness logical system LOGQSCHAR8LOGQS
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ORDIDInternal number (GUID) for an order in APO APOORDIDCHAR22SYSUUID_22
TMPFLGATP: Temporary order number (ORDNUM) (y/n) TMPFLGCHAR1XFELD
POSGUIDATP: Encryption of DELNR and DELPS POSGUIDCHAR22SYSUUID_22
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
VMENGATP Server: confirmed qty BESTMNGQUAN15(3) MENGV15
FIXMGDelivery date and quantity fixed FIXMGCHAR1XFELD
APORELSAP Release SAPRLCHAR4SAPRL
ATPM1ATP Server: ATP quantity ATPMNGQUAN15(3) MENGV15
ATPMGATP Server: ATP quantity ATPMNGQUAN15(3) MENGV15
RPFLGATP Server: receipts in the past included RPFLGCHAR1XFELD
SYSINDATP: Indicator for system SYSINDCHAR1SYSIND
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOCNOLocation number in APO APOLOCNOCHAR20APOLOCNO
LOCTYPEAPO location type APOLOCTYPECHAR4APOLOCTYPE
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ERRKZATP Server: Error flag ERRORKZCHAR1XFELD
BDTERRequirement Date for the Component BDTERDATS8DATUM
REMFLGATP: Remaining requirements (yes/no)? RRFLGCHAR1XFELD
SUREAATP: Substitution reason for rules-based ATP SUREACHAR4SUREA
CHMODATP: Check mode CHMODCHAR3CHMOD
KOSCHProduct allocation determination procedure KOSCHCHAR18Assigned to domainKOSCH
PRREGChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
TTYPECharacter Field Length = 10 CHAR10CHAR10CHAR10
PERSIST_IDCharacter field, length 32 CHAR32CHAR32CHAR32
ACTIMESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

As PIATPCS_RET 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 PIATPCS_RET as there is no data to select.

How to access SAP table PIATPCS_RET

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