‎2007 Mar 13 11:23 AM
Hi Experts,
I have created one Z table and assigned table maintainance genarator. Through this i can able to crate new entries and modify the existing entries. But according to my requirement that should not have option to modify existing entries.
Regards
thiru
‎2007 Mar 13 11:26 AM
Authorization objects have to be set up if your requirement has to be catered. This authorization object should be included in the Table maintenence generator
‎2007 Mar 13 11:36 AM
Hi,
In se11,In Delivery & Maintenance Tab, If u choose Display / Maintenance not allowed, Modification is not possible, Also check authorisations for view with basis,
Regards,
Viji
‎2007 Mar 13 11:36 AM
Hi,
You can go to the Function group > main program in the table maintenance, and modify the same, for your requirement.
SE11 > Utilities > Table maintenance Genreator > Click on button "Function Group Text" > Click on Button "Main Program".
The logic in the PAI / PBO logic can be changed as per your requirement. Its all SAPLZ* code that can be modified. It does not need any access key.
Give it a try. Thanks!!
Regards,
Vishal
‎2007 Mar 13 12:05 PM
Hi,
In the modification event of the table maintenance generator this can be handled.
For the function code = 'Update', you can throw error message as you require.
You can go to modification events as below:
In table maitenence SE11 screen
goto environment->modification->events
Thanks,
B Raju
‎2007 Mar 14 6:42 AM
Hi,
In SE11 u have to select Display/maintainence allowed with Restrictions and u have to Assign user permissions in the Authorization objects with the help of BASIS people and set the permission only to create not Editing facility.
I think the problem is solved even i had the same problem Basis support is must for this the restrictions for maintainence need to be given.
Regards,
Ravi