Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

condition table

Former Member
0 Kudos
95

I came across a question congdition about condition table ;take A005 for example ,there are two tables condition Header:KONH and condition item :KONP;who can tell me the relationship the three tables?

2 REPLIES 2

Former Member
0 Kudos
68

Hi,

KONP is the condition value

KONH is the condition header. This is used by novices to get the condition values.

The Annn (and Bnnn), where n is numeric, tables are index tables for getting the correct (date related) condition values. These tables are used by performance tuning experts, when your company decides to pay to fix the poor run times of your system.

This is example for link in your condition.

A005-KNUMH EQ KONH-KNUMH

KONH-KNUMH EQ KONP-KNUMH

Reward if helpfull...

Cheers,

Sundar.

Former Member
0 Kudos
68

hi the relation of the three tables is the fields KAPPL KSCHL

A005-KAPPL

A005-KSCHL

KOPL-KAPPL

KOPL-KSCHL

KONH-KAPPL

KONH-KSCHL

regards,

venkat.