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

Regarding Maintenance View

Former Member
0 Likes
908

Hai Experts,

I have generated the maintenance view for my custom table in the transaction 'SM30'. Now the view displays all the records in the table, but my requirement is, before displaying the records i have to show a new screen with two input fields and according to that inputs my output will vary.

For Example, if i set the input parameters as employee number and trip number then it has to display the records from the table for that corressponding inputs.

is there any option to add a new screen in the maintenance view in the transaction 'SM30'?.

With Regards,

R.Dhinehsraj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

Hi Dinesh,

In SE54, give the view name and enter in change mode.

There u can find VIEWFIELDS tab.

there beside the field there is one field P in which u hav the following options.

Give 'S' for the field that u want them to appear in filtering screen. Then u need to write logice for filtering in the PBO of the module pool program generated by this View.

View field is available as normal

R View field can only be read

S View field is used to form subsets

H View field is not transferred to the maintenance screens

can come back incase of doubts.

Ram.

Hi Dinesh,

In SE54, give the view name and enter in change mode.

There u can find VIEWFIELDS tab.

there beside the field there is one field P in which u hav the following options.

Give 'S' for the field that u want them to appear in filtering screen. Then u need to write logice for filtering in the PBO of the module pool program generated by this View.

View field is available as normal

R View field can only be read

S View field is used to form subsets

H View field is not transferred to the maintenance screens

can come back incase of doubts.

Ram.

3 REPLIES 3
Read only

Former Member
0 Likes
791

Hi,

To get this functionality , In sm30 you should select middle radio button

Enter condition and then you can click on display button.

And if you want to have selection screen at the time of entering values then you should check the two step maintaince type at the time of table maintaince generator.

Regards

Nitin

Edited by: Nitin Sikka on Apr 7, 2009 10:46 AM

Read only

Former Member
0 Likes
791

Hi,

Create Maintenance type two step radio button.

Maint. Screen No. both ( Overview screen & Single Screen).

Enter condition and then you can click.

Read only

Former Member
0 Likes
792

Hi Dinesh,

In SE54, give the view name and enter in change mode.

There u can find VIEWFIELDS tab.

there beside the field there is one field P in which u hav the following options.

Give 'S' for the field that u want them to appear in filtering screen. Then u need to write logice for filtering in the PBO of the module pool program generated by this View.

View field is available as normal

R View field can only be read

S View field is used to form subsets

H View field is not transferred to the maintenance screens

can come back incase of doubts.

Ram.