cancel
Showing results for 
Search instead for 
Did you mean: 

Output to printer without using nace

Former Member
0 Kudos

hi

i have created a sapscript.Now my requirement is

i want get the print out of the script when i execute the driver program itself.Is there any function module?

NOte : i am not using the T.Code NACE

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

former_member555112
Active Contributor
0 Kudos

Hi,

Basically you make use of OPEN_FORM; START_FORM, WRITE_FORM, END_FORM; CLOSE_FORM to print the sapscripts.

If in your driver program you have made use of them then definitely the sapscript will be called.

Regards,

Ankur Parab