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

sapscript - missing variable output

Former Member
0 Likes
413

this is my sapscript program. pls see screenshots below:

<b>code:</b>

http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript004-1.jpg

<b>result:</b>

http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript003.jpg

why I am not getting the result of &num3& ? pls help. just a newbie here. <b>thanks.</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
371

You will not get any output since you should not use calculation in SE71..

Use Perform routine in layout and create program in SE38 and do accordingly.

Check the below link :

http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
372

You will not get any output since you should not use calculation in SE71..

Use Perform routine in layout and create program in SE38 and do accordingly.

Check the below link :

http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm

Thanks

Seshu

Read only

Former Member
0 Likes
371

<b>thanks Seshu!</b>