2010 Feb 02 10:39 AM
Hi all,
I am trying to insert a perfom statement after the check not statement.
Now, the situation remains like this: 6 employees available. 2 with seth info 4 without, The check not statement will just enable the perform abc to be executed twice. I need the oher 4 as well. How to bypass this check not statement?
check not seth[] is initial. * SAP standard code here.
**trying to insert perform abc here * (implicit enhancement line here)
2010 Feb 02 10:42 AM
try to put set entries for the remaining employees and the go for check statment.
may be it is useful.
thx
2010 Feb 02 4:17 PM
I put the codes in another sub-routine ( the ne that call the current routine that consist of the "check not" statement)