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

ABAP report development

Former Member
0 Likes
2,087

Hi,

As we know, when we create any TR to move any development from Dev server to quality server all these TR request can be seen from SE09.

My question is --- Is it possible to write some report which will take a date range as a input and show all the TRs generated on that period of time.

If possible could you please help me to write it . As I am working in SAP PI/XI module, I dont have in depth idea about ABAP coding.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
2,038

Hi,

Not sure about your requirement.

but You can check table E070CREATE / E070 & then for 1st table you can give

CRE_DATE range &  for 2nd table AS4DATE range & will get TR Number.

Check it.

Thanks

Gourav.

13 REPLIES 13
Read only

Former Member
0 Likes
2,038

Hi ,

Y do you want to write a program for that ? You want to check all the TR's for a particular date range ,is it?  Then go the the table -  E070.. there u can give a date range or user and many more .

simple give your date range and get the results .

Thanks & Regards ,

Shiv

Read only

Former Member
0 Likes
2,038

Use table e070 to get all the requests based on date.

Read only

gouravkumar64
Active Contributor
0 Likes
2,039

Hi,

Not sure about your requirement.

but You can check table E070CREATE / E070 & then for 1st table you can give

CRE_DATE range &  for 2nd table AS4DATE range & will get TR Number.

Check it.

Thanks

Gourav.

Read only

naga_arjun2
Explorer
0 Likes
2,038

This message was moderated.

Read only

Former Member
0 Likes
2,038

Hi Apu,

You can get the required data from E070/E071/E07T dictionary tables.

Or use the tool mentioned in following link

ZEdwin/ZTCT · GitHub

Regards,

Sheetal.

Read only

ThomasZloch
Active Contributor
0 Likes
2,038

or even simpler, just use the standard reporting. From SE09 menu choose "Goto -> Transport Organizer Tools" and then "Find Requests" from the tree.

Thomas

Read only

0 Likes
2,038

Report RSWBOSSR ?

Regards,

Raymond

Read only

Former Member
0 Likes
2,038

Hi Apu,

There is option to see the all the TR's for a particular date range in the standard Tcode i.e SE03.

If you really need the custom report then this is not the right option.

Best regards

Kris

Read only

Former Member
0 Likes
2,038

Hi Apu Das,

There is a table in SAP which contains all the TR in it with the date .

Table : E070

Short Description : Change & Transport System: Header of Requests/Tasks.

Below is a screenshot for your convenience.

Hope this will help you.

Regards

Rounak

Read only

0 Likes
2,038

Three or four people suggested E070 already, plus this is available as standard report (see above), just what makes you suggest E070 once again? Are you not reading all previous posts before replying?

Thomas

Read only

0 Likes
2,038

Thomas, but this one is "new and improved" with a screenshot! Perhaps OP would have trouble finding it otherwise.

(Sorry, couldn't resist!)

Read only

0 Likes
2,038

Thanks to you all ... My problem is solved using E070 .

Read only

0 Likes
2,038

Hi Apu,

Glad to know its solved your problem.

Can you mark it answered so as to close the discussion and it'll be easily searched when someone else encounters same problem.

Thank you in advance.

Regards,

SHeetal.