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

script

Former Member
0 Likes
492

hi to all,

help me in thi siisue,

how to add two values into the third one in script form text elements.Is there any command.

thanks in advance

kiran kumar

4 REPLIES 4
Read only

Former Member
0 Likes
470

I dont think any new command. Just use external subroutine and concatenate those strings and call back to script.

regards

Chandra.

Note: please reward if helpful.

Read only

Former Member
0 Likes
470

Hello Kiran,

You cannot add two values in the SAPScript form but you can add or concatenate the two values in the print program . After you add/concatenate those values and pass into a third variable, you can use that variable in the form.

I hope this helps.

Thanks,

Kalyan

Read only

Former Member
0 Likes
470

Hi,

Would like to do addition or concatenate??

Thanks,

Naren

Read only

Former Member
0 Likes
470

hi Kiran ,

<b>how to add two values into the third one in script form text elements</b>

can u tell us what exactly are u doing with an exapmle ..

Vij