Code :
REPORT ZVP_STRING_UPPERCASE.
PARAMETERS: P_STRING TYPE CHAR10.
TRANSLATE P_STRING TO UPPER CASE.
WRITE: P_STRING.
Output :
IDE Used To Test This Code : ABAP Editor.
Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us.We will reply you as soon as possible.
REPORT ZVP_STRING_UPPERCASE.
PARAMETERS: P_STRING TYPE CHAR10.
TRANSLATE P_STRING TO UPPER CASE.
WRITE: P_STRING.
Output :
IDE Used To Test This Code : ABAP Editor.
Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us.We will reply you as soon as possible.
Post a Comment