JKSDBAPIISMORDERBOOK SAP (BAPI Structure for IS-M Order Book) Structure details

Dictionary Type: Structure
Description: BAPI Structure for IS-M Order Book




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




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

JKSDBAPIISMORDERBOOK 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 "BAPI Structure for IS-M Order Book" 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_JKSDBAPIISMORDERBOOK TYPE JKSDBAPIISMORDERBOOK.

The JKSDBAPIISMORDERBOOK table consists of various fields, each holding specific information or linking keys about BAPI Structure for IS-M Order Book data available in SAP. These include ISMPURCHASEDATE (IS-M: Latest Possible Purchase Order Date), QUANTITY1 (IS-M: Additional Field Quantity 1), QUANTITY2 (IS-M: Additional Field Quantity 2), QUANTITY3 (IS-M: Additional Field Quantity 3).. 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 JKSDBAPIISMORDERBOOK 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
QUANTITY_PURCHIS-M: Planned Purchase Quantity JQUANTITY_PURCHASEQUAN13(3) MENG13
ISMPURCHASEDATEIS-M: Latest Possible Purchase Order Date ISMPURCHASE_DATE_PLDATS8DATE
QUANTITY1IS-M: Additional Field Quantity 1 JSDQUANTITY_P1QUAN8JMENG10
QUANTITY2IS-M: Additional Field Quantity 2 JSDQUANTITY_P2QUAN8JMENG10
QUANTITY3IS-M: Additional Field Quantity 3 JSDQUANTITY_P3QUAN8JMENG10
QUANTITY4IS-M: Additional Field Quantity 4 JSDQUANTITY_P4QUAN8JMENG10
QUANTITY5IS-M: Additional Field Quantity 5 JSDQUANTITY_P5QUAN8JMENG10
QUANTITY6IS-M: Additional Field Quantity 6 JSDQUANTITY_P6QUAN8JMENG10
QUANTITY7IS-M: Additional Field Quantity 7 JSDQUANTITY_P7QUAN8JMENG10
QUANTITY8IS-M: Additional Field Quantity 8 JSDQUANTITY_P8QUAN8JMENG10
QUANTITY9IS-M: Additional Field Quantity 9 JSDQUANTITY_P9QUAN8JMENG10
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SUPPL_PLNTPlant from Which Material is Procured BEWRKCHAR4Assigned to domainWERKS

Key field Non-key field



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

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

How to access SAP table JKSDBAPIISMORDERBOOK

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