cancel
Showing results for 
Search instead for 
Did you mean: 

KONH - how to identify deleted conditions?

Feel
Discoverer
0 Kudos
674

KONH does not have position number that KONP has. The same KNUMH in KONP shows one KOPOS deleted while other is not. How to identify KONH condition records that have been flagged for deletion. KONH has condition header number + condition item number combo listed as VAKEY though. 

Accepted Solutions (1)

Accepted Solutions (1)

ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi, 

You only need to care about the kopos = 01, if its corresponding loevm_ko = abap_true, then this condition record is deleted. The other kopos != 01 are the supplements of this condition record.

BRs,
Archer

Feel
Discoverer
0 Kudos
Just to be sure...so if I filter KONP data to give me KNUMH for KOPOS = '01' and LOEVM_KO = 'X' and join with KONH based on keys KNUMH (Condition Record Number) , KAPPL ( Application), KSCHL (Condition Type), I should get list of conditions that are flagged for deletion but are in KONH - am I getting this right?
ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos
Yes.

Answers (0)