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: 

Table control with ICON in one of the fields - can not re-assign another value

Former Member
0 Kudos

I have a table control where I made a column (field) an ICON field. I also added a possible entries option for this field so I can select the ICON I need. A button appears when you want to perform a possible entries option. On initial selection, it works great. It will put the ICON that was chosen in the field. The problem is, when you want to go back to the same field and want to change the ICON, the button does not appear anymore. Which then prevents you from choosing another ICON. It appears that once the ICON is placed on the field, you can not change it anymore. Is this a table control issue or is this a limitation. Logically, it doesn't sound correct that you can only do this once and not be able to change it.

Has anyone had this issue? I would appreciate your help on this.

4 REPLIES 4

former_member241258
Active Participant
0 Kudos

hi

do you want f4 help for icon field in table control. by selecting icon value through f4 that icon should be appear on ?

naturally icons will display by button ui element on screen of program.

it doesn't not takes f4 values for button.

can i see ur screen plz

former_member241258
Active Participant
0 Kudos

i understand ur thing is that based on another icon value another icon symbol should be change?

right?

former_member241258
Active Participant
0 Kudos

for ur requirement some code need to be written.

at screen event of PROCESS ON VALUE-REQUEST like below.

PROCESS ON VALUE-REQUEST.
FIELD ICON-ID MODULE F4_ICON.

in that f4_icon module use this fm

ICON_CREATE

for changing icon symbol based on value choosen.

former_member241258
Active Participant
0 Kudos

or

WRITE '@02@' AS ICON TO ICON_BUTTON.