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

alv for parameters on selection screen

0 Likes
524

hi friends,

what i need is some sample of an selection screen with an alv where i can add lines ( e.g. for fields ) to and the information is then stored to internal table so that it can be used for further steps...how could i do that the best way ? any ideas ?

Clemens

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

Hi,

Check the program "BCALV_EDIT_01"

there is an option of CREATE entries which can be used to create a record which is captured in the internal table for further processing.

Cheers

VJ

hi friends,

what i need is some sample of an selection screen with an alv where i can add lines ( e.g. for fields ) to and the information is then stored to internal table so that it can be used for further steps...how could i do that the best way ? any ideas ?

Clemens

2 REPLIES 2
Read only

Former Member
0 Likes
501

Hi,

Check the program "BCALV_EDIT_01"

there is an option of CREATE entries which can be used to create a record which is captured in the internal table for further processing.

Cheers

VJ

Read only

naimesh_patel
Active Contributor
0 Likes
500

Check this report:

BCALV_TEST_FULLSCREEN_EVENTS

Regards,

Naimesh Patel