cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript

Former Member
0 Kudos

How to print data according to a field in SAPSCRIPT?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

just write a driver program, pass the values u want to pass to script through driver program.

for example: i have a field f1 in script.

in text element t_ele : i written it as &f1&

in driver profram:

i gave value f1 = 5.

in the write_form function module:

give the element name = t_ele

then it automatically pass the value 5 to script.

note: the name of the variable in script & driver program should be the same.

hope it helps u.

reward if it helps u.

Former Member
0 Kudos

ur question is not clear.

Generally we use &structurename or workarea& to print data in text editor

Former Member
0 Kudos