IMIL_CONTROL_COMMITMENT_STY SAP (Control Structure for Querying Stock Commitments) Structure details

Dictionary Type: Structure
Description: Control Structure for Querying Stock Commitments




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




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

IMIL_CONTROL_COMMITMENT_STY 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 "Control Structure for Querying Stock Commitments" 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_IMIL_CONTROL_COMMITMENT_STY TYPE IMIL_CONTROL_COMMITMENT_STY.

The IMIL_CONTROL_COMMITMENT_STY table consists of various fields, each holding specific information or linking keys about Control Structure for Querying Stock Commitments data available in SAP. These include REQ_ON_ORDER_CONSIGN (Query On-Order Stock for Consignment), REQ_GR_BLOCKED (Query GR Blocked Stock), REQ_TRSPT_ORDER (Query Release Quantity From Stock Transfers), REQ_TRANSIT_CC (Query Stock Data in Transit).. 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: Cannot Be Enhanced


SAP IMIL_CONTROL_COMMITMENT_STY 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
REQ_ON_ORDERQuery On-Order Stock IM_IL_REQ_ON_ORDER_STOCKCHAR1XFELD
REQ_ON_ORDER_CONSIGNQuery On-Order Stock for Consignment IM_IL_REQ_ON_ORD_CONSIGN_STOCKCHAR1XFELD
REQ_GR_BLOCKEDQuery GR Blocked Stock IM_IL_REQ_GR_BLOCKED_STOCKCHAR1XFELD
REQ_TRSPT_ORDERQuery Release Quantity From Stock Transfers IM_IL_REQ_TRANSPORTORDER_STOCKCHAR1XFELD
REQ_TRANSIT_CCQuery Stock Data in Transit IM_IL_REQ_TRANSIT_CC_STOCKCHAR1XFELD
REQ_RESERVATIONQuery Requirement Quantities from Reservations IM_IL_REQ_RESERVATIONCHAR1XFELD
REQ_RESERV_RCPTQuery Requirement Quantities from Receipt Reservation IM_IL_REQ_RECEIPT_RESERVATIONCHAR1XFELD
REQ_SALREQ_INQUIRYQuery Sales Requirements for Inquiries IM_IL_REQ_SALES_REQ_INQUIRYCHAR1XFELD
REQ_SALREQ_QUOTATIONQuery Sales Requirements for Quotations IM_IL_REQ_SALES_REQ_QUOTATIONCHAR1XFELD
REQ_SALREQ_ORDERQuery Sales Requirements for Sales Orders IM_IL_REQ_SALES_REQ_ORDERCHAR1XFELD
REQ_SALREQ_SCHED_AGRQuery Sales Requirements for Scheduling Agreements IM_IL_REQ_SALES_REQ_SCHED_AGRCHAR1XFELD
REQ_SALREQ_CONTRACTQuery Sales Requirements for Contracts IM_IL_REQ_SALES_REQ_CONTRACTCHAR1XFELD
REQ_SALREQ_WO_CHARGEQuery Sales Requirements for Orders Without Charge IM_IL_REQ_SALES_REQ_WO_CHARGECHAR1XFELD
REQ_SALREQ_DELIVERYQuery Sales Requirements for Deliveries IM_IL_REQ_SALES_REQ_DELIVERYCHAR1XFELD
REQ_PROD_ORDERQuery Production Quantities in Production Orders IM_IL_REQ_PRODUCTIONORDER_QUANCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IMIL_CONTROL_COMMITMENT_STY

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