Application Development and Automation 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: 
Read only

diff

Former Member
0 Likes
542

Dear All

wht s diff bettween IF S_AKONT[] IS not INITIAL and

IF NOT S_AKONT[] IS INITIAL

Thanks and regards

Suresh

6 REPLIES 6
Read only

Former Member
0 Likes
524

NO DIFFERENCE.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
524

Hi,

both are same.

rgds,

bharat.

Read only

Former Member
0 Likes
524

HI,

Both are same .... i.e, checking whether table has any values in it ..

Regards,

Santosh

Read only

Former Member
0 Likes
524

There is no difference.

Both check if the internal table S_AKONT have any records.

Read only

Former Member
0 Likes
524

No difference,

Both checks wthether the internal table has a value .

Read only

RaymondGiuseppi
Active Contributor
0 Likes
524

No difference in ECC, the 'IS NOT INITIAL' statement is syntactically invalid in former versions (to 4.6C ?)

Regards