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

problem if c ondition

Former Member
0 Likes
466

the structure is like this

ELSEIF ( gv_ec = '' AND ( WERKS <> 5EN

or TWERKS <> 5IN or WERKS <> 5SUZ

or WERKS <> 5SC ) ) .

if tvbdpr-fkimg ne 0 . When gv_ec is X that is not '' iit should not come to this statment but it is coming down to thi sstament nto going to else?

...

endif.

else.

some other coding

when it does not satisfy elseif is should come to last else staement that is my requirment

the structure is like this

ELSEIF ( gv_ec = '' AND ( WERKS <> 5EN

or TWERKS <> 5IN or WERKS <> 5SUZ

or WERKS <> 5SC ) ) .

if tvbdpr-fkimg ne 0 . When gv_ec is X that is not '' iit should not come to this statment but it is coming down to thi sstament nto going to else?

...

endif.

else.

some other coding

when it does not satisfy elseif is should come to last else staement that is my requirment

2 REPLIES 2
Read only

Former Member
0 Likes
444

Please ensure your other thread is closed before you start a new thread on the same topic.

Read only

Former Member
0 Likes
444

duplicate thread already q answered