on 2009 Jun 24 12:08 PM
hi,
can i get help Plz,
i want to use a new variable in script and assign the value of another variable to it
like new_price = EKPO-NETPR.
Hi
You can use following command in text elements
/: DEFINE &NEW_PRICE& = &EKPO-NETPR&
Regards
Vijai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please find below link:
http://help.sap.com/saphelp_40b/helpdata/en/f4/b4a0b3453611d189710000e8322d00/content.htm
Hope this may be useful..
Regards,
Prashant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
use DEFINE command .
EX: DEFINE &new_price & = &EKKO-NETPR&
regards,
Manjula.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
What exactly is needed?
As i guess , u need to know how to define a variable in script
Then you can use the syntax
define &new_price& = ' '
then assign new_price = EKPO-NETPR.
Hope this will help you.
Regards,
Ranjitha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.