JKEPN SAP (Sales Order: Standard Schedule Line Data) Structure details

Dictionary Type: Structure
Description: Sales Order: Standard Schedule Line Data




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




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

JKEPN 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 "Sales Order: Standard Schedule Line Data" 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_JKEPN TYPE JKEPN.

The JKEPN table consists of various fields, each holding specific information or linking keys about Sales Order: Standard Schedule Line Data data available in SAP. These include MANDT (Client), VBELN (IS-M/SD: Publishing Sales Order), POSNR (Sales Order Item), ETENR (Sales Order Schedule 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 or numeric)


SAP JKEPN 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
MANDTClient MANDTCLNT3T000MANDT
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10JKAKALPHAAVNRJK1MJK1
POSNRSales Order Item APNRNUMC6JKAPAPNR
ETENRSales Order Schedule Line JAENRNUMC4Assigned to domainAENR
GUELTIGVONDate from Which Schedule Line in Sales Order is Valid JKEPVONDATS8DATUM
GUELTIGBISDate to Which Schedule Line in Sales Order is Valid JKEPBISDATS8DATUM
ETEEXIS-M: External Schedule Line Number ETEEX_ISPNUMC6ETEEX
BEZPERService Type BEZPERCHAR5TJD09BEZPERJD4
ETARTSchedule Line Type for Internal Sales Order Schedule Line ETART_ISPCHAR2TJEPETART_ISPJAE
ZSKLSTime slice classification for sales order JZSKLSCHAR1JZSKLS
AEARTOrder Change Type AEART_JSDKCHAR1AEART_JSDK
XUREINTOriginal schedule line in publishing sales order XUREINTCHAR1XFELD
XTAGESBEZIS-M: Limited change relating to a specific date XTAGESBEZCHAR1XFELD
ETENR_URSource Schedule Line AENR_URNUMC4JKEPAENR
ETENR_VGPreceding Schedule Line AENR_VGNUMC4JKEPAENR
ETMENGEIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETMEINSIS-M: Sales Unit for Sales Order ETMEINSUNIT3T006CUNITMEINS
UNTMENGEIS-M: Suspension quantity UNTMENGEQUAN10MENGGPOS
RKMENGENumber of complaint copies RKMENGEQUAN10MENGGPOS
NLMENGENumber of Copies for Subsequent Delivery NLMENGEQUAN10MENGGPOS
ETVORZEIPlus/Minus Sign for Schedule Line Quantity in Sales Order ETVORZEICHAR1VORZEI
REMMG_PLANExpected returns REMMG_PLANQUAN10MENGGPOS
REMME_PLANIS-M: Unit of measure of expected returns REMME_PLANUNIT3T006CUNITMEINS
KPOSNCondition item number KPOSN_ISPNUMC6NUM6
NETWRIS-M: Net price in document currency NETWR_ISPCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
NETPRNet price NETPRCURR11(2) WERTV6
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3T006CUNITMEINS
SKTOFCash discount indicator SKTOFCHAR1XFELD
PRSOKPricing is OK PRSOKCHAR1XFELD
PRSBINDDATTo-date for price fixing PRSBINDDATDATS8DATUM
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
PRSPERIS-M: Price Frequency PRSPERCHAR2TJK03PRSPERJPRSPER
BZPERFIS-M: Service Type for Billing BEZPERFAKTCHAR5TJD09BEZPER
PRSMLTIS-M: Numerator in conversion factor for frequencies PRSMLTDEC5PRSMLT
PRSDIVIS-M: Denominator for frequency conversion factor PRSDIVDEC5PRSDIV
KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7
XSTORNOIndicator: Reversed XJSTORNOCHAR1XFELD
ANZETNumber of Publication Dates ANZETDEC5ANZET
VAUSGBIssue VAUSGBCHAR10JDTVAUSGBALPHAVAUSGBJD8MJD4
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
LFARTLOGLogistical delivery type LFARTLOGCHAR2TJV01LIEFERARTISM_HELP_FOR_LOGDELIVTYPE
XAMOCREDITComplaint order - amount credited to liability account XAMOCREDITCHAR1XFELD
XAMO_ARCHIVEDIS-M/SD: Amortization Data on Cycle Activated XAMO_ARCHIVEDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table JKEPN

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