Moved to correct forum
hi friends,
i have a requirement in SMARTFORMS...
my requirement: i need to implement some logic which should effect only 3 countries out of 6 countries.
now i implemented my logic but the thing is how to restric only for 3 countries?
do i need to write the condition in program line like:
IS_BIL_INVOICE-HD_ORG-SALESORG = 'O110'
IS_BIL_INVOICE-HD_ORG-SALESORG = 'Y110'
IS_BIL_INVOICE-HD_ORG-SALESORG = 'W110'
or
do i need to write condition like:
IS_BIL_INVOICE-HD_ORG-SALESORG = 'O110'
OR
IS_BIL_INVOICE-HD_ORG-SALESORG = 'Y110'
OR
IS_BIL_INVOICE-HD_ORG-SALESORG = 'W110'
please guide me...
thanks in advance,
Edited by: Matt on Mar 23, 2009 10:09 AM