Application Development and Automation 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: 
Read only

Provide space for text message

Former Member
0 Likes
588

Hi Everyone,

I want to know

How to provide space for text message in Module Pool Programming while designing a screen , so that end user can enter his text. Explain the steps involved .

Regards,

Nagaraju

Hi Everyone,

I want to know

How to provide space for text message in Module Pool Programming while designing a screen , so that end user can enter his text. Explain the steps involved .

Regards,

Nagaraju

2 REPLIES 2
Read only

Former Member
0 Likes
519

Create an Input/Output Field. Define a variable in the top include (or declaration part) with the same name.

Read only

0 Likes
519

Hi,

I created a variable

data: desc type mara-normt.

in an include.

Error:

Type change between text field and input/output field is not possible.

Regards,

Nagaraju