Stop SAP ABAP parameter values converting to uppercase
You may have noticed that with a standard ABAP parameter which is type char/text/string always converts the entered value to uppercase. So if the user enters the text in Uppercase, lowercase or a mixture of both it will always get converted to UPPERCASE. For example, using the standard ABAP parameter code PARAMETERS: p_val(20) TYPE c, […]
Stop SAP ABAP parameter values converting to uppercase Read More »