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

Table Control Variant

Former Member
0 Likes
3,722

Hi all,

we had a variant set up for Va01, 02, 03 in the system.

but not sure why the variant is not working in the production system.

not sure how to check what variant it is using.

the same variant in devt and prod upon executing, the table control for the items are different.

Pls kindly advice.

1 ACCEPTED SOLUTION
Read only

Former Member
2,148

Sorry for my language.

Try to transport entries of table TCVIEW "Table control views (user settings)" from development system to product system. Need entries with key TCPROGRAM = SAPMV45A (this program which executed by transactions VA01-03).

Create transport - transaction SE01. Manualy add next object for new transport: R3TR TABU TCVIEW, and set needed key for object - SAPMV45A.

6 REPLIES 6
Read only

Former Member
2,149

Sorry for my language.

Try to transport entries of table TCVIEW "Table control views (user settings)" from development system to product system. Need entries with key TCPROGRAM = SAPMV45A (this program which executed by transactions VA01-03).

Create transport - transaction SE01. Manualy add next object for new transport: R3TR TABU TCVIEW, and set needed key for object - SAPMV45A.

Read only

0 Likes
2,148

Hi,

i had seen the difference but how can i transport the entries from devt to production?

it seems that under the table, i cannot transport the entries.

under SE01, i also cannot find the create new objects.

pls advice.

Read only

0 Likes
2,148

By step for system 4.6 (maybe little difference in 6.0):

1. Create transport request.

Execute SE01. Press "Create"(F7). Select "Customizing request". Set name of request and target system (if empty).

Save it.

2. Add object to request.

Set cursor on created customizing task. Press "Display object list" (ShiftF11). Press "Display<->Change" (ShiftF8). Press "New entries" (Shift+F6).

Add info to table control and press "Enter":

PgmID R3TR

Obj TABU

Object name TCVIEW

Then double-click on this entry. Press "Insert line" (Shift+F1). Press "Key fields" (F2).

Add info: Client - your client, Program name - SAPMV45A, Field pos. - *

Save it.

3. Release your request (F9) and go to STMS for transportinf request into qua and pro system. For this item ask your basis administrator better.

Good luck.

Read only

0 Likes
2,148

Hi Andrey,

thanks for all your help.

last question before i transport tonight, will it affect any existing of the production record?

this is because the production got ard 4000+ records but in devt system, only got 400+.

will it cause any issue if the no of records differs?

Read only

0 Likes
2,148

That's must no affected for system cause transport included only entries for program SAPMV45A and table TCVIEW have entries for all program. Entries with key SAPMV45A will be re-create in productive system.

And I apologize for hard way.

Now, simple way: go to any VA0* -> press "Configuration" on table control -> set your variant as standard setting -> press "Administrator" -> press "Car" Include in transport request (F9) -> press "Create request".

Created request will be included needed entries automaticly.

Read only

0 Likes
2,148

Tks, Audrey for all your help.