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: 

Question in ABAP query

Former Member
0 Kudos

Hello All:

I created ABAP query and when I transported the system created transport number but it also creates defualt description "transport for ABAP query". I did a mistake by not going to tranports and updating the description to something meaningful! I created several queries and all have same description "Transport for ABAP query" and when I go to se10 it does not tell me what query the transport is tied to!! Is there a way I can find the query I created based on tranport request number? Please help me.

Thanks.

Mithun

1 ACCEPTED SOLUTION

former_member1259992
Participant
0 Kudos

Hi Mithun,

Go into SQ02 or SQ03 and click the Transport button to get into the Query Transport functions (or you can execute RSAQR3TR from SA38).

Select the Display radiobutton at the top of the screen.

Input the transport number in the "Dataset with imports" field at the bottom of the screen.

Click execute and you will get a list of the Query Transport contents.

hope that helps

Points Appreciated

Robin

6 REPLIES 6

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Go to SQ01, Click Query, More Functions, Display Program Name. Now that you have the program name, there are two options, you could go to SE38 and put the program name there, then do version mananagement, it will give you the transport numbers. Or you could search the transport using the "Tools" icon in SE10.

Regards,

Rich Heilman

Manohar2u
Active Contributor
0 Kudos

Look into E071 table entries. You will find your query with pgmid and object combination.

Former Member
0 Kudos

Thanks Manohar. I went to table EO71 but how do I find my query with programID and object combination? For example my pgmId is "R3TR" and object is "TABU". How do I find my query by combining these two? Sorry, I am new to ABAP and any more information that you could provide will be great.

Thanks.

Mithun

Manohar2u
Active Contributor
0 Kudos

Hi Mithun,

You can find the list of entries by giving any transport request number which has the query. I don't have queries in system to let you know the exact values like R3TR and TABU.

Try with R3TR and AQQU.

Cheers

Manohar

former_member1259992
Participant
0 Kudos

Hi Mithun,

Go into SQ02 or SQ03 and click the Transport button to get into the Query Transport functions (or you can execute RSAQR3TR from SA38).

Select the Display radiobutton at the top of the screen.

Input the transport number in the "Dataset with imports" field at the bottom of the screen.

Click execute and you will get a list of the Query Transport contents.

hope that helps

Points Appreciated

Robin

Former Member
0 Kudos

Thanks everyone and Robin. Your feedback helpmed me and I awarded points to evryone.

Thanks.

Mithun