Skip to Content
0
Former Member
Jun 03, 2008 at 09:40 AM

Table control values incorrect in ITS intermittently.

30 Views

Hi,

I am trying to display the values in the table control in my dialog module into table control in my internet service, EWT. The problem is that it displays correctly at times or an empty table intermittently. The later is incorrect.

In my dialog module, I did populate the internal table SEL_APPROVER (of table control TC_SEL_APPROVER) and use FIELD-SET/FIELD-TRANSPORT to transport the values to ITS.

I am using the SAP_TemplateTableBegin to loop through the table control.

`repeat with j from 1 to TC_SEL_APPROVER.rowCount`

`SAP_TemplateTableRowBegin(isSelectable="X")`

`SAP_TemplateTableCellBegin(subtype=TYPUS)` `SEL_APPROVER-MARK[j]` `SAP_TemplateTableCellEnd()`

`SAP_TemplateTableCellBegin(subtype=TYPUS)` `SEL_APPROVER-ZNAMEOFORGUNIT[j]` `SAP_TemplateTableCellEnd()`

`end`

:

:

Any advice is much appreciated. Thanks.

Regards

Kir Chern