JHTMXK SAP (IS-M: Media-Mix Contract Header Data) Table details

Dictionary Type: Table
Description: IS-M: Media-Mix Contract Header Data




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




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

JHTMXK is a standard SAP Table which is used to store IS-M: Media-Mix Contract Header Data data and is available within R/3 SAP systems depending on the version and release level.

The JHTMXK table consists of various fields, each holding specific information or linking keys about IS-M: Media-Mix Contract Header Data data available in SAP. These include VTNR (IS-M: Contract Number for Media-Mix Contract), MXART (IS-M: Type of Media-Mix Contract Creation), PAKNR (IS-M: Number of a media-mix package), KAUSSCHL (IS-M: Condition Exclusion Rule for Media-Mix Contract).. 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 JHTMXK 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
VTNRIS-M: Contract Number for Media-Mix Contract MM_VTNRCHAR10ALPHAMM_VTNRJHM
MXARTIS-M: Type of Media-Mix Contract Creation JH_MXARTCHAR4TJJV4JH_MXARTJHM_ART
PAKNRIS-M: Number of a media-mix package JH_MXPAKNRCHAR10JJTMXKALPHAJH_MXPAKNRJHMP
KAUSSCHLIS-M: Condition Exclusion Rule for Media-Mix Contract JH_KAUSSCHLCHAR1TJJV5JH_KAUSSCHL
ERFREGELIS-M: Fulfillment Rule for Media-Mix Contract JH_ERFREGELCHAR1TJJV6JH_ERFREGEL
BESTIMMTERIS-M: Contract Number ABS_VTNRNUMC6JHTVKOABS_VTNRJHWMJHW
MENGE1IS-M/AM: Target Number in the Contract JH_ZIELMALDEC5JH_ZIELMAL
EINH1IS-M/AM: Unit for Target Number in Contract AB_MALEINHUNIT3JJV006DLCUNITMEINS
MENGE2IS-M/AM: Target Quantity in the Contract JH_ZIELMNGQUAN12(3) ABS_MENGE
EINH2IS-M/AM: Unit for Target Quantity in the Contract AB_MNGEINHUNIT3JJV006CUNITMEINS
UMSATZIS-M/AM: Target Quantity for Monetary Contract AB_ZIEL1CURR15(2) WERTV8
WEINHIS-M: Currency Key for Contract AB_WEINHCUKY5TCURCWAERSFWS
ABRSTATUSIS-M: Settlement Status of a Contract JH_ABRSTATUSNUMC1JH_ABRSTATUS
AUFSTATUSIS-M: Explode Status of a Media-Mix COA JH_AUFSTATUSNUMC1JH_AUFSTATUS
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
XLOEVMDeletion Flag for Master Data in Media Sales & Distribution LOEVM_ISPCHAR1XFELD
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
ABSTYPIS-M/AM: Contract Category ABS_TYPCHAR1TJH11ABS_TYPJHM_TYP
ABSARTIS-M: Contract Type JH_ABSARTCHAR1JH_ABSARTJHW_ART
RABANPIS-M: Disc./Price Adjustment During Contract Validity Period RABATTANPCHAR1JH_XRABANP
LFZBEGIS-M: Start of Validity Period LFZBEGDATS8DATUM
LFZENDIS-M: End of Validity Period LFZENDDATS8DATUM
ABRGNRIS-M/AM: Contract Settlement Number ABRGNRNUMC4Assigned to domainABRGNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM JHTMXK
INTO CORRESPONDING FIELDS OF WA_JHTMXK
WHERE...

How to access SAP table JHTMXK

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