Application Development 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: 

Transport records in TVARVC table from z_customizing view

Former Member
0 Kudos
7,390

Hi Guys,

1. I created a z_table with 'C' class and a corresponding customizing view z_V_table, class 'C'. So the records in z_table will be transported from TEST system to PRODUCTION system.

2. In the customizing view logic, when user add an entry in z_table, in the same time, add the same entry in table TVARVC.

3. When I run the customizing view do some modification, a customizing request will be created, including the contents of z_table, but not including TVARVC.

my question:

1. Is it possible to include the TVAVRC entries in the same customizing request? How?

2. If it is not possible, is it possible to create another customizing request for TVARVC? How?

3. If both are not possible, how can I transport the entries of TVARVC from TEST to PRODUCTION?

Thanks and Best regards,

Miao

Edited by: Miao Xiong on Jan 5, 2012 3:10 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
440

Goto - SE11 : Give the table name TVARVC - > utilities -> table contents -> create entries-> Enter the details -> save directly

- Goto - se01 : create customizing request

- Diplay the table contents from se11 -> select the check box for your entries - > Go to Table Entry ->Transport entries. Here it wll ask the customizing req no then save your entries.with this transport you can move the entries to production system

Regards,

Preetham

8 REPLIES 8

Former Member
0 Kudos
441

Goto - SE11 : Give the table name TVARVC - > utilities -> table contents -> create entries-> Enter the details -> save directly

- Goto - se01 : create customizing request

- Diplay the table contents from se11 -> select the check box for your entries - > Go to Table Entry ->Transport entries. Here it wll ask the customizing req no then save your entries.with this transport you can move the entries to production system

Regards,

Preetham

0 Kudos
440

Hi Preetham,

It is a manual way to do the transport for the records in table TVARVC.

Is there any automatic way, which can include the records automatically in the customizing request?

Then it will be more helpful.

Thanks,

Miao

0 Kudos
440

Hi Miao,

For some of the table entries you have to create the manual request, directly it will not ask you to create. If not in this way you can create a table maintenance generator and maintain the values.

Regards,

Preetham

0 Kudos
440

Have you tried STVARV ..?

Nabheet

nabheetscn
Active Contributor
0 Kudos
440

If you go in STVARV tcode you will see a checkbox for including the contents in the transport request.,

Nabheet

Former Member
0 Kudos
440

Hi,

Below are the answers to your questions:

1. Is it possible to include the TVAVRC entries in the same customizing request? How?

Ans: Yeah it is possible.Go to transaction STVARV.There when you create a new entry before saving check the check box with the heading "INCLUDE CHANGED ENTIRES IN TRANSPORT REQUEST".So by this way you can add the entries you added in the same customizing request.

2. If it is not possible, is it possible to create another customizing request for TVARVC? How?

Ans: Even this is possible by the same way as mentioned for the question above.

3. If both are not possible, how can I transport the entries of TVARVC from TEST to PRODUCTION?

Ans: I think now you got the answer for this question as well.

<please do not ask for ...>

Edited by: Thomas Zloch on Jan 5, 2012 11:26 PM

Harsh_Bansal
Contributor
0 Kudos
440

Miao,

In tcode STVARV, before maintaining the values, check the checkbox in top right saying that "Include .....in request"

Then after you save values, on pressing save, it will ask for a customizing TR. There you can add it to an existing TR or create a new TR for the same.

Regards,

Harsh Bansal

Former Member
0 Kudos
440

Thanks all.