on 2023 Dec 20 11:02 AM
Hi All ,
I have the requirement that Billing document/ Purchase Order or Dunning should be displayed with LOGO and Footer on Print preview but should not Print.
this.presence = "hidden";
this.presence = "visible";
When we are giving Print Command from Transaction for instance VF03 in S4/HANA on Premise system , a Pop up window comes up to save the PDF Document. After saving when i opens this document, it is with LOGO and Footer and then when i place print command from Adobe Acrobat Reader it is printing the entire document as Logo and Footer exists.
this.presence = "visible";<br>this.relevant = "-print";
if( $xfa.config.present.destination ne "pdf" ) then<br>$.presence = "invisble"<br>endif.
in Program : RSPO0022 , follwoing entry is maintained.
Default SAPWIN-Gerätetyp acrobat6.xdc pdf acrobat6.xdc pdf
We have go-live in 2 weeks and it would be great if you can guide me to solve this issue.
Thanks in Advance
Kind Regards
Reshu
Request clarification before answering.
You need to show some data only on Preview and hide it during Print. If my understanding correct, you can check whether user is clicking on Print or Preview using the output parameter(PREVIEW = 'X' or space) and clear the LOGO and footer fields when PREVIEW = space.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.