cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script

Former Member
0 Kudos

Hi,

In SAP Script Driver program have a variable with value , that value want to display in the output screen . how to do it?

Regards,

Subash.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi there

in the text editor of ur window in the sapscript, just put the variable name within the && eg...

when i had created a script,i wanted to print the variable name total in my script...

in the text editor of the window ,i simply put &total&, and the data was fetched from my print program...

there is no need of passing the parameter in importing or exporting of any FM...

reward if helpful

regards

niharika

Answers (2)

Answers (2)

Former Member
0 Kudos

u can do it in two ways/..

either make an element in driver program and put the values of variable into dat and use it in sap script or u can directly use the variable as &var& in sap script

ReWArD PoInTs If UseFUl

regards

palak

former_member181995
Active Contributor
0 Kudos

define this varibale into script like &variable&.

Amit.