Application Development 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: 

Add new buton to ALV - transaction FINT

Former Member
0 Kudos

Hi,

I want to add a new buton to ALV when runing FINT transaction, my question is how to custom the status INT_GRID?

N.B : There is a buton in toolbar +CU1 for user extension.

Thanks in advance,

Karim

1 REPLY 1

Former Member
0 Kudos

Hello,

the easiest way is to use GuiXt tool.

http://www.synactive.com/tutor_e/

http://wiki.sdn.sap.com/wiki/display/EmTech/SAP-GUiXT

Script in your case:

pushbutton (toolbar) "@I3\QTexts@Text" "Button code"

@I3\ - icons code

with this script you will create new instance - button, but you have to maintain flow logic via user exit or BADI.

Best regards,

dez_