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

Query

Former Member
0 Likes
580

What is the std SAP program that cleans the processed batches in SM35 & what is the table name in which all the transport request gets stored... How r transport request generated by SAP ... Is it a sequential increase in number... Is there any point of time when these numbers will exhaust ??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

Look at:

RSBDCREO  -  Reorganize processed sessions that are still in the
             system                                             
             Reorganize logs (delete logs and shrink log file   
             to actual size)                                    

Rob

5 REPLIES 5
Read only

Former Member
0 Likes
545

E071 Change & Transport System: Object Entries of Requests/Tasks

there are other tables like E070 etc which are for the same .. this is where your transport requests are stored.

It is a kind of sequential number based on which type of transport requests are there..

As of now i dont think there is any point of time when these numbers might exhaust

Prince

Read only

Former Member
0 Likes
546

Look at:

RSBDCREO  -  Reorganize processed sessions that are still in the
             system                                             
             Reorganize logs (delete logs and shrink log file   
             to actual size)                                    

Rob

Read only

0 Likes
545

Thanks Rob...

Read only

0 Likes
545

Glad to help - also look at:

RSBDCTL2                       Select/delete batch input sessions in a client

and any other reports beginning with RSBDC.

Rob

Read only

ferry_lianto
Active Contributor
0 Likes
545

Hi SB,

You can use program RSBDCREO to clean process batches.

Table E070 and E071 are storing the transport request information.

No need to worry about transport number exhausted.

Regards,

Ferry Lianto