‎2012 Oct 15 1:52 PM
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
‎2012 Oct 15 3:23 PM
‎2012 Oct 15 3:47 PM
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
‎2012 Oct 15 4:17 PM
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.