‎2012 Apr 05 10:53 AM
Hello
I have some Z table containing customizing for my Z transaction. I would like to know if is it possible to create manually from abap code a CR holding new entry for these table.
I created table as A (application table). I tried to see if changing table type, was possible to handle automatic CR creation with table contents .. but it's seems it's not automatic.
thanks
Gabriele
‎2012 Apr 05 10:57 AM
Hi
Select Delivery Class As C and in the Table maintainance generator select Recording routine as Standard recording routine.
Thanks,
Chandra
‎2012 Apr 05 11:03 AM
‎2012 Apr 05 11:05 AM
In fact you may like to explore the trsport interface function group STRI
‎2012 Apr 05 12:37 PM
Generate a maintenance view for your table and call function 'VIEW_MAINTENANCE_CALL' from your program.