Skip to Content
0
Former Member
May 12, 2008 at 06:02 AM

ABAP Parameters label text query

11244 Views

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.