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

push button in one column

Former Member
0 Likes
631

hi gurus,

i hav to create the push in one column ......and aply to the user command that button. Plz suggest what can be the aprroach

5 REPLIES 5
Read only

Former Member
0 Likes
598

tell u r reqirements correct.

Read only

0 Likes
598

push button in alv grid in one column

Read only

0 Likes
598

In user command of your alv events do the coding that is needed when(if condition) user clicks on push button(button name).

Read only

Former Member
0 Likes
598

Hi ruchi,

guess u r working in module pool.

if yes then u first need to go into report painter & create a button.

under PBO for that module pool u wud c form user command input.

there u wud need to write the code as to how the button shud act when it is pressed. u also have to assign function code for that button in report painter so that the click on that button is captured under sy-ucomm.

Regards,

Amit

Read only

praveen_kumar132
Participant
0 Likes
598

Hi Ruchi,

Try this Demo Program . DEMO_DYNPRO_PUSH_BUTTON

regards ,

Praveen.