Hi,
I want to create a standard maintenance view for a customized table (i.e. I should access it through SM30).
So I went to SE11 -> Utilities -> Table maintenance generator, there it is asking for authorization group and fuction group... how to create these?... and is it same function group what we create in se37.
Advance thanks.
Regards,
Balaji Viswanath.
Hi Dear Balaji Viswanath,
1. For Authorisation Group
In the same screen where it is asking
for authorisation group, go to the menu
Environment --> Authorisation -->Authorisation Groups
There You Can Create a new one with Z convention.
2. Yes, The Function group is the same as in se 37.
But we can create function group through SE80.
For the purpose, we can keep the same name
of function group as of the Table.
3. Just go to se80 and create a blank function group.
Use this name in the Maintenance Screen.
I am new to this sdn group. If you feel satisfied,
please give points.
Thanks & Regards,
Amit Mittal.
Hi Dear Balaji Viswanath
From the error message i can only
make out that.
1. All the objects
ie. Table, Function Group, Authorisation Group
Etc.
should be in the same package.
2. Some objects are in $Tmp and some in other.
ie. some in correctable
and some in non-correctable.
3. Try to modify and make all related objects
in the same package.
4. Also check if the function group is activated
before using in the generator screen.
I m trying further to generate this kind
of error so that i can understand more. If
i get anything i will further write to you.
Thanks & Regards,
Amit Mittal.
Hi Balaji
Technically, when you create a maintenance view, the system generates a function module which can be handled with the SM30/31 transaction.
The function group mentioned at the generation screen is the same with the one you know from se37. There, you can give an existing function group, or you can write a new one which will also be automaticaly generated. For the authorization group, you can select one from the F4 list.
If you select single step, you should enter one screen number and two screens if you select two-step maintenance. There, if it is an existing function group you select, the screen names should not be existing names.
At the bottom, you select the behaviour of CTS (Change and Transport System), if you select "no recording routine...", then at any system changes may be done if it allows such modifications. However, if you select "Standard recording routine...", then your records are transported through CTS via requests.
In the error log you've previously sent, there should be a case that you try to make the recording routine to be set as transportable although your table is a <b>LOCAL</b>(i.e. non-transportable) Z-table. So, for a local table you should select "No recording routine...".
Hope these help...
Kind regards...
*--Serdar
Add a comment