Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
pikakala_sebastian
Participant

R3trans, tp and transports-How are they all connected.

It is important that a transport administrator or a Basis administrator understands these concepts.

tp: tp is a utility for controlling transports.

    tp calls the following:

    R3trans is usually called in particular from tp

  1. R3 trans --Import DDIC objects into the data base
  2. sapevent is triggered--RDD jobs are scheduled--Activates DDIC objects (wp in SAP are allocated)
  3. R3trans--the main import takes place
  4. sapevt--XPRAS (wp in SAP are allocated)

When we assign R3trans parallel process to support packages or SAINT upgrades or SUM upgrades.

How are the R3trans process allocated?

R3trans is an operating system process, so when we assign parallel process those many operating system processes will be performing the transports.

Only while Activating the DDIC objects and performing the XPRAS, these operating system processes may call the SAP work process.

For example, let us assume that while performing the support packages, we have allocated 16 R3trans parallel process.

Grep the total number of wp from the operating system.

(16+parent process+grep process)

$> ps -ef | grep R3trans | wc –l

18

Note: We cannot assign as many wp’s as we wish, this will utilize the CPU, I/O operations will be consumed to the maximum.


Hope this is useful to get the basics


Regards,

Sebastian

Labels in this area