‎2010 Jul 01 8:37 PM
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
.
‎2010 Jul 02 6:31 AM
‎2010 Jul 02 7:05 AM
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.
‎2011 Sep 06 8:44 PM
Copying the GUI status will require a access key for modification; is there anyway to do this via enhancements?