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

Default values when insert button is clicked in ALV oops

Former Member
0 Likes
503

hi,

When i click on insert/append row in alv toolbar , i need to populate default values on the rows for few fields.

i had tried using before_user_command, but the function codes are not triggered in this.

Also let me know how to get that newly appended row and populate the default values

thanks

sekhar j

2 REPLIES 2
Read only

Former Member
0 Likes
440

Hi,

did you set the handler for this event,

I think you can use USER_COMMAND method for this.

Thanks,

Anmol.

Read only

Former Member
0 Likes
440

fOUND ANOTHER WAY.