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

help req. on Module pool

Former Member
0 Likes
547

I'm working on Module pool. created z table. and I have a field description, it should store nearly 600 characters, i shd implement withut concatenation statement. is it possible? please guide me.

5 REPLIES 5
Read only

gopi_narendra
Active Contributor
0 Likes
525

Hi Vamsi,

Could this program be of some use RSDEMO_DRAG_DROP_EDIT_TREE

If not please specify your requirement clearly, so that we can suggest an alternative.

In case you are talking about Long Text. You can use the FM's : create_text, read_text, save_text to create long texts. see the documentation of how to use them.

Regards

Gopi

Read only

0 Likes
525

Hey Gopi,

My query is regarding MODULEPOOL.There is a db table with 3 fields.

1st field is 'Vendor no.' 2nd field is 'Vendor city' and 3rd field is 'Feedback'.

In layout........

there are 3 push buttons DISPLAY, EDIT and SAVE.

When we want to enter text into 'FEEDBACK' field it has to allow us to enter upto 600 charecters.

I am using input/outfield ,but it is allowing us to enter upto 256 charecters only so, i took 2 input/output fields and used concatenate logic. But at the end of the 256 charecters line cursor is not moving to 2nd line automatically.

Then it's needed to use down arrow or tab.

so, do you suggest any other way rather than input/output field?

Thank you for trying

regards

Ali

Read only

0 Likes
525

Hey Gopi,

My query is regarding MODULEPOOL.There is a db table with 3 fields.

1st field is 'Vendor no.' 2nd field is 'Vendor city' and 3rd field is 'Feedback'.

In layout........

there are 3 push buttons DISPLAY, EDIT and SAVE.

When we want to enter text into 'FEEDBACK' field it has to allow us to enter upto 600 charecters.

I am using input/outfield ,but it is allowing us to enter upto 256 charecters only so, i took 2 input/output fields and used concatenate logic. But at the end of the 256 charecters line cursor is not moving to 2nd line automatically.

Then it's needed to use down arrow or tab.

so, do you suggest any other way rather than input/output field?

<b>ANY ONE OF YOU PLS TRY TO SOLVE IT</b>

Thank you for trying

regards

Ali

Read only

0 Likes
525

Hey Gopi,

My query is regarding MODULEPOOL.There is a db table with 3 fields.

1st field is 'Vendor no.' 2nd field is 'Vendor city' and 3rd field is 'Feedback'.

In layout........

there are 3 push buttons DISPLAY, EDIT and SAVE.

When we want to enter text into 'FEEDBACK' field it has to allow us to enter upto 600 charecters.

I am using input/outfield ,but it is allowing us to enter upto 256 charecters only so, i took 2 input/output fields and used concatenate logic. But at the end of the 256 charecters line cursor is not moving to 2nd line automatically.

Then it's needed to use down arrow or tab.

so, do you suggest any other way rather than input/output field?

<b>ANY ONE OF YOU PLS TRY TO SOLVE IT</b>

Thank you for trying

regards

Ali

Read only

0 Likes
525

Hey Gopi,

My query is regarding MODULEPOOL.There is a db table with 3 fields.

1st field is 'Vendor no.' 2nd field is 'Vendor city' and 3rd field is 'Feedback'.

In layout........

there are 3 push buttons DISPLAY, EDIT and SAVE.

When we want to enter text into 'FEEDBACK' field it has to allow us to enter upto 600 charecters.

I am using input/outfield ,but it is allowing us to enter upto 256 charecters only so, i took 2 input/output fields and used concatenate logic. But at the end of the 256 charecters line cursor is not moving to 2nd line automatically.

Then it's needed to use down arrow or tab.

so, do you suggest any other way rather than input/output field?

<b>ANY ONE OF YOU PLS TRY TO SOLVE IT</b>

Thank you for trying

regards

Ali