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

se71

Former Member
0 Likes
466

h!

I m working on SAPScript

i made the form through se71.

and also do the coding in se38

do all function like

openform

startform.

writeform

closeform

endform.

but when , I execute the program.

it whd alble to print

although no error is show

but neither print prview no print is coming..

Regards

Nutan!

3 REPLIES 3
Read only

Former Member
0 Likes
440

hi,

Have you created all you text elements correctly and placed them between &...& ....??

Check for the text elements,

Hope this helps, Revert if it doesnt work.

Read only

dharmesh_kumar
Explorer
0 Likes
440

u can use script debugger to see wats actually happening.

goto SE71 > UTILITIES > ACTIVATE DEBUGGER

and then open ur script in display / change mode then utilities > printing test.

Read only

Former Member
0 Likes
440

got solve