‎2006 Sep 25 4:58 AM
hi friends,
How can we declare temporary variables in Script itself not in driver program.
Thanks and Regards,
Praveen.
‎2006 Sep 25 5:06 AM
Hi,
You can use the DEFINE statement..
http://help.sap.com/saphelp_46c/helpdata/EN/d1/8031d0454211d189710000e8322d00/content.htm
Thanks,
Naren
‎2006 Sep 25 5:06 AM
Hi,
You can use the DEFINE statement..
http://help.sap.com/saphelp_46c/helpdata/EN/d1/8031d0454211d189710000e8322d00/content.htm
Thanks,
Naren
‎2006 Sep 25 5:06 AM
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
‎2006 Sep 25 5:10 AM
hi praveen,
use <b>DEFINE</b> COMMAND
/: DEFINE &subject& = 'Your letter of 7/3/95'
hope this helps,
do reward if it helps,
priya.
‎2006 Sep 25 5:16 AM
use command
'Define'
but you can define only character type variables.
jaffer vali shaik.
‎2006 Sep 25 5:22 AM
hi Praveen,
Make use of DEFINE STATEMENT ..
/: DEFINE &symbol1& = 'mail'
/: DEFINE &symbol2& := 'SAP&symbol1&'
/: DEFINE &symbol1& = 'script'
&symbol2& -> SAPmailRegards,
Santosh