For the given ABAP statement:
PARAMETERS pa_num TYPE i.
The selection screen will display "pa_num" as input field label.
If I want to?
1, Use pa_num as internal variable name
2, Use "Number:" as lable text in selection screen
Could someone help me to point out how to achieve this?
Thanks.