2017 Jan 03 11:14 AM
Hi,
How can I disable PDF! command in Print Preview of smart forms(PDF! command converts the smart form to PDF). I want to achieve this using Authorization check not by enhancement. Can this be done through authorization settings or do I have to do enhancements?
2017 Jan 03 12:50 PM
I don't think it is possible.I have similar problem, Some users we need to Restrict It.
What i did is .If some body put pdf! then press enter. I validate the User and Raise the error message.
There is one enhancement point is available at LSTXBCFOP Program. Just you can Write the Code Here.
Hope you understood.
2020 Feb 19 5:42 AM
I just want to update that it can be done using enhancement. Implement implicit enhancement in Smartform code. Just remember that this will disable PDF! command across all transactions. If you need Tcode specific restriction then write condition based on Tcode in enhancement.
-Raghu