Skip to Content
0
Nov 03, 2012 at 10:52 AM

Value in ZZ0010_DESC field of set type doesn't appear

42 Views

Hi,

My question is about work with set types.

I have a set type, connected to the BOL of PRODUCT component, among the segments (fields) that this set type defines there are fields ZZ0010 and ZZ0010_DESC which are actually connected to the database tables (ZZ0010 with IDs table and ZZ0010_DESC with TXTs table). As result I should get ability to choose item ID and after that to see item description, according to TXTs table.

My problem is that when I choose this item everything is working and I see item ID in one field and item description in other field, but when I press the save button item description disappears. I tried to push any content to this ZZ0010_DESC segment/field hard-coded, but this doesn't work.

So, my question is what is the reason for that I can't see description of the item in ZZ0010_DESC field, while item ID appears correctly.

I checked database content, each ID has description and when you select item ID you can see its description until you press the save button.

I also checked save function logic and didn't find and place where I can overwrite/cancel the description value.

Thanks.