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 PARAMETER entries in TVARV to Production box

manoj_goyal2
Participant
0 Kudos

Hi Guys,

I have created 5 entried in table TVARV for Parameters:

Entries are as follows:


NAME        TYPE       NUMB        LOW
Z11          P         0001        PARAMETER 1
Z11          P         0002        PARAMETER 2
Z11          P         0003        PARAMETER 3
Z11          P         0004        PARAMETER 4
Z11          P         0005        PARAMETER 5

I want transport these entries to Production box. I cannot use SM30 as I cannot create multliple records for same NAME with value Z11.

Please tell me the tcode and steps to attach these entries to a transport.

Do I need a Customizing transport?

Thanks

mini

1 REPLY 1

Former Member
0 Kudos

Hi,

Entries in table TVARV needs to be created directly in production. You do not have to transport these entries from your development client to further clients. TVARV is a table to hold global variable.

Login to your production system, go to SM30 and enter table name TVARV and click maintain. Inside the maintenance screen you can see change button, you can add your entries directly there. Don't worry change button will be enables even in production for this table.

Regards,

Venkat