cancel
Showing results for 
Search instead for 
Did you mean: 

name of attachment PFD form, while sending it by email?

Former Member
0 Kudos

after displaying PDf form on screen (preview) , we send it by EMAIL from ICON on screen,

the email is creating ,but the name of the attachment PDF file, is internal sap name.

we want to control this name, and make it our name (with some meaning)

how can we control this name from the program that sends the PDF to the screen?

Edited by: MIRADV on Jul 10, 2011 9:15 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

It is possible to change. Please tell me which form you are printing ex like so,po,invoice.

Regards,

Madhu.

Former Member
0 Kudos

its a privet QM form, the program has been converted to 'Z' privet program : ZQMR_RQQMUD03,

sending the form for printing by :

CALL FUNCTION 'FP_JOB_OPEN'

CHANGING

ie_outputparams = ie_outputparams.....

CALL FUNCTION lv_funcname

EXPORTING

/1bcdwb/docparams = fp_docparams

...........