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: 

KOMV-KINAK field is set to 'X' then condition value is set to zero?

Former Member
0 Kudos

Hi All,

if the KOMV-KINAK field is set to 'X' then condition value( KWERT ) is set to zero?

my requirement is to set the condition value zero. can anyone guide me in doing this.

Thanks in advance.

2 REPLIES 2

Former Member

if u want to inactive the record then write the below code in routine

TKOMV-KINAK = 'X' and

TKOMV-KWERT = ''.

Edited by: gulab zehra on Aug 10, 2009 10:50 AM

Thanks for the answer it helped in solving an issue. cheers!