CRMT_APOREQITM SAP (ATP: Reqmts Schedule Line for Availability Check in APO) Structure details

Dictionary Type: Structure
Description: ATP: Reqmts Schedule Line for Availability Check in APO




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




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

CRMT_APOREQITM 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: Reqmts Schedule Line for Availability Check in APO" 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_CRMT_APOREQITM TYPE CRMT_APOREQITM.

The CRMT_APOREQITM table consists of various fields, each holding specific information or linking keys about ATP: Reqmts Schedule Line for Availability Check in APO data available in SAP. These include REQUIREMENT_INDEX (Row Index of Internal Tables), REQUIREMENT_TIMESTAMP (ATP: Requirements date (time stamp)), REQUIREMENT_QUANTITY (ATP: open quantity), TOTAL_CONFIRMED_TIMESTAMP (ATP: Total confirmation date (time stamp)).. 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 CRMT_APOREQITM 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
REQUIREMENT_ITEM_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
REQUIREMENT_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
REQUIREMENT_TIMESTAMPATP: Requirements date (time stamp) REQTMSDEC15APOTSTAMP
REQUIREMENT_QUANTITYATP: open quantity REQQTYQUAN15(3) MENGV15
TOTAL_CONFIRMED_TIMESTAMPATP: Total confirmation date (time stamp) TCCTMSDEC15APOTSTAMP
OWN_RESULT_STATEATP: Results status of an ATP requirement RESSTATCHAR1RESSTAT
WITHDRAWN_QUANTITYATP: Quantity withdrawn WITQTYQUAN15(3) MENGV15
SCHEDULE_LINESchedule Line Number MRP Element DELETNUMC4DELET
USED_RECEIPTS_IN_PASTATP Server: receipts in the past included RPFLGCHAR1XFELD
PROD_ALLOC_CUM_QUANTITYATP: Confirmed quantity CNFQTYQUAN15(3) MENGV15
PROD_AVAIL_CUM_QUANTITYATP: Confirmed quantity CNFQTYQUAN15(3) MENGV15
FORECAST_CUM_QUANTITYATP: Confirmed quantity CNFQTYQUAN15(3) MENGV15
TRANSACTION_TYPETransaction type TRTYPCHAR1TRTYP
REFERENCE_TIMESTAMPATP: Requirements date (time stamp) REQTMSDEC15APOTSTAMP
REFERENCE_TIME_TYPECharacter Field of Length 12 CHAR12CHAR12CHAR12
CUMULATED_RESULT_STATEATP: Results status of an ATP requirement RESSTATCHAR1RESSTAT
UNROUNDED_QUANTITYATP: open quantity REQQTYQUAN15(3) MENGV15

Key field Non-key field



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

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

How to access SAP table CRMT_APOREQITM

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