cancel
Showing results for 
Search instead for 
Did you mean: 

ITSMobile Table Control(Element)

Former Member
0 Kudos
1,068

Hi Experts,

Is it possible to Table Control (Element) for ITSmobile applications?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Do you need this element so write to me...

Bye

Christoph

former_member785012
Discoverer
0 Kudos

hi Could you please share the solution to add table control in ITS mobile

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks for your reply.

Yes. I need that control. Please let me know how to use it?

Regards

Former Member
0 Kudos

Table controls are not supported by ITSmobile.

You can see which screen elements are supported at note 1037715.

NicolaVedele
Discoverer
0 Kudos

Hi,

we had the same problem after upgrading from ECC to S4 HANA 2023. We solved with a workaround that seems to be working:

  • in the screen with the table control, we shrinked the table to the minimum height and moved it to the bottom of the screen: the table will not be used for display, it needs to be there for a correct syntax
  • in place of the table, we added a dummy container "CONT" assigning it the former size of the shrinked table

With these two steps, the application works again without further action