cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible increase the text box size in sap cloud application studio?

rabbani1234
Participant
0 Kudos

HI sap,

Is it possible to increase the text box size from Kut or PDI?

Regards

Patan Rabbani

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Patan,

If you are looking for changing the row count for the text field you can do it via UI designer in the SDK.

open the relevant screen in UI designer and in the Extensibility Explorer, select the entity where your text field is located and use option Change Row Count for TextEdit Control.

If you are using the fields in an Embedded Component, then in the designer select the text field and under properties, change the row count.

Regards,

Aditya Shetty

Answers (3)

Answers (3)

former_member592782
Active Participant
0 Kudos

Hi Patan

Try using these data types:

-LANGUAGEINDEPENDENT_LONG_Text

-TextCollection

TextCollection should provide the largest field.

You can also search for different Data Types from within the SDK in the Repository Explorer.

Hope it helps,

Piotr Kurzynoga

rabbani1234
Participant
0 Kudos

Hi Piotr Kurzynoga.,

Thanks for the Great Support From My side

From PDI level I have used long text but the text-Box size is too small, can you tell me the Any data type that can be increase the Text-box Size.

Regards

Patan Rabbani

former_member592782
Active Participant
0 Kudos

Hi Patan,

In PDI ,the size of the text box depends on the underlying DataType that is defined in the Business Object and the type selected in the UI Designer.

When creating your field via KUT you can use the FormattedText field type, this will allow you to view more of the text.

However it is not possible to manually change the size of the text box by dragging it or expanding, the only way to change its size is via the data/field type.

I hope this helps,

Piotr Kurzynoga.

rabbani1234
Participant
0 Kudos

Hi Piotr Kurzynoga.,

Thanks for the Great Support From My side

From PDI level I have used long text but the text-Box size is too small, can you tell me the Any data type that can be increase the Text-box Size.

Regards

Patan Rabbani