Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase size of the text field in module pool programming SAP ABAP?

former_member396057
Participant
0 Kudos

Hi,

I want to increase the size of the text field i.e height and also the input/output field height in module pool programming. I checked the properties by default the height is '1'.But I want the text in big size.Please guide me how to achieve this,it can be using Custom container / ABAP objects.

Regards,

Shabbir

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert

To say it correctly, you ask about classical dynpro programming that is only historically but not technically connected to module pools.

The answer is, you can't do that directly.

You might mix in custom containers with HTML content. Look up the documentation or search for respective examples.

3 REPLIES 3

horst_keller
Product and Topic Expert
Product and Topic Expert

To say it correctly, you ask about classical dynpro programming that is only historically but not technically connected to module pools.

The answer is, you can't do that directly.

You might mix in custom containers with HTML content. Look up the documentation or search for respective examples.

0 Kudos

Hi Horst,

Thanks for the reply.

I have used custom containers for HTML Content.But only <left> tag is working.I need to display some data on left side and some data on right side.The left side data is coming properly.But the right side data is merging with left side data.

How to resolve this.

Thanks,

Shabbir

error.pngrequirement.png

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

HTML Tutorials are abundant ...