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

Scrollable input/output fields in module pool

Former Member
0 Likes
896

Hi all,

I need to have a field on the screen where the defined length and the length that can be possible visible on the screen are different.

So i had used the scrollable option for the input /output field and given the visible and the defined length as required.

But now the history of the field is not present after i changed to this option.

How do i achieve to have both scrollable and the history?

Is it possible.?

Regards,

Gowthami SK

3 REPLIES 3
Read only

Former Member
0 Likes
663

hello,

what do you mean by History ?

best regards,

swanand

Read only

0 Likes
663

Hi Swanand,

History means if for eg. i enter the text in a text field 'text1'..i delete and enter another text like 'text2',when i enter text2 ,in the drop down it should show the previous value entered which is text 1.

It should show all the previous values recently entered.

Regards,

Gowthami SK

Read only

0 Likes
662

Hello,

There are two things that you are trying to say here. One is the standard history like you have in browsers too...this is a setting in the SAP frontend

Goto Custon Local Layout or Alt F12 when you are on SAP screen, click options and then Local data and then History. You will see following screen -

Here you can set the history of fields.

The other way is you save the entries entered and then when use presses the F4 button he sees the entries, but this is coding option.

Let me know what you are looking for from these two options.