cancel
Showing results for 
Search instead for 
Did you mean: 

Table View configuration issue

Former Member
0 Kudos

Hi all,

I have a strange buffering type issue with a table configuration.

I have a configCellerator which was bound to a table context. I have created a new context which I now want to use in the table instead. This new context is also a table and I have implement the GET_TABLE_LINE_SAMPLE method correctly etc.

I then changed the BSP source to point to the new table in the table attribute:

<chtmlb:configCellerator id = "Links"
                        table = "//LINKS/Table"
                        width = "100%"
                        usage = "SEARCHRESULT"
                        design = "STANDARD"
                        actions = "<%= controller->gt_buttons %>" />

I deleted the old configuration but the available fields list is still showing the fields from the old context. Does anyone know where the system reads the available fields list from? I assume it is the GET_TABLE_LINE_SAMPLE method which makes me wonder if it's some kind of buffering issue.

Cheers,

Gregor

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I removed all referneces to the old context in all classes and it now shows the correct fields.

former_member189678
Active Contributor
0 Kudos

Check the Context Node and the Base Entity you are using for the Model in the Tree view. GET_TABLE_LINE_SAMPLE is used to create a table as per the structure format.

Regards,

Harshit