cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with number of lines in Table control for an web transaction in ITS

Former Member
0 Kudos

Hi,

We have acustom web transaction ZC03 where we have used table controls. Recently a kernal patch has been installed and after that the number of lines appearing in table control has got changed. Earlier table control was coming with 5 lines and presently its coming with 3 lines. Can you please help me to fix the issue.

The code used in HTML template for table controi is given below:

`SAP_DynproLayerBegin(005,013,067,006)`

`SAP_TableControl("TC_TIME1")`

`SAP_DynproLayerEnd()`

I have tried other alternatives like `SAP_DynproTableControl("TC_TIME1")`, `D_TableControl("TC_TIME1') but did n't get any fruitful result also.

Thanks and Regards,

Ranadev

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196064
Active Participant
0 Kudos

Hmm... well if your screen on the ITS side corresponds to screen in an application,

I'd go back and resize the table control on that application screen & then regenerate it

back to the ITS side

Former Member
0 Kudos

As far as i know table control is not supported by itsmobile. We use step loop instead.

Have a look at this note:

https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1037715

Former Member
0 Kudos

Thanks for you quick reply.

We are not using ITSMOBILE we are using Integrated ITS to access an web transaction. Few days before it was working properly after the patch instalation it is behaving in different way.

former_member194364
Active Contributor
0 Kudos

What where the precise Kernel updates? What where you on and what did you upgrade too?

Did you apply any BASIS Support Pack corrections during the Kernel upgrade?

If you applied a new BASIS support pack - check the following WIKI:

[How to check the publishing Date of an Internet Service|http://wiki.sdn.sap.com/wiki/x/OYG8BQ ]

if you need to republish - use the following WIKI:

[How to activate, publish and test ITS services in the integrated ITS?|http://wiki.sdn.sap.com/wiki/x/kmE ]

Regards,

Oisin