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

tem Variables in Script

Former Member
0 Likes
640

hi friends,

How can we declare temporary variables in Script itself not in driver program.

Thanks and Regards,

Praveen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616
5 REPLIES 5
Read only

Former Member
0 Likes
617
Read only

Former Member
0 Likes
616

Hello,

U can do like this.

/: DEFINE &symbol_name& = 'value'

symbol_name : Varible

Let me know ur problem clearly, so that I can give u better suggestion.

regards

Read only

Former Member
0 Likes
616

hi praveen,

use <b>DEFINE</b> COMMAND

/: DEFINE &subject& = 'Your letter of 7/3/95'

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
616

use command

'Define'

but you can define only character type variables.

jaffer vali shaik.

Read only

Former Member
0 Likes
616

hi Praveen,

Make use of DEFINE STATEMENT ..


/: DEFINE &symbol1& = 'mail'
/: DEFINE &symbol2& := 'SAP&symbol1&'
/: DEFINE &symbol1& = 'script'
&symbol2& -> SAPmail

Regards,

Santosh