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

Execute after transport

Former Member
0 Likes
2,091

Hello experts.

I believe that there's a way to execute a program after the transport. The idea is to transport something and right after the transport the system automatically executes a program with or without a variant.

Is it possible?

Best regards,

Jorge Ferreira

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,345

How about XPRA reports? I think i've saw somewhere that if we execute "R3TR XPRA repname" in the transport it could work.

What's you advice?

Regards,

Jorge

Hello experts.

I believe that there's a way to execute a program after the transport. The idea is to transport something and right after the transport the system automatically executes a program with or without a variant.

Is it possible?

Best regards,

Jorge Ferreira

6 REPLIES 6
Read only

Former Member
0 Likes
1,345

Hi

I don't believe and I think it could be very dangerous.

Max

Read only

Former Member
0 Likes
1,345

Hi!

It could be performed only with modifying the standard STMS transaction. But it is not recommended.

Regards

Tamá

Read only

Former Member
0 Likes
1,346

How about XPRA reports? I think i've saw somewhere that if we execute "R3TR XPRA repname" in the transport it could work.

What's you advice?

Regards,

Jorge

Read only

0 Likes
1,345

We use XPRA to execute a generation program when transport VOFM routines. Sometimes when you change one of these routine programs, the changes do not take effect until program RV80HGEN is executed.

Therefore to remove the manual step of the routine generation, our transport contains the routine we have changed, and an R3TR XPRA RV80HGEN entry.

Read only

0 Likes
1,345

We do exactly the same thing with RV80HGEN. I don't believe that a report with a variant can be executed this way though.

Read only

0 Likes
1,345

So there is a way to do this after all...

Thank you.