Application Development 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: 

How to add SELECT-OPTIONS to VL10

Former Member
0 Kudos

Hi Friends,

I am bit new to enhancements, my requirement is,

I have to add field VBAK-SUBMI as a Selection Criteria to the Selection Screen for the VL10 - Program V50RINCL - user exit <b>V50R_SELECT_OPTION_ADD</b>.

Could u please advise either i can inclue zprogram to user exit or i can put code directly in above user exit. If possible give step by step code in zprogram.

Thanks in advance, points will be given.

Regards. VK Rao.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Rao,

You should write your cod ein V50R_USEREXIT_TRANSF instead.

Regards,

ravi

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi Rao,

You should write your cod ein V50R_USEREXIT_TRANSF instead.

Regards,

ravi

Former Member
0 Kudos

Hi ,

when you go inside the user exit, there would already be an include statement written for a z program. this z program might or might not be implemented before.

If it is not implemented, on double clicking on the program name, you will be given a warning saying that the code has not been written yet. So when you press enter, the program will be in editable mode and yo can put your piece of code there.

and if its already implemented by someone else, then you directly go in change mode in that include program and write your logic.

Hope this helps,

Reward points if helpful,

Thanks,

Karan