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

Inserting a ICON in a T.code

Former Member
0 Likes
824

hai Gurus,

i have a synario...I want to insert a Icon (Information Icon) in a standard T.code (say VF03). Can we do it? If so how?

Please reply soon...

points will be awarded.

Thank you in advance

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
772

Hi,

Yes, U can add your own icons but for this you have to look for Screen exits available for this transaction.

*reward if helps.

Regards,

Sandeep

Read only

Former Member
0 Likes
772

Hi,

Go With Enhancements .

Menu Exits

Menu exits add items to the pull down menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.

SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item’s text when activating the item in an add-on project.

Read only

Former Member
0 Likes
772

Hi,

I think u can do it thru Screen Exit.

Go ot VF03.

From System Menu -> Status u can get the Program name-> On clicking the program name u will be lead to the package. Note down the package name. Goto Transaction SMOD and specify the package name which will consist of all the Screen Exits available.

Regards,

Sai