2012 Jan 05 7:09 AM
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
2012 Jan 05 8:42 AM
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
2012 Jan 05 8:42 AM
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
2012 Jan 05 8:46 AM
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
2012 Jan 05 8:57 AM
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
2012 Jan 05 9:00 AM
2012 Jan 05 8:45 AM
If you go in STVARV tcode you will see a checkbox for including the contents in the transport request.,
Nabheet
2012 Jan 05 9:55 AM
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
2012 Jan 05 10:18 AM
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
2012 Jan 06 4:11 AM