on 2020 Feb 17 11:52 AM
Hi experts,
I am new to ABAP. I have a requirement where I have to disable/restrict printing invoice at VF02 when creation date (ERDAT) is not older than 01.01.2020. Normally we do VF02 -> enter billing doc date -> at menu bar click billing document -> Issue output to -> print preview. I have to restrict this print preview or the generation of smartform. I searched on google but not getting any particular results. It will be best if I get step by step solution to this requirement. Please help ASAP.
Request clarification before answering.
In the driver program check the
if creation date is grater than equal to 01.01.2020
call the smart from function module
else
give the pop up message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
12 | |
10 | |
5 | |
3 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.