2014 May 09 1:05 PM
Can we created two table maintenance generator for one ztable. if yes then what will be the steps.
2014 May 09 1:20 PM
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
2014 May 09 1:23 PM
Why would you need something like that? What is your requirement?
2014 May 10 3:58 AM
I want to give same table for maintenance to two different users for change in two different field and other field will be disable.
2014 May 10 8:49 AM
Then what is the need of two TMG. You can code in events/TMG(not recommended but sometimes situation demands) and handle it
Nabheet
2014 May 09 1:38 PM
No, I dont think so but you can have multiple routines in the same.
2014 May 09 2:16 PM
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.
2014 May 09 4:01 PM
Hi Prem,
through tables it is not possible. but through maintenance view it is possible.
Regards,
Abbas.
2014 May 09 11:06 PM
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.
2014 May 10 4:17 AM
but when i am going for same table name in view change, then it is overwriting the existing maintenance generator.
2014 May 10 4:31 AM
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
2014 May 10 10:05 AM
can you suggest with some sample code, it would be great help for me.
2014 May 10 12:43 PM
Hi Prem,
Refer below mentioned thread.
EVENTS IN TABLE MAINTENANCE - ABAP 开发 (ABAP Development) - SCN Wiki
Regards,
Sudeesh Soni