Hello,
as the topic states, I am searching for a (modal) popup which lets the user enter one string in a text field and returns this string.
I am currently using the function module 'POPUP_TO_GET_ONE_VALUE' for this purpose which works quite good - BUT it has one major drawback: the string that is returned is entirely in capital letters. This is not acceptable as I want to build a case-sensitive search based on the input...
Any suggestions are greatly appreciated !
Best regards,
Patrick
Hi Patrick,
If this is the only issue of caps, then use,
TRANSLATE <VALUE1> TO LOWER CASE.
Regards,
Prabhu Rajesh.
Add a comment