cancel
Showing results for 
Search instead for 
Did you mean: 

Enable print in PDF Forms

former_member294408
Participant
0 Kudos

Dear All ,

I created a PDF Forms to execute it in T-CODE VL03N and we need to activate print button from print preview , So any one can help to activate it .

Thanks ,

Accepted Solutions (1)

Accepted Solutions (1)

istvan_janosi
Explorer
0 Kudos

Hello,

there are 2 scenarios:
1.) if you mean the Reader's print button than it is disabled with the parameter SFPOUTPUTPARAMS-NOPRINT. More info:
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/32/49e1699ba14a32942c5f03f4776758/content.htm

2.) if the mentioned print button is in the GUI than it is controlled from the application -> ask this question in the application's space

Istvan

former_member294408
Participant
0 Kudos

Thanks for your Reply Mr. Istvan Janosi

In snapshot I try to explain my Problem and I hope you can find a solution for it .



Thanks ,

istvan_janosi
Explorer
0 Kudos

Hello,

yes, this is the printer button on Reader's (floating) toolbar and disabled with the NOPRINT parameter.

Regards
Istvan


former_member294408
Participant
0 Kudos

sorry I'm beginner ,  Where can I change this parameter

Thanks,

former_member294408
Participant
0 Kudos

Dear Mr. Istvan Janosi

This PDF Form is called from standard T-CODE , I have already now the Program from NACE
T-CODE , So can you Explain me how can I find a NONPRINT Parameter to change  a value of it .

Thanks ,

istvan_janosi
Explorer
0 Kudos

Hi,

this is set in the application code by calling the function module FP_JOB_OPEN. Refer to the mentioned documentation.

I don't know the application in details therefore I cannot answer whether there is a possibility on the gui to set this parameter.

Regards
Istvan

istvan_janosi
Explorer
0 Kudos

Hi,

I would suggest to put  a breakpoint into FM FP_JOB_OPEN and than you can see from where it was called in the application code.

Regards
Istvan

former_member294408
Participant
0 Kudos

Dear Mr. Istvan Janosi

Your are very helpful and I appreciate your effort with me , Thanks a lot , I solve it .

Thanks ,

Answers (0)