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

ICON on Application Toolbar

Former Member
0 Likes
1,305

Hi experts,

My requirement is I need to display an icon in Application Toolbar the icon ICON_STATUS as a button as it relates to some portion in the actual screen.

In any Function Code if I try to assign 'ICON_STATUS' it throws error - Error message 'Icon ICON_STATUS does not exist'. Is it possible any way to assign that Icon in application tool bar ?

Problem here is the Icons that are displayed in application tool bar are System Icons.

Any suggestions.

Thanks in advance.

Hi experts,

My requirement is I need to display an icon in Application Toolbar the icon ICON_STATUS as a button as it relates to some portion in the actual screen.

In any Function Code if I try to assign 'ICON_STATUS' it throws error - Error message 'Icon ICON_STATUS does not exist'. Is it possible any way to assign that Icon in application tool bar ?

Problem here is the Icons that are displayed in application tool bar are System Icons.

Any suggestions.

Thanks in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
1,078

HI,

Check these are the avaliable Icon related to status..

ICON_STATUS_OPEN                Booking status: open
ICON_STATUS_BOOKED              Booking status: booked
ICON_STATUS_PARTLY_BOOKED       Booking status:partially bookd
ICON_STATUS_REVERSE             Booking status: canceled

Read only

0 Likes
1,078

Hi ,

As I have mentioned in short in initial post- to explain in more detail the icon for 'ICON_STATUS' has been used in the actual screen as an indicator for specific type of object (Structure gaps) and is mentioned all throughout other developments. But in my screen on pressing that symbol (ICON_STATUS - a type of cross) some screen need to be displayed which contain structure gaps. I want to know is it possible to provide that icon (Namely ICON_STATUS) on Application tool bar or any other customized method is there to put the similar figure on the application tool bar?

Hope I am coplete in explaining this requirement .

Read only

0 Likes
1,078

Yes you can do that..you can add the ICON_STATUS on your custom application tool bar created in PF STATUS..

Read only

0 Likes
1,078

yes on the PF status of that particular screen u can create the same icon which was used for other screens as well.

Read only

Former Member
0 Likes
1,078

try use any ICON name which are present in the list fr eq: ICON_STATUS_OVERVIEW

and give your icon name.........