TZK02 SAP (Condition group, condition group - condition type allocation) Table details

Dictionary Type: Table
Description: Condition group, condition group - condition type allocation




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




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

TZK02 is a standard SAP Table which is used to store Condition group, condition group - condition type allocation data and is available within R/3 SAP systems depending on the version and release level.

The TZK02 table consists of various fields, each holding specific information or linking keys about Condition group, condition group - condition type allocation data available in SAP. These include RANTYP (Contract Type), SKOGRP (Condition Group), SKOART (Condition Type (Smallest Subdivision of Condition Records)), JMUSS (Indicator, condition type mandatory).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TZK02 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
RANTYPContract Type RANTYPCHAR1RANTYP
SKOGRPCondition Group SKOGRPNUMC3TZK04SKOGRP
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
JMUSSIndicator, condition type mandatory JMUSSCHAR1JANE
JAUSBLSuppress field for LOAD with GET_EMPTY JAUSBLCHAR1JANE
NFOLGEDisplay sequence of condition types within the group NFOLGENUMC4VVNFOLGE
NHIERDisplay hierarchy for entry of new conditions NHIERNUMC1NUMC1
SBASISCalculation base indicator SBASISCHAR4TZFBVVSBASIS
SZAWSPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
JNULLKONCondition Form JNULLKONCHAR1SKONDF
JBMONATIndicator for calculating amount per month JBMONATCHAR1JANEI
SVULTMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
SVKALRICalendar direction for calculation date VVSBKALRICHAR1SKALRI
SFKALRICalendar direction for due date SFKALRICHAR1SKALRI
AVGSTAGENumber of working days for value date AVGSTAGENUMC2NUMC2
AFGSTAGENumber of working days to due date AFGSTAGENUMC2NUMC2
SVKALZUSAdditional calendar details with regard to value date SVKALZUSCHAR1SKALZUS
SFKALZUSAddit. calendar details with regard to due date SFKALZUSCHAR1SKALZUS
SKALIDFactory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
SZEGENGenerate incoming payment immediately SZEGENNUMC2TD21SZEGEN
SBUSTPosting control key VVSBUSTNUMC2TZB09VVSBUST
SVWERKShift calculation date to working day VVSVWERKNUMC1T_SWERK
SVMETHMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
SFWERKShift due date to working day VVSFWERKNUMC1T_SWERK
SFMETHMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
SBERECHGrace Period Interest Method SBERECHCHAR1XFELD
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
SZWKEYPayment form with adjustment days VVSZWKEYCHAR2TDZWVVSZWKEY
SZEITANTIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
SFANTIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
JPROZRPercentage Calculation TB_JPROZRCHAR1XFELD
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SFRANZShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
JSAVEDEFSave conditions identical to default values? VVJSAVEDEFCHAR1XFELD
MANSPDunning block MANSPCHAR1T040SMANSP
ZAHLSBlock Key for Payment DZAHLSCHAR1T008ZAHLS
AVGSTAGEVZ+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
AFGSTAGEVZ+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
SBASFIXIndicator for fixing calculation base TFMSBASFIXNUMC1TFMSBASFIX
JEXPOZINSExponential Interest Calculation TB_JZINSRECHAR1XFELD
SROUNDRounding Category TFM_SROUNDCHAR1TFM_SROUND
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
.INCLU--AP 0
IND_IOAGPIndicator for IOA/GP condition item TB_IOAGP_CMLCHNCHAR1TD_IOAGP_CMLCHN
.INCLU--AP 0
SKOPODetailed identification for condition items VVSKOPONUMC2TZK07VVSKOPO
AZGSTAGENumber of working days for interest fixing AZGSTAGENUMC2NUMC2
SZKALRICalendar direction for interest rate fixing SZKALRICHAR1SKALRI
GFZLSCHPayment method for credit memos RECNGFZLSCHCHAR1T042ZZLSCH
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
ATTRHYFrequency in Days ATTRHYNUMC3NUMC03

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZK02
INTO CORRESPONDING FIELDS OF WA_TZK02
WHERE...

How to access SAP table TZK02

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