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

Input Field and Pushbutton in ALV Header

Former Member
0 Likes
690

Hi Experts,

I want to create Input ready field and a radio  button in ALV Header.

My requirement is, once the pushbutton is pressed it should update some tables with the help of data from ALV.

Please help.

Regards,

Vivek

Hi Experts,

I want to create Input ready field and a radio  button in ALV Header.

My requirement is, once the pushbutton is pressed it should update some tables with the help of data from ALV.

Please help.

Regards,

Vivek

3 REPLIES 3
Read only

Former Member
0 Likes
630

Hi Vivek,

You can create a custom PFSTATUS by copying the standard PF STATUS of the ALV and you can add your custom buttons to that PFSTATUS.

Go to SE80, Select the function group SALV and drill down to the GUI status STANDARD. Right click on that GUI status and you can copy it your custom program. Then Add your buttons to that copied GUI status and write the code accordingly at the AT USER-COMMAND event in the report.

Cheers

~Niranjan

Read only

bastinvinoth
Contributor
0 Likes
630

Hi Vivek,

Goto the following link .

http://www.sapdev.co.uk/reporting/alv/alvgrid_editable.htm

http://saptechnical.com/Tutorials/ALV/Edit/F4.htm

and paste the code and see the results.

Regards,

Bastin.G

Read only

Former Member
0 Likes
630

This message was moderated.