cancel
Showing results for 
Search instead for 
Did you mean: 

table control in html template not visible

Former Member
0 Kudos

Hi,

I am using 2 Tabs on a screen. Each tab displaying a Table Control. The first one is displayed with the following properties in HTML Template:

`SAP_DynproLayerBegin(001,001,072,006)`

`SAP_TableControl("TC_BALANCE")`

`SAP_DynproLayerEnd()`

The second tab with the following HTML Template does not show the Table Control

`SAP_DynproLayerBegin(001,001,080,010)`

`SAP_TableControl("TC_LEAVE")`

`SAP_DynproLayerEnd()`

What could be wrong. Do I have to link it somewhere through the Tab name. Please advise.

Regards,

FS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It was a template issue.