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 entry in transport request

marina_plag
Explorer
0 Likes
1,311

Hi,

how to find out by which transport request a table entry was transported?

Thanks and regards, Marina

1 ACCEPTED SOLUTION
Read only

santhosh_patil
Contributor
0 Likes
1,220

Hi,

check this

1. Go to the table <b>E071K</b> in se16

2. give objectname as your table name

3. Get your table entry for which u want to get the transport request

4. get the combination of key fields contents for that entry

For ex: if the entry is like : 011,2119,48.5,EUR

if first 2 fields are key fields then get <b>0112119</b>

5.entry this in the TABKEY field with * ( 0112119*)

6. then get the list...here u will get the transport request for your entry

Please let me know if i am not clear

--Patil

Hi,

how to find out by which transport request a table entry was transported?

Thanks and regards, Marina

4 REPLIES 4
Read only

Former Member
0 Likes
1,220

Hi

Check the table<b> E071</b> and E070

enter the object name and search for the request no

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
1,220

Hi,

Go for Transaction SE03 and

Select Search for Objects in Requests or Tasks

and select option in Object Table/structure and provide table name

u will get all the version of table i.e Request and Task no's

Reward Points if useful

Thanks & Regards,

[email protected]

Read only

santhosh_patil
Contributor
0 Likes
1,221

Hi,

check this

1. Go to the table <b>E071K</b> in se16

2. give objectname as your table name

3. Get your table entry for which u want to get the transport request

4. get the combination of key fields contents for that entry

For ex: if the entry is like : 011,2119,48.5,EUR

if first 2 fields are key fields then get <b>0112119</b>

5.entry this in the TABKEY field with * ( 0112119*)

6. then get the list...here u will get the transport request for your entry

Please let me know if i am not clear

--Patil

Read only

marina_plag
Explorer
0 Likes
1,220

Hi Patil,

the search with TABKEY was exactly what I was looking for. Thank you!

Regars, Marina