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 a drop down help to a screen field

Former Member
0 Likes
1,019

I need to add a drop down help to the "Our reference" field (MEPOCOMM-UNSEZ) in screens ME21N, ME22N, ME23N. Is there a way to do this without changing the standard? Can I use a field exit, maybe with 'on-value-request'? We are at release 6.0 and I understand field exits are no longer supported. Is there an alternative?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
890

check this badi if it can help you : ME_PROCESS_PO_CUST.

Atul

3 REPLIES 3
Read only

Former Member
0 Likes
891

check this badi if it can help you : ME_PROCESS_PO_CUST.

Atul

Read only

Former Member
0 Likes
890

Hello Friend,

I do not think it can be handled by writing only code!

Because it requires to change one screen element from Input Text to Drop Down

and for that you need to change the screen!

after that you have to write some code in the PBO of the screen to give values in the drop down...

Thanks

Krish

Read only

0 Likes
890

Thanks fellas. Unfortunately it looks to me like Krishnendu is right and it can only be handled by changing the standard.