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

Generate Customize Request

Former Member
0 Likes
566

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

4 REPLIES 4
Read only

Former Member
0 Likes
536

Hi

Select Delivery Class As C and in the Table maintainance generator select Recording routine as Standard recording routine.

Thanks,

Chandra

Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
536

Try the FM

  TRINT_INSERT_COMM_KEYS

Read only

0 Likes
536

In fact you may like to explore the trsport interface function group STRI

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
536

Generate a maintenance view for your table and call function 'VIEW_MAINTENANCE_CALL' from your program.