JKGIFT SAP (Sales Order: Promotional Gifts for Introduction Record) Table details

Dictionary Type: Table
Description: Sales Order: Promotional Gifts for Introduction Record




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




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

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

The JKGIFT table consists of various fields, each holding specific information or linking keys about Sales Order: Promotional Gifts for Introduction Record data available in SAP. These include VBELN (IS-M/SD: Publishing Sales Order), POSNR (Original Item in Publishing Sales Order), PROMNR (Sales order introduction), MATNRWERB (IS-M: Material number for gift).. 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 JKGIFT 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 JPROMNRNUMC3JKPROMJPROMNR
MATNRWERBIS-M: Material number for gift MATNR_SAPRCHAR18Assigned to domainMATN1MATNR_ISPJMA
GPNRBusiness Partner Sales Agent GPVERMCHAR10JGTGPNRALPHAGPNR
XMAINAGENTIS-M/SD: Indicator for Main Sales Agent XMAINAGENTCHAR1XFELD
ZUZAHLBETRAdditional payment JZUZAHLBETCURR13(2) ISPWV112
ZUZAHLWAERCurrency for Additional Payment JZUZAHLWAECUKY5Assigned to domainWAERS
VERSANDDATIS-M/SD: Gift Shipping Date JPRMVRSDATDATS8DATUM
VPFLZEITRVCommitment period for sales agent (subscriber) VPFLZEITRVQUAN2ISPMNG2
VPFLZEINHVTime unit for commitment period VPFLZEINHVUNIT3T006CUNITMEINS
VPFLBEGINNIS-M/SD: Date on which commitment period begins VPFLBEGINNDATS8DATUM
ERLDATWERBDate Advertising Bonus Sent ERLDATWERBDATS8DATUM
XSAPRSPERRBlock indicator for gift shipping XSAPRSPERRCHAR1XFELD
AVNRWERBOrder Number for Gift 'Free Subscription' AVNRWERBCHAR10Assigned to domainALPHAAVNR
APNRWERBOrder Item Number for Gift 'Free Subscription' APNRWERBNUMC6POSEX_ISP

Key field Non-key field



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

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

SELECT SINGLE *
FROM JKGIFT
INTO CORRESPONDING FIELDS OF WA_JKGIFT
WHERE...

How to access SAP table JKGIFT

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