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

Default values for maintenance view

Former Member
0 Likes
3,643

Hi All,

How to set the values for the hidden fields in maintenance view and default values for some visible fields.

Thanks

Jyothi

7 REPLIES 7
Read only

Manohar2u
Active Contributor
0 Likes
1,917

Create a module in your screen in PBO section and map default values into your required fields.

Remember these custom modules will vanish if you regenerate table maintainace later.

Read only

0 Likes
1,917

Hi Manohar, Jyothi,

Is there a way to do the same, but clicking on any of the desired input fields?

I mean, you could put the mentioned module between the loop and fill all of the desired fields for every line with their default values. Also, you could use the variable 'INDEX' to fill specific lines, e.g., the first line.

But, what if you want to fill the field just when clicking on it? (nothing more, without pressing enter or whatever)

Thanks in advance.

José Gabriel.

Read only

Former Member
0 Likes
1,917

check the above link

Read only

0 Likes
1,917

Hi Tripat,

Thanks, usefull information about Table Maintenance Events, but for event 05 you still need to press 'enter' or something, in order to make the default values appear.

I am talking about "clicking on the desired field on the next line", so, at that point, the default value should appear suddenly. And this is repeated, if you change to the next line and click the field, and so on.

Regards,

José Gabriel.

Edited by: José Gabriel on May 20, 2009 3:28 PM

Read only

0 Likes
1,917

Hi Jose!

I replied to jyothi nutakki's query. For your query please Start a new thread.

Please don't mind.

Tripat.

Read only

Former Member
0 Likes
1,917

[this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc] may help.

Read only

Former Member
0 Likes
1,917

Hi,

Check the link: [;

Naveen M.