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

Two table maintenance generator for one table

Former Member
0 Likes
1,670

Can we created two table maintenance generator for one ztable. if yes then what will be the steps.

12 REPLIES 12
Read only

Former Member
0 Likes
1,352

Hi Prem,

Why you need two table maintenance generator for a single table?

We can generate only single table maintenance  generator for a single table.

you can add modification event in  inside table maintenance if you need anything to change or validate in insde your table maintenance generator.

Regards,

Prasenjit

Read only

Former Member
0 Likes
1,352

Why would you need something like that? What is your requirement?

Read only

0 Likes
1,352

I want to give same table for maintenance to two different users for change in two different field and other field will be disable.

Read only

0 Likes
1,352

Then what is the need of two TMG. You can code in events/TMG(not recommended but sometimes situation demands) and handle it

Nabheet

Read only

former_member226419
Contributor
0 Likes
1,352

No, I dont think so but you can have multiple routines in the same.

Read only

Former Member
0 Likes
1,352

You cannot do that. If you have any changes to your table, like if you add/delete fields, you must delete the current table maintenance generator and create a new one only.

Read only

former_member194739
Active Participant
0 Likes
1,352

Hi Prem,

through tables it is not possible. but through maintenance view it is possible.

Regards,

Abbas.

Read only

Former Member
0 Likes
1,352

Hi Prem,

You can create 2 separate "Maintenance Views (2nd radio button in SE11/12)" for the same table and then generate the maintenance views for those "Maintenance Views:

Cheers,

Tharindu.

Read only

0 Likes
1,352

but when i am going for same table name in view change, then it is overwriting the existing maintenance generator.

Read only

Former Member
0 Likes
1,352

Hi Prem,

I would suggest you use Table events to control field enable/disable functionality based on user.

Please check the suitable table event as per your requirement?

Regards,

Sudeesh Soni

Read only

0 Likes
1,352

can you suggest with some sample code, it would be great help for me.

Read only

Former Member
0 Likes
1,352

Hi Prem,

Refer below mentioned thread.

EVENTS IN TABLE MAINTENANCE - ABAP 开发 (ABAP Development) - SCN Wiki

Regards,

Sudeesh Soni