TJKAB SAP (IS-M/SD: Sales Document Type-Mix Offer Assignment) Table details

Dictionary Type: Table
Description: IS-M/SD: Sales Document Type-Mix Offer Assignment




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




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

TJKAB is a standard SAP Table which is used to store IS-M/SD: Sales Document Type-Mix Offer Assignment data and is available within R/3 SAP systems depending on the version and release level.

The TJKAB table consists of various fields, each holding specific information or linking keys about IS-M/SD: Sales Document Type-Mix Offer Assignment data available in SAP. These include AUART (IS-M/SD: Sales Document Types), DRERZ (Publication), PVA (Edition), BZPER (Service Type).. 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)


SAP TJKAB 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
AUARTIS-M/SD: Sales Document Types AUART_ISPCHAR4TJAKAUART_ISPJAD
DRERZPublication DRERZCHAR8JDTDRERALPHADRERZJD1MJD1
PVAEdition PVACHAR8JDTPVAALPHAPVAJD2
BZPERService Type BEZPERCHAR5TJD09BEZPERJD4
BZTYPMix Type BEZUGSTYP_JE_PVACHAR2JDTBEZTYPBEZUGSTYP_JE_PVAJD3MJD7
LFARTDelivery type for mix offer LIEFARTBZACHAR2TJV01LIEFERARTJLA
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJKAB
INTO CORRESPONDING FIELDS OF WA_TJKAB
WHERE...

How to access SAP table TJKAB

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