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

kunnr+0(1) --sapscript

Former Member
0 Likes
519

how i say it sapscript.

how i say it sapscript.

2 REPLIES 2
Read only

Former Member
0 Likes
492

Hi ,

Try:

/: IF &KNA1-KUNNR+0(1)& EQ '2'.

/:endif

Please check this documentation it is very useful on SAP script :

Lanka

<a href="http://www.sappoint.com/abap/sssymbl.pdf">SAP SCRIPT</a>

Lanka

Message was edited by: Lanka Murthy

Read only

Former Member
0 Likes
492

supposing the variable is kunnr in the program...

this should work...

&kunnr+0(1)&

pls note that if the variable is local to a perform(declared inside a form)...then it will not be available ib the sap script..

Thanks,

Renjith