cancel
Showing results for 
Search instead for 
Did you mean: 

in Script if condition executing two times

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Answered

Former Member
0 Kudos

It's inside an element that is being called twice from driver program, probably.