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 Keys

Former Member
0 Likes
1,858

When I select an object in a transport with a program ID of R3TR and Object Type TABU a 'Key' icon appears

in the function column. When I click this icon, a dialog with Properties, Objects and Documentation appear.

The Objects Tab contains a number of Table Keys. What are these key? When I examine the table in SE11 I

don't see these keys. Where are they?

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
1,369

Hi,

object type TABU stands for table content. So these objects corresponds to lines in table. So if you go to SE16 you should see these records in the table unless they have been deleted later on.

Cheers

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
1,370

Hi,

object type TABU stands for table content. So these objects corresponds to lines in table. So if you go to SE16 you should see these records in the table unless they have been deleted later on.

Cheers

Read only

venkat_o
Active Contributor
0 Likes
1,369

Gregory Carlson, <li>If you want to transport table contents to QAS(Test System), you have to give like below


"Step1
->Program ID  =R3TR
->Object type =TABU "It specifies table contents
->Object name =MARA "Table name
->Then press ENTER.
"Step2
->Keys button appears ->Click on the keys button
->You can see table control with table keys column.
->Double click on the first row->It takes you to the popup window which contains Key fields of the given table. There you have to enter key values to the record. There you have to enter Client and Material number. If you want single value to be transported, enter single value other wise enter  * . So that all entries in that client available in MARA table are transported to the QAS system
->Now SAVE everything and transport. 
I hope that you will get. Thanks Venkat.O