JKSDORDERBOOKRET SAP (IS-M: Planned Quantities for Return to Publisher) Table details

Dictionary Type: Table
Description: IS-M: Planned Quantities for Return to Publisher




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




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

JKSDORDERBOOKRET is a standard SAP Table which is used to store IS-M: Planned Quantities for Return to Publisher data and is available within R/3 SAP systems depending on the version and release level.

The JKSDORDERBOOKRET table consists of various fields, each holding specific information or linking keys about IS-M: Planned Quantities for Return to Publisher data available in SAP. These include EKORG (Purchasing Organization), WERKS (Plant), MED_PROD (Higher-Level Media Product), MATNR (Media Issue).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JKSDORDERBOOKRET table 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
MANDTClient MANDTCLNT3T000MANDT
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MED_PRODHigher-Level Media Product ISMREFMDPRODCHAR18MARAMATN1MATNRMJP_MEDPROD
MATNRMedia Issue ISMMATNR_ISSUECHAR18MARAMATN1MATNRJP_ISSMJP_MEDISS
PORDER_LFDNRIS-M: Sequence Number of Purchase Order Book ISMPORDER_LFDNRNUMC3NUMC3
ISMPURCHASEDATEIS-M: Latest Possible Purchase Order Date ISMPURCHASE_DATE_PLDATS8DATE
QUANTITY_PURCHIS-M: Planned Purchase Quantity JQUANTITY_PURCHASEQUAN13(3) MENG13
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
UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BEWRKPlant from Which Material is Procured BEWRKCHAR4Assigned to domainWERKS
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
QUANTITYSPRCPStatistical Quantity for Return to Publisher JKSDQUANTITYRETURNSQUAN13(3) MENG13
QUANTITYMPRCPGoods Issue Quantity for Return to Publisher JKSDQUANMPRCPQUAN13(3) MENG13
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
STATUSStatus of Return to Publisher ISMORDERBOOKRETSTATUSCHAR2ISMORDERBOOKRETSTATUS

Key field Non-key field



How do I retrieve data from SAP table JKSDORDERBOOKRET using ABAP code

The following ABAP code Example will allow you to do a basic selection on JKSDORDERBOOKRET to SELECT all data from the table
DATA: WA_JKSDORDERBOOKRET TYPE JKSDORDERBOOKRET.

SELECT SINGLE *
FROM JKSDORDERBOOKRET
INTO CORRESPONDING FIELDS OF WA_JKSDORDERBOOKRET
WHERE...

How to access SAP table JKSDORDERBOOKRET

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