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: 

Table entry in transport request

marina_plag
Explorer
0 Kudos

Hi,

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

Thanks and regards, Marina

1 ACCEPTED SOLUTION

0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

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

Former Member
0 Kudos

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,

jogu_vinesh@yahoo.com

0 Kudos

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

marina_plag
Explorer
0 Kudos

Hi Patil,

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

Regars, Marina