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 LIST

Former Member
0 Likes
577

Hello friends,

I have created a changeable ALV report. The User wants a PUSH Button on the report which when clicked would do the remaining process.

I had copied the GUI status from an existing program ‘BCALV_ALV_TRACE_EVALUATE’ and was able to add a new button and get the program trigger once clicked. But the problem is when I added the new GUI status it deleted the old functionalities like, Sort ascending, Subtotals and many other buttons.

What’s the reason for this and any programs from where I could copy the GUI status and add new button to the screen without deleting the old.

Thanks,

Madhu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

Copy the STANDARD status from the program: SAPLKKBL

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
550

Copy the STANDARD status from the program: SAPLKKBL

Regards

Read only

0 Likes
549

Thanks Ravi,

I looked into the GUI status for this program and this program has couple of GUI status. Which one of this should be copied or copy all of them.

Madhu..

Read only

0 Likes
549

Thanks Ravi,

Got it. I copied the STANDARD_FULLSCREEN

and looks good. Let me know if there is another better.

Madhu