‎2008 Nov 10 3:09 PM
Hi Gurus...
I need to add a selection parameter on selection screen of VF04 transaction.
Is it possible to do so?
If yes, please tell me how.
Thanks.
‎2008 Nov 10 3:13 PM
Hi,
This will be a modification and you will need to register the object SDBILLDL to get the access key.
But be aware that it is not a good idea to modify SAP standard. What you can do instead is copy the report to custom report and then make your changes.
regards,
Advait
‎2008 Nov 11 6:02 AM
HI Jagdish
You can go in for Source Code Enhancements. (wont require the access key in this case)
Note - Available SAP ERP 6.0 onwards
1) Just click on the spiral (ENHANCE) button
2) Right click on the suitable enhancement point / Enhancement Section
3) Go to Enhancement Implementation -> Create
4) Add your code in the enhancement implementation and activate
You will need to add your code at multiple place (Obviously !!); just use the same implementation for all the Point / Sections you use in the program.
Hope it helps. Please revert in case of specific issues.
Neeraj
‎2008 Nov 11 6:39 AM
Thanks for quick replies.
We are using SAP 4.7 so i guess I will go ahead with the copy solution.