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

VL10G Adding a button on screen

Former Member
0 Likes
856

Hi experts.

we have a requirement of adding a button on screen of transaction vl10g , and when the button is pressed we intend to call

a custom transaction( of alv report program) which will display some data.

can we add a button through any way on sap transaction "VL10G"

and add the logic supporting it ( in some user exit or pai of the scrren )

without adding anything in the standard sap program.

I have seen some of the links but it has not helped;

experts ,looking forward for your help on this !!

Regards

.

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
741

Hi,

For adding the button you need to copy the GUI status in VL10G to the standard GUI into Z and then add the button in this GUI status.

And then go to configuration tcode VL10CU and assign this Z GUI status to the profile 0002 instead of the STANDARDGUI,

and you can write your code for this added button in include LV50R_VIEWG01.

Thanks.

Read only

Former Member
0 Likes
741

Copying the GUI status will require a access key for modification; is there anyway to do this via enhancements?