Application Development 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: 

Create maintance view or report

Former Member
0 Kudos

HI

I have requirement to develop for admin some Z maintenance view with F4 for users (from table usr02 or pa0000),

In the F4 the admin can choose several users and when he choose them they need to be update in the Z table .

but i dont know if this is something that i can do in maintenance view since for my opinion in maintenance view the admin can

choose just one entry for one row in the maintenance view .

So which option I had if i want to allow to the user choose several users and maintenance them in the table .

BR

Chris

Edited by: Chris Teb on Aug 11, 2009 8:45 AM

7 REPLIES 7

Former Member
0 Kudos

Hi,

Create a table maintenance for your custom Z view using SE11 - Utilities - Table Maintenance Generator - using the "standard made" view maintenance, it is like using SM30.

Hope this helps.

Benedict

0 Kudos

HI benedict choa

Thanks but this is not what i mean.

Regards

Joy

0 Kudos

Hi,

Not sure if I understood your requirement right....

You want to have a user that will maintain which users who can maintain the data in the table?

Please adivse.

Thank you.

Benedict

0 Kudos

if you are asking that, user selects 3 users after F4 help then these entries should be added to Z table when 'save' button is pressed. ? i guess it should be possible.

0 Kudos

HI ,

The admin need to maintain new Z table with users entries (and additional data),

The requirement is to allow for instance to the admin F4 ON The fields user and choose for example 3 users after he choose this users the table i fill with the 3 users .

the process is like that;

let say the table is empty

1. open table for maintenance in sm30

2. choose the first field (for instance user field)

3. press F4

4. get the users in the field

5. choose some users from f4 field

6. press OK

7. the table is fill with the users that he choose in F4

my question is what is better way to do that with maintenance view or report since

when the user press f4 on one field and choose users from it how from this field

all the table is filled .

Regards

Chris

0 Kudos

Hi,

I think it's better to leave it as choosing only 1 record per F4...

But if you want to make it inside a looping statement (multiple records instantly), you might need to code it manually... Using table control perhaps? Dialog programming? Reprogramming SM30 on your own? Get all functionalities of SM30 with own code? Hmmm...

Hope this helps.

Benedict

0 Kudos

HI ,

there is another idea how to manage this problem?

Regards

Chris