JKAKPR SAP (Ad Pre-Print Order: Header Data) Table details

Dictionary Type: Table
Description: Ad Pre-Print Order: Header Data




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




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

JKAKPR is a standard SAP Table which is used to store Ad Pre-Print Order: Header Data data and is available within R/3 SAP systems depending on the version and release level.

The JKAKPR table consists of various fields, each holding specific information or linking keys about Ad Pre-Print Order: Header Data data available in SAP. These include VBELN (Ad Pre-Print Order), XBEILAGE (IS-M: Ad pre-print sales document type - insertion), XVERTEILNG (IS-M: Ad pre-print sales document type - distribution), GPAG (Business Partner: Sold-to Party).. 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 JKAKPR 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
VBELNAd Pre-Print Order AVNR_PRCHAR10ALPHAAVNR_PRJKP
XBEILAGEIS-M: Ad pre-print sales document type - insertion XBEILAGECHAR1XFELD
XVERTEILNGIS-M: Ad pre-print sales document type - distribution XVERTEILNGCHAR1XFELD
GPAGBusiness Partner: Sold-to Party GPAGCHAR10JGTGPNRALPHAGPNR
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
WERKSPlant JWERKCHAR4T001WWERKSWRK
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
BSARKCustomer purchase order type BSARKCHAR4T176BSARK
BSTDKCustomer purchase order date BSTDKDATS8DATUM
BSTZDPurchase order number supplement BSTZDCHAR4BSTZD
IHREZYour Reference IHREZCHAR12TEXT12
BNAMEName of orderer BNAME_VCHAR35NAME
TELF1Telephone Number TELF1_VPCHAR16TELF1
XGEBUCHTIS-M: Fixed posting of ad pre-print order XGEBUCHTCHAR1XFELD
XRESRVIERTIS-M: Ad pre-print order reserved XRESRVIERTCHAR1XFELD
XFRBPOIndicator: Third-party insert (for postal charge settlement) XFRBLGPOSTCHAR1XFELD
REFNRIS-M: Reference number for ad pre-print order JREFNRCHAR20JREFNR
VAUSGB_PROAd Pre-Print Number VAUSGB_PROCHAR10JDTVAUSGBALPHAVAUSGBJD6
LIEFMNGWURequested quantity of ad pre-prints for delivery LIEFMNGWUQUAN10MENGGPOS
MEINHUnit of Measure for Display MEINHUNIT3T006CUNITMEINS
LIEFMNGPLQuantity to be delivered LIEFMNGPLQUAN10MENGGPOS
TEXT1Text (80 Characters) TEXT80CHAR80TEXT80UEB
TEXT2Text (80 Characters) TEXT80CHAR80TEXT80UEB
TEXT3Text (80 Characters) TEXT80CHAR80TEXT80UEB
POSNR_LASTLast Assigned Item Number POSPR_LASTNUMC6JKAPPRAPNR_PR
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 JKAKPR using ABAP code

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

SELECT SINGLE *
FROM JKAKPR
INTO CORRESPONDING FIELDS OF WA_JKAKPR
WHERE...

How to access SAP table JKAKPR

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