Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding selection parameter in VF04 selection screen

jpsapabap21
Participant
0 Likes
927

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.

3 REPLIES 3
Read only

Former Member
0 Likes
629

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

Read only

Former Member
0 Likes
629

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.

Refer for more.

Hope it helps. Please revert in case of specific issues.

Neeraj

Read only

jpsapabap21
Participant
0 Likes
629

Thanks for quick replies.

We are using SAP 4.7 so i guess I will go ahead with the copy solution.