cancel
Showing results for 
Search instead for 
Did you mean: 

Standard SAP icons

Former Member
0 Kudos

hi,

Can anybody gimme ne links where i can get Standard SAP icons??...N can telme how to use it in my dc_project??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Following is the way to assign a sap icon ~sapicons/s_b_bent.gif

Can anybody gimme ne links where i can get Standard SAP icons??...

Which version are you using?

Regards

Ayyapparaj

Former Member

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You use this method to display an SAP icon.

CALL METHOD picture->load_picture_from_sap_icons

EXPORTING icon = icon

EXCEPTIONS error = 1.

Parameter Meaning

icon Name of the SAP icon

You can address the icon using its name, for example, ICON_ANNOTATION . To do this, the statement INCLUDE <ICON>. must appear in your program.

Otherwise, you can address the icons using the form @xy@ , where xy is the relevant icon code.