cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form : Spool not taking print title. Why ?

Former Member
0 Kudos

Hi all,

I encountered a peculiar problem . I executed a job in background and normally it will take the print title set up in the print property window .

However, when I look at the spool (Tx: SP01 ) . The print title is always defaulted to the name SMART LOCL USERNAME

I need the correct print title to automate the downloading of the spools.

Note that for ABAP LIST it produces the correct print title in the spools but fails for SMARTFORM.

Has anyone encountered this before?

Edited by: Darren Lim on Oct 7, 2008 5:30 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Thanks for the prompt answer.

What if it is a SAP standard reporting program ?

Is there any other trick to give the print spool a title ?

Thanks!

naimesh_patel
Active Contributor
0 Kudos

If it is SAP's Standard report, it must be generating the spool through some of the Message Control...

So, if you maintain proper description of the message type, it will come in the spool title.

Regards,

Naimesh Patel

naimesh_patel
Active Contributor
0 Kudos

For proper title, you have to pass the TDTITLE in the COMPOSER_PARAM in the Smartform.

Like:


COMPOSER_PARAM-TDTITLE = 'Test Print'

      CALL FUNCTION LF_FM_NAME
           EXPORTING
                      OUTPUT_OPTIONS       = COMPOSER_PARAM

Regards,

Naimesh Patel