Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need help in creating a dropdown box inside a table control

Former Member
0 Likes
325

Hi,

I need to display a calender upon click event of a dropdown box placed inside my table control.

Can any body help me out.

Regards,

Srinivas

Hi,

I need to display a calender upon click event of a dropdown box placed inside my table control.

Can any body help me out.

Regards,

Srinivas

1 REPLY 1
Read only

Former Member
0 Likes
311

Try this ex

TYPE-POOLS VRM.

VALUES-KEY = 'D'.

VALUES-TEXT = 'Double Crate'.

APPEND VALUES.

VALUES-KEY = 'S'.

VALUES-TEXT = 'Single Crate'.

APPEND VALUES.

VALUES-KEY = 'C'.

VALUES-TEXT = 'Carton Box'.

APPEND VALUES.

VALUES-KEY = 'P'.

VALUES-TEXT = 'Pallet'.

APPEND VALUES.

VALUES-KEY = 'W'.

VALUES-TEXT = 'Wood.Case'.

APPEND VALUES.

VALUES-KEY = 'L'.

VALUES-TEXT = 'Loose'.

APPEND VALUES.

CLEAR VALUES.

CALL FUNCTION 'VRM_SET_VALUES'

EXPORTING

ID = 'CRTYPE'

VALUES = VALUES[]

  • EXCEPTIONS

  • ID_ILLEGAL_NAME = 1

  • OTHERS = 2

.

hope it helps..

Edited by: prabhu p on May 22, 2008 10:55 AM