cancel
Showing results for 
Search instead for 
Did you mean: 

Table control on ITS

Former Member
0 Kudos

Hi,

I am using tablecontrol with ITS 6.2 and R/3 4.6C.

When I use "SAP_TableControl" as below there is no horizontal scroll bar:

`SAP_DynproLayerBegin(002,013,100,012)`

`SAP_TableControl("TC_BILLING")`

`SAP_DynproLayerEnd()`

When I use "d_tablecontrol" as below, there is a horizontal scrollbar that is barely visible. It is almost fully covered by the table control:

`SAP_DynproLayerBegin(002,013,100,012)`

`d_tablecontrol("TC_BILLING",002,013,094,012,0)`

`SAP_DynproLayerEnd()`

Only about 0.5mm height of the horizontal scroll bar is visible. I can see it because I know it is there. The users won't be able to see it at all.

Any help would be most appreciated.

Regards

Narayanan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I solved it by stopping the vertical scroll bar by setting the service parameter ~VERTICALSCROLL to '0'.

I still do have one issue. The horizontal scroll bar does not recognize the columns that that I have frozen. I want the scroll bar to start from the middle of the table control so that some of the fields remain fixed.

Any suggestions are welcome.

Regards

Narayan