‎2009 Dec 08 11:34 AM
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?
‎2009 Dec 09 6:41 AM
check this badi if it can help you : ME_PROCESS_PO_CUST.
Atul
‎2009 Dec 09 6:41 AM
check this badi if it can help you : ME_PROCESS_PO_CUST.
Atul
‎2009 Dec 10 8:10 PM
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
‎2009 Dec 11 8:38 AM
Thanks fellas. Unfortunately it looks to me like Krishnendu is right and it can only be handled by changing the standard.