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

SAP Scripts

Former Member
0 Likes
454

Hi friends,

I heard SAPscript print program initializes the print program.Here,is there any predefined SAPscript print program or we have to write to explicitly.

3 REPLIES 3
Read only

Former Member
0 Likes
431

Hi,

Here you can find how to create print program.

http://www.henrikfrank.dk/files/abaptips.zip

By the way I'd rather advice you to use smart form instead sap script.

Regards,

Wojciech

Read only

Former Member
0 Likes
431

HI,

It depends upon which application you are executing.

Go to tcode NACE for different output types, you have different standard Sricpts and print programs.

If there is any special requirement in your organization for a new form, then you can create one separately and if that form needs to replace a standard one, then mention this new form name against that output type in NACE.

Or you can have a standalone print program to call your new sapscript form.

Regards

Subramanian

Read only

Former Member
0 Likes
431

Hi sagar,

print programs are driver programs that get the data and make it displayed

using the fm's open,write close forms...

so a script is associated with a print program,..its in the name for printing...

so u can use the existing print programs to create new scripts or forms which wud overwrite the xisting form..also check the tcode NACE where in scripts are plotted with their output type and driver programs....

hope this helps u a bit,

all the best,

regards,

sampath

  • mark helpful answers