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: 

i/o field

Former Member
0 Kudos

hello all,

we use the I/O field in the screen painter , it will have a single line, but can it be of multiple lines, As my user needs to add delivery note.Which comes for multiple lines,he wants it to be as a single block.

with regards,

sandeep akella.

4 REPLIES 4

Former Member
0 Kudos

Hi,

You need to use a table control or define a selection-screen as a subscreen and use a select option.

Regards,

Darren

Former Member
0 Kudos

Hi,

I don't think there is options like that.

Why can't you try TEXT EDITOR?

Regards,

R.Nagarajan.

Former Member
0 Kudos

Create a Custom Control in the screen.

Create an Text editor object TYPE ref CL_GUI_TEXTEDIT.

Call the following methods of that object.

Use GET_TEXT_AS_R3TABLE method to read data from this box.

Use SET_TEXT_AS_R3TABLE method to fill data in this box.

Former Member
0 Kudos

nil