Skip to Content
0
Former Member
Sep 07, 2010 at 09:53 AM

in Script if condition executing two times

53 Views

Hi In Script,

The IF condition is executing two time. if it executes one time then the result is correct. if it executes two times then one more field gets printed which is not required. the code is as shown below

/:      IF &G_ISTEXT& = ' '
DT   ,,,,&HKOMVD-VTEXT&,,
/:      ELSE
/:      INCLUDE &G_VTEXT& OBJECT TEXT ID ST LANGUAGE &GW_SALES-LANGU&
/:     ENDIF

Should i need to clear the work area, Please let me know the solution for it.

Actually it has to execute one time only, but it is executing two times.

Regards,

Kumar