Application Development 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: 

handling list box in alv

Former Member
0 Kudos

hai all

please check the code and tell how i can call in both open and close sales orders

NAME = 'CATEGORY'.

VALUE-KEY = 'OPEN'.

VALUE-TEXT = 'OPEN'.

APPEND VALUE TO LIST.

VALUE-KEY = 'CLOSE'.

VALUE-TEXT = 'CLOSE'.

APPEND VALUE TO LIST.

CALL FUNCTION 'VRM_SET_VALUES'

EXPORTING

ID = NAME

VALUES = LIST.

2 REPLIES 2

former_member184657
Active Contributor
0 Kudos

Reported to SCN Moderators for multiple postings:

pk

Former Member
0 Kudos

This message was moderated.