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: 

How to get around the "check not" statement??

siongchao_ng
Contributor
0 Kudos
108

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)

2 REPLIES 2

former_member329859
Participant
0 Kudos
60

try to put set entries for the remaining employees and the go for check statment.

may be it is useful.

thx

siongchao_ng
Contributor
0 Kudos
60

I put the codes in another sub-routine ( the ne that call the current routine that consist of the "check not" statement)