Application Development and Automation 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: 
Read only

table maintainance generator

Former Member
0 Likes
579

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

5 REPLIES 5
Read only

Former Member
0 Likes
556

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

Read only

Former Member
0 Likes
556

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

Read only

Former Member
0 Likes
556

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

Read only

Former Member
0 Likes
556

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

Read only

Former Member
0 Likes
556

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