JKPROM SAP (Sales Order: Introduction Data) Table details

Dictionary Type: Table
Description: Sales Order: Introduction Data




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




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

JKPROM is a standard SAP Table which is used to store Sales Order: Introduction Data data and is available within R/3 SAP systems depending on the version and release level.

The JKPROM table consists of various fields, each holding specific information or linking keys about Sales Order: Introduction Data data available in SAP. These include VBELN (IS-M/SD: Publishing Sales Order), POSNR (Original Item in Publishing Sales Order), PROMNR (Sales order introduction), WERBEART (Sales Source).. 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 JKPROM 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
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10JKAKALPHAAVNRJK1MJK1
POSNROriginal Item in Publishing Sales Order APNR_URNUMC6JKAPAPNR
PROMNRSales order introduction JPROMNRNUMC3JPROMNR
WERBEARTSales Source WERBEARTCHAR4TJWARALPHAWERBEARTJWA
WERBEAKTSales Promotion WERBEAKTCHAR8TJWAKALPHAWERBEAKTJWTMJW1
GUELTIGVONStart of Validity of Campaign Framework WERBVONDTDATS8DATUMJWV
XAQUISITIONIS-M/SD: Indicator - first introduction record XAQUISITIONCHAR1XFELD
WERBTRAEGAdvertising Medium WERBTRAEGCHAR10Assigned to domainWERBTRAEG
MINDBEZUGMinimum Length of Subscription MINDBEZUGQUAN2ISPMNG2
MINDBEZEINTime Unit for Minimum Length of Subscription MINDBEZEINUNIT3T006CUNITMEINS
LIEFUNTMAXMaximum Delivery Suspension LIEFUNTMAXQUAN2ISPMNG2
LIEFUMXEINTime unit for maximum delivery suspension LIEFUMXEINUNIT3T006CUNITMEINS
GPRECHIS-M: Researcher GPRECHCHAR10JGTGPNRALPHAGPNRMJG0R
VSGRCHEURResearcher's Service Company VSGRCHEURCHAR10JGTVSGALPHAGPNRMJG0G
XRECHERZIS-M: Research generated XRECHERZCHAR1XFELD
KONTAKTNRIS-M: Business Partner Sales Activity KONTAKTNRCHAR10JWTWEKOALPHAERSATZNRJWK
POSNR_BASESales Order Item APNRNUMC6JKAPAPNR
CYCLENR_BASEIS-M/SD: Billing Cycle Number CYCLENRNUMC3JKACCOUNTCYCLENR
EVENTIS-M/SD: Event in order processing JK_EVENTCHAR4TJKEVENTALPHAJK_EVENT
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JKPROM
INTO CORRESPONDING FIELDS OF WA_JKPROM
WHERE...

How to access SAP table JKPROM

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