MEBBPPLANT_ORD_C_IMP SAP (WAF: Import Structure Order Components) Structure details

Dictionary Type: Structure
Description: WAF: Import Structure Order Components




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




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

MEBBPPLANT_ORD_C_IMP 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 "WAF: Import Structure Order Components" 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_MEBBPPLANT_ORD_C_IMP TYPE MEBBPPLANT_ORD_C_IMP.

The MEBBPPLANT_ORD_C_IMP table consists of various fields, each holding specific information or linking keys about WAF: Import Structure Order Components data available in SAP. These include APLZL (Character field, 8 characters long), COMP_INDEX (Character Field Length = 10), DESCRIPTION (Description of the shopping cart line), QUANTITY (Quantity of the Shopping Cart Line).. 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: Can be enhanced (character-type)


SAP MEBBPPLANT_ORD_C_IMP 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
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APLZLCharacter field, 8 characters long CHAR8CHAR8CHAR8
COMP_INDEXCharacter Field Length = 10 CHAR10CHAR10CHAR10
DESCRIPTIONDescription of the shopping cart line OCI_DESCRIPTIONCHAR40CHAR40
QUANTITYQuantity of the Shopping Cart Line OCI_QUANTITYCHAR15CHAR15
UNITUnit of Measure for the Quantity of the Shopping Cart Line OCI_UNITCHAR3CHAR3
PRICECharacter Field of Length 12 CHAR12CHAR12CHAR12
PRICEUNITPrice Unit of the Shopping Cart Line OCI_PRICEUNITCHAR5CHAR5
CURRENCYCurrency of Shopping Cart Item OCI_CURRENCYCUKY5OCI_CURRENCY
MATNRProduct Number of the Shopping Cart Line OCI_PRODUCTCHAR40CHAR40
MATGROUPProduct Group of the Shopping Cart Line OCI_PRODUCT_GROUPCHAR10CHAR10
SERVICEInd.: If the Shopping Cart Line Contains a Service OCI_SERVICECHAR1XFELD
EXT_PRODUCT_IDCatalog Item (Unique Key) BBP_CATALOGITEMCHAR40CATALOGITEM
XXEXTCharacter field, length 32 CHAR32CHAR32CHAR32
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID

Key field Non-key field



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

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

How to access SAP table MEBBPPLANT_ORD_C_IMP

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