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

create new entry in table ICON

joan_ayala
Participant
0 Likes
768

Hi,

I need to use a standard icon but with a different tooltip text. The standard tooltip text is stored in table ICONT field QUICKINFO.

I don't want to modify this standard field.

Is there any way of copying a standard icon in order to have a copy of the standard icon but with different texts?

Thank you very much,

Joan

1 ACCEPTED SOLUTION
Read only

rajkumarnarasimman
Active Contributor
0 Likes
726

Hi Joan,

I hope you can use V_ICON in SM30 for modifying and creating new entry, but for this case in ICON table, ID is the only one primary key, so duplication is not possible in table.

Regards

Rajkumar Narasimman

Hi,

I need to use a standard icon but with a different tooltip text. The standard tooltip text is stored in table ICONT field QUICKINFO.

I don't want to modify this standard field.

Is there any way of copying a standard icon in order to have a copy of the standard icon but with different texts?

Thank you very much,

Joan

2 REPLIES 2
Read only

rajkumarnarasimman
Active Contributor
0 Likes
727

Hi Joan,

I hope you can use V_ICON in SM30 for modifying and creating new entry, but for this case in ICON table, ID is the only one primary key, so duplication is not possible in table.

Regards

Rajkumar Narasimman

Read only

0 Likes
726

I should not modify the standard entry, so I am looking for another solution.

Joan