‎2007 Jun 14 9:17 AM
hi friends..
can you tell me
what is the purpose of hold data option in screen attributes?
‎2007 Jun 14 9:19 AM
Hi,
it will HOLD the data, once you close the Trnasaction and reenter the Transaction then if you press SPACE and the BACKSPACE then old values will come
Regards
Sudheer
‎2007 Jun 14 9:20 AM
If you mean set or get parameter, then it is so that the next time a user logs on to that screen it remembers which value was just used and defaults it into that field. E.g. the purchase order number or employee number etc. Used when you may be changing different data against that object, like employee data but won't necessarily want to do it for different employees each time.
‎2007 Jun 14 9:20 AM
Hi Selva,
Holding Data on Screen
...
1. Enter the data that you want to hold in the input fields.
2. From the menu bar, choose System ® User profile.
The User profile menu appears.
¡ To hold data with the option of changing it, choose Hold data.
¡ To hold data with the option of automatically skipping fields with held data, choose Set data.
You will not be able to change the data.
The data you entered is held on the screen.
Deleting Held Data
...
1. Go to the screen that contains the data you want to delete.
2. Choose System ® User profile ® Delete data.
The data is deleted. The next time you access the screen, no held data is displayed.
Thanks,
Reward If Helpful.
‎2007 Jun 14 9:22 AM
Hi,
you can use
parameters: pname like csks-kostl obligatory memory id cde .
where memeory id can be any 3 characters.
within the session it will remember the value
we can hold 1064 number of entries that a Select option can hold.
Regards
‎2007 Jun 14 9:24 AM
<b>Hold Data</b>
If you activate this option, the following functions are supported for
the screen at runtime:
System -> User profile -> Hold data
-> Set data
-> Delete data
The Hold data function allows you to hold onto any entries you have made
on the screen. When the screen is next processed (even in a different
mode), the system then automatically redisplays the data in the input
fields.
If the option is not activated, these functions are ineffective at
screen runtime.
The "Hold Data" option is not supported for include screens
(subscreens). The automatic insertion of held data is exclusively
controlled by the main screen.
‎2007 Jun 14 9:24 AM
hi
good
SET HOLD DATA
Sets a screen attribute.
Syntax
SET HOLD DATA ON|OFF.
Sets the screen attribute "Hold data" from the program.
THANKS
MRUTYUN^