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

Print Issue in SAP Script

jagjit_saini2
Explorer
0 Likes
484

Hi ,

I am facing strange issue in SAP Script . I am able to display values in output of sap script if i do Print Preview . But When i create Spool of same , then no values are coming . It is displaying only those values which are hard coded in sap script .

Regards

Jagjit SIngh

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
460

This means that when you are using the PRINT_TEXT or OPEN_FORM function modules you are settings the wrong controls. here is a full list of parameters which you should check: http://help.sap.com/saphelp_nw70ehp3/helpdata/en/4e/1f1c073c181a24e10000000a42189e/content.htm

Read only

Former Member
0 Likes
460

Hi,

Please check the spool parameters of the form in driver program while doing debugging.

Thanks,

Sree