Skip to Content
0
Former Member
Oct 19, 2006 at 12:10 PM

Reg Hardcoding

37 Views

Hi all,

I have declared Material pricing group "knodm" as ranges and what i need to do is to remove the hard coding from the below code with this range field. doesnt that be a too long code if i individually assisn low value with each constant? if there is any other option plz reply

IF int_mvke-kondm = 'I2'

OR int_mvke-kondm = 'I3'

OR int_mvke-kondm = 'I5'

OR int_mvke-kondm = 'I6'

OR int_mvke-kondm = 'I7'

OR int_mvke-kondm = 'M4'

OR int_mvke-kondm = 'M2'

OR int_mvke-kondm = 'M3'

OR int_mvke-kondm = 'N1'

OR int_mvke-kondm = 'S2'.

regards