JDTBZUS SAP (IS-M: Mix Type Definition (Combination of Mix Types)) Table details

Dictionary Type: Table
Description: IS-M: Mix Type Definition (Combination of Mix Types)




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




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

JDTBZUS is a standard SAP Table which is used to store IS-M: Mix Type Definition (Combination of Mix Types) data and is available within R/3 SAP systems depending on the version and release level.

The JDTBZUS table consists of various fields, each holding specific information or linking keys about IS-M: Mix Type Definition (Combination of Mix Types) data available in SAP. These include DRERTR (Carrying Publication), PVATRA (Carrying Edition), BEZTYP (Mix Type), MBZART (Combination type of edition combined in mix type definition).. 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 JDTBZUS 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
DRERTRCarrying Publication DRERZTRAEGCHAR8JDTDRERALPHADRERZJD1
PVATRACarrying Edition PVATRAEGCHAR8JDTPVAALPHAPVAJD2
BEZTYPMix Type BEZUGSTYP_JE_PVACHAR2JDTBEZTYPBEZUGSTYP_JE_PVAJD3MJD7
MBZARTCombination type of edition combined in mix type definition MITBEZARTNUMC1MITBEZART
VAVTPLStandard issue variant type for carrying edition VVTYPPLTRCHAR2TJD05VAVARTYP
VAVTTAActual issue type for carrying edition VVTYPTATRCHAR2TJD05VAVARTYP
DRERMTCombination, Substitute or Inserted Publication DRERZMITCHAR8JDTDRERALPHADRERZ
PVAMITCombination, substitute or inserted edition PVAMITCHAR8JDTPVAALPHAPVA
GUEVONValid-From Date GUELTIGVONDATS8DATUMJSA
GUEBISValid-To Date GUELTIGBISDATS8DATUMJSB
XPROSPIndicator: with ad pre-print XPROSPINCLCHAR1XFELD
XFRBPOIndicator: Third-party insert (for postal charge settlement) XFRBLGPOSTCHAR1XFELD
LFARTAAlternative delivery type LIEFERARTACHAR2TJV01LIEFERART
BEZTMTMix Type for Combination or Substitute Edition BEZTYPMITB_JE_PVACHAR2JDTBEZTYPBEZUGSTYP_JE_PVABTP
XCHECKBEZPCheck Service Type in Order for Combination XCHECKBEZPCHAR1XFELD
XMBFAKTURAIndicator: Combination is Relevant for Billing XMBFAKTURACHAR1XFELD
XMBCORRIndicator: combination is relevant for correction XMBCORRCHAR1XFELD
XMBTMCIndicator: Combination is Market Coverage XMBTMCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JDTBZUS
INTO CORRESPONDING FIELDS OF WA_JDTBZUS
WHERE...

How to access SAP table JDTBZUS

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