cancel
Showing results for 
Search instead for 
Did you mean: 

ROUTINE objects in transport request..........

Former Member
0 Kudos

Hi ,

I activated some of the update rules.

In transport request I am getting lot of objects in the tree

for Title ROUTINE.

I want to check these routine objects.

when I copies this technical name and try to find out in

metadata repository I dont get anything.

I want to see what these routine objects are and why it is

coming in transport request because Update rules are already

present in the transport request , then why these extra objects?

Thanks,

Jeetu

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Jeetu Singh,

these routine are required to transport the update rules, these routines are nothing but all the transformation routinestart routine and update routines(if you done any in the update rules),

as mentioned above you can find out these routines in the rsarout and rsupdrout tables.

Thanks,

Sathish.

Former Member
0 Kudos

All transformation/update rule having routines when activated ,add the routines to transport request.

If you delete any of the routine from transport request your transport will have problem so don't touch them.

If they are not there then only you have a problem otherwise..everything is just fine.You can only bother when you dont' find them in the target system..then u can check from tables etc.

best regards,

rk

Former Member
0 Kudos

Hi,

the routines of the update rules can be found in table RSUPDROUT.

These are the routine IDs listed in the transport.

If you go with this ID to the table RSAABAP you will see the exact code of the routine.

I hope this helps!

Best regards,

Paula Csete

Former Member
0 Kudos

H Jeetu

Pls check in the below tables and you will find what you need.

RSAROUT

RSAROUTT

RSUPDROUT

RSUPDINFO

Former Member
0 Kudos

Hi

You can'nt check these objects,those are generated by system,while creating transport request it adds all relevant objects to this transport request in system coding manner,while importing it decodes this and set everything..

Hope it helps

Thanks

Teja