CRMT_FCINPAR SAP (ATP: FC Input Parameters for Availability Check) Structure details

Dictionary Type: Structure
Description: ATP: FC Input Parameters for Availability Check




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




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

CRMT_FCINPAR 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 Input Parameters 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_FCINPAR TYPE CRMT_FCINPAR.

The CRMT_FCINPAR table consists of various fields, each holding specific information or linking keys about ATP: FC Input Parameters for Availability Check data available in SAP. These include INIT_INDICATOR (ATP: Initialization indicator for the check), USER_NAME (User Name), APPLICATION (ATP: Application for APO), TIME_ZONE (Time Zone).. 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_FCINPAR 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
TRANSACTION_GUIDATP: Unique ID for relevant transaction in APO server APOTRGUIDCHAR22SYSUUID_22
INIT_INDICATORATP: Initialization indicator for the check INITINDNUMC1INITIND
USER_NAMEUser Name SYUNAMECHAR12SYCHAR12
APPLICATIONATP: Application for APO APOANWDGCHAR2APOANWDG
TIME_ZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
REQUIREMENT_TIMESTAMPATP: Requirements date (time stamp) REQTMSDEC15APOTSTAMP
REQUIREMENT_QUANTITYATP: open quantity REQQTYQUAN15(3) MENGV15
CORRELATION_MODEATP Server: type of total confirmation EGSBSCHAR1EGSBS
DISPLAY_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
DISPLAY_MODEATP: APO display control APOAZERGCHAR2APOAZERG
READ_MODEATP Server: read mode (individual or totals records) RDMODCHAR1RDMOD
LOGICAL_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CALENDAR_IDFactory calendar key FABKLCHAR2Assigned to domainWFCID
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ENQUEUE_MODEATP Server: mode for exclusive locking XENQMDCHAR1XENQMD
ACTIVATE_DELIV_SCHEDULINGActivate delivery scheduling VSTRMCHAR1VSTRM
ACTIVATE_TRANSP_SCHEDULINGActivate transportation scheduling TRTRMCHAR1XFELD
INTERFACE_VERSIONATP: Version of interface to APO server APOINTVERSNUMC3APOINTVERS
WORK_MODEATP: Working Mode for APO WRKMODCHAR1WRKMOD
LOCATION_DATA_FLAGGeneral Flag FLAGCHAR1FLAG
ALLOCATION_DATA_FLAGGeneral Flag FLAGCHAR1FLAG
RETURN_INDICATORGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table CRMT_FCINPAR

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