CRMT_FCREQ SAP (ATP: FC Requirement for Availability Check) Structure details

Dictionary Type: Structure
Description: ATP: FC Requirement for Availability Check




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




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

CRMT_FCREQ 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: FC Requirement for Availability Check" 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_FCREQ TYPE CRMT_FCREQ.

The CRMT_FCREQ table consists of various fields, each holding specific information or linking keys about ATP: FC Requirement for Availability Check data available in SAP. These include REQUIREMENT_GROUP_INDEX (Row Index of Internal Tables), BUSINESS_SYSTEM_GROUP (Business logical system), LOGICAL_SYSTEM (Logical system), PRODUCT (Material number in APO).. 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_FCREQ 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_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
REQUIREMENT_GROUP_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
BUSINESS_SYSTEM_GROUPBusiness logical system LOGQSCHAR8LOGQS
LOGICAL_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
PRODUCTMaterial number in APO APOMATNRCHAR40APOMATNR
LOCATIONLocation number in APO APOLOCNOCHAR20APOLOCNO
LOCTYPEAPO location type APOLOCTYPECHAR4APOLOCTYPE
SPEC_STOCK_INDSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SPEC_STOCK_KEYATP: Key for special stock segment SSKEYCHAR16SSKEY
ATP_CATEGORYATP: Category of Stock / Receipts / Issues ATPCATCHAR2ATPCAT
SUB_LOCATIONSublocation SUBLOCCHAR4SUBLOC
PRODUCT_VERSIONProduct version PRODVERSCHAR10VERSION
TRANSACTION_TYPETransaction type TRTYPCHAR1TRTYP
BUSINESS_EVENTChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
CHECK_MODEATP: Check mode CHMODCHAR3CHMOD
ALLOCATION_MODEAllocation Indicator VPZUOCHAR1ZUVKZ
TIME_ZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
INT_ORDER_NUMBERInternal number (GUID) for an order in APO APOORDIDCHAR22SYSUUID_22
EXT_ORDER_NUMBERMRP element number DEL12CHAR12DEL12
ITEM_NUMBERMRP element item DELPSNUMC6DELPS
ORDER_ITEM_GUIDATP: Encryption of DELNR and DELPS POSGUIDCHAR22SYSUUID_22
TEMP_ORD_NO_FLAGATP: Temporary order number (ORDNUM) (y/n) TMPFLGCHAR1XFELD
TEMP_OBJ_MODEATP: Indicator for writing delta records DELTAINDCHAR1DELTAIND
CHECK_INDICATORATP Server: Flag - check requirement (yes/no) CHKFLGCHAR1XFELD
UPDATE_INDICATORATP: Update indicator for requirements UPDINDCHAR1UPDFLG
CORRELATION_FLAGATP server: Participation in calculation of confirmation TCCFLGCHAR1XFELD
FIXED_QUANTITY_FLAGQuantity is Fixed FMENGCHAR1XFELD
FIXED_TIME_QUANTITY_FLAGDelivery date and quantity fixed FIXMGCHAR1XFELD
ERROR_FLAGATP Server: Error flag ERRORKZCHAR1XFELD
SYSTEM_INDICATORATP: Indicator for system SYSINDCHAR1SYSIND
RESULT_MODEATP Server: Mode for Results of Check RESMDCHAR1RESMD
TECHNICAL_PROCESSATP: Technical process for RBA TPROCCHAR2TPROC
BUSINESS_PROCESSATP: Business Transaction for ATP BPROCCHAR4Assigned to domainBPROC
ACTIVITY_TYPEATP: Transaction type for RBA ACTTPCHAR2ACTTP
SUBSTITUTION_REASONATP: Substitution reason for rules-based ATP SUREACHAR4SUREA
CONFIGURATION_NUMBERConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
REQUIREMENT_SUB_GROUP_INDEXATP: Index of a requirements subgroup SUBGRPIDXINT410INT4
POSITION_IN_SUB_GROUPATP: Requirement item in a requirements subgroup SUBGRPSEQINT410INT4
SELECTED_FLAGATP: Selection indicator SLCFLGCHAR1XFELD
REMAINING_REQUIREMENT_FLAGATP: Remaining requirements (yes/no)? RRFLGCHAR1XFELD
CHECK_PROFILEATP: Profile at Requirements Level for APO APOREQPRFCHAR6APOREQPRF
SCHEDULING_INDICATORATP: Scheduling Indicator for APO SCHINDCHAR1SCHIND
TIME_TYPECharacter Field of Length 12 CHAR12CHAR12CHAR12
TRANSPORT_MODECharacter Field Length = 10 CHAR10CHAR10CHAR10
PERSIST_IDInstance Number (Persistent) CUX_PERSIST_IDCHAR32CHAR32
STRUCTURE_INDICATORATP: structure indicator CRMT_STRUCT_INDCHAR1CRMT_STRUCT_IND
ORDER_CATEGORYATP: Category of Stock / Receipts / Issues ATPCATCHAR2ATPCAT
ALLOCATION_PROCEDUREProduct Allocation Determination Procedure CRMT_KOSCHCHAR18CHAR18
DURATION_TIMESTAMPATP: Expiry Date for Temporary Quantity Assignments CRMT_DURTMSDEC15TSTPSBCOS_TSTMP
CUSTOMIZING_INDICATORATP: Customizing Indicator CRMT_CUSTINDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CRMT_FCREQ

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