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

hold data option ?

Former Member
0 Likes
2,356

hi friends..

can you tell me

what is the purpose of hold data option in screen attributes?

6 REPLIES 6
Read only

Former Member
0 Likes
989

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

Read only

Former Member
0 Likes
989

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.

Read only

Former Member
0 Likes
989

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.

Read only

Former Member
0 Likes
989

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

Read only

Former Member
0 Likes
989

<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.

Read only

Former Member
0 Likes
989

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^