‎2007 Jan 17 4:37 PM
I am trying to create a table maintenance for a custom table. It is asking for a function group. Should I create a new function group for each table maintenance I generate?
Thanks in advance for your input.
‎2007 Jan 17 4:43 PM
Mention the function group to which your table belong. If you do not have one you need to create.
Thanks,
Santosh
‎2007 Jan 17 4:39 PM
Hi
No you can use the same! U need a custom function group only!
Max
‎2007 Jan 17 4:40 PM
‎2007 Jan 17 4:42 PM
Hi Krish,
Give the Function group as Table/View name. Else create a new one and assign.
Regrds
KER
‎2007 Jan 17 4:43 PM
Hi Krishen,
I would say that it depends on the modularization you desire. For example I prefer to group table manitenance within the same function group when they belong to a same "functionality" or process.
But still believe it's just depending on how you want to organize them.
Kind Regards,
Gilberto Li
‎2007 Jan 17 4:43 PM
Mention the function group to which your table belong. If you do not have one you need to create.
Thanks,
Santosh
‎2007 Jan 17 5:00 PM
Thank you very much.
What about the authorization group? Which authorizaton group should I assign?
Best regards.
‎2007 Jan 17 5:02 PM
You can give &NC& if no info on this, else get the gorup from the respective person
‎2007 Jan 17 5:08 PM
Hi Krishen,
You can also assign authorization groups to tables to avoid users accessing tables using general access tools (such as transaction SE16). A user requires not only authorization to execute the tool, but must also have authorization to be permitted to access tables with the relevant group assignments. For this case, we deliver tables with predefined assignments to authorization groups. The assignments are defined in table TDDAT; the checked authorization object is S_TABU_DIS.
You can assign a table to authorization group Z000. (Use transaction SM30 for table TDDAT) A user that wants to access this table must have authorization object S_TABU_DIS in his or her profile with the value Z000 in the field DICBERCLS (authorization group for ABAP Dictionary objects).
Please check this link for more info.
http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm
Regards,
Ferry Lianto
‎2007 Jan 17 5:53 PM
HI,
It is advisable to have a different function group and not depend on others, because, if you are using a function group which is already developed and at any point of time they decide to delete then your table maintenance would not work.
So have it as a separate one.
Regards
Subramanian
‎2007 Jan 17 7:59 PM
Hi Krishen,
Its always recommended to keep the Fucntion Group for Table Maintainance seperate.
One scenario where it helps is that if you run your Ext Program Check for the Function Group which contains your custom Function Modules, you can correct the errors.
And as there is a seperate Func Grp for the Table Maintainanance , you are sure it wont cause any additional errors in the Ext Program Check.