cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding script layout

venkata_reddy6
Participant
0 Kudos

Hi Friends, very urgent , plz help me..

How to use greater than command in sap script layout. I Need to check like this: IF &SAPSCRIPT-COUNTER_1& > 10.

But if i used the same its not working.

Regrads,

Venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

try to use

&SAPSCRIPT-COUNTER_1& GT 10.

Answers (1)

Answers (1)

KalC
Active Participant
0 Kudos

HI venkat,

First switch on the sap script debugger in SE71 utilities>activate debugger and then check what value is getting populated in SAPSCRIPT-COUNTER_1. Based on the value you can change the condition. Try using GT instead but it is same as > symbol.

Regards,

Kalyan.