img
SAP BASIS INTERVIEW QUESTIONS
_____________________________________________
Question 71: Transport numbering
Is there a way to change the transport request
number to start with a number that I choose?
A: Assuming your release is 4.6, user SAPR3 is
owner of the database. Call the last transport
number by issuing "select * from sapr3.E070L."
Change the transport sequence number by issuing:
"Update sapr3.E070L set
TRKORR='<SID>K9xxxxx'."
If your SAP release is higher than 4.6, replace
SAPR3 with the owner of the database.
- 82 -