Skip to Content
0
Former Member
May 17, 2007 at 02:37 AM

Select Options

22 Views

Hello All

I have created a selection-screen with select-options, everything is working fine except that instead of showing the field descriptions its showing field names. Is there a way through which I can display the description rather than the field names. The following is my selection screen declaration:

SELECTION-SCREEN: BEGIN OF BLOCK selections

WITH FRAME TITLE text-f01.

SELECT-OPTIONS vstel FOR likp-vstel.

SELECT-OPTIONS kunag FOR likp-kunnr.

SELECT-OPTIONS lifnr FOR lfa1-lifnr.

SELECT-OPTIONS scacd FOR lfa1-scacd.

SELECT-OPTIONS datbg FOR vttk-datbg

SELECTION-SCREEN: END OF BLOCK selections.

In the screen I want to show it as

Origin Point----


>>>>>>>> Options

Dest.Point----


>>>>>>>> Options

Would appreciate your help.

Thanks

Sunil