cancel
Showing results for 
Search instead for 
Did you mean: 

How to initialize MIGO

Former Member
0 Kudos

Hi everyone,

I would like to know if it is possible to initialize (like default) MIGO transaction (in general for enjoy transactions), our problem is that users change the layout, columns and other related views properties but instead of changing for thier own profil they do it by default for everyone.

Thank you,

Aneb.

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Aneb!

I had a similiar problem with an own transaction. To get rid of all the variants, we used following code:

parameters: prog type tcview-tcprogram obligatory,
            user type tcview-tcuser    obligatory.

Delete
  from tcview
  where tcprogram eq prog
    and tcuser    eq user.

This should solve your problem of 'resetting' MIGO, too.

Regards,

Christian

Former Member
0 Kudos

Hi Christian,

thanks for you help and is it possible to do the reset without passing by codes, means I am not able to modify programs and also authorization problems.

Is there any equivalent way to make the reset?

Kind regards,

Aneb.

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Aneb,

with limited authority, you just can do what all others are doing, too: change a variant and make this default for all. Otherwise it won't help much to delete your personal variant, there will be some others maintaining new versions very fast.

I had some problems with deletion manually, that's why we came up with the report. But also SE16 can do the job - but powerful authorization required.

Also some training is needed in your company - even if you succeed easily with a complete reset, with no change of users behavior you will get soon new individual layout changes.

Regards,

Christian

Former Member
0 Kudos

Christian,

Thank you very much for your help. I keep in mind the solution that you gave which needs a short code.

Kind regards,

Aneb.

Former Member
0 Kudos

My last question Christian : can you please tell me how can you do it by using SE16, and the name of the tables to purge.

Kind regards,

Aneb.

christian_wohlfahrt
Active Contributor
0 Kudos

Hi,

in most systems for most tables no changes with SE16 are allowed - then a change of OK-code in debugging can switch from 'display' to 'change' (or 'delete').

But without corresponding authority to change values in debugging this won't help much.

Regards,

Christian