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

Custom program to release/importa a transport request

Former Member
0 Likes
2,307

Hi all.

I was searching the forum but I didn't found any post. Well, this is my issue: I want to create a program that can do all the transport steps: release a transport request and import this transport request in another system.

When I say "another system" I'm talking about SAP systems in the same transport route: Development --> Test --> Prod.

I didn't found any Function Module or BAPI to do this process. Any idea? I think there will be a FM/BAPI to release a transport request and another to do the import in target system.

Thanks in advance. Regards,

Roberto Campo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,151

Hello,

To do the release : TMS_TP_EXPORT

To do the import : TMS_TP_IMPORT

For the rest check function modules in function group TMST in tcode SE80.

I don't understand why you want such a program.

Importing transports can be automated via STMS (example automatic import every 10 minutes), then you don't need to write your own program, because after release of your transport, transport comes in the QA import queue and will be imported via the automatic job.

Success.

Wim

Hi all.

I was searching the forum but I didn't found any post. Well, this is my issue: I want to create a program that can do all the transport steps: release a transport request and import this transport request in another system.

When I say "another system" I'm talking about SAP systems in the same transport route: Development --> Test --> Prod.

I didn't found any Function Module or BAPI to do this process. Any idea? I think there will be a FM/BAPI to release a transport request and another to do the import in target system.

Thanks in advance. Regards,

Roberto Campo

3 REPLIES 3
Read only

Former Member
0 Likes
1,152

Hello,

To do the release : TMS_TP_EXPORT

To do the import : TMS_TP_IMPORT

For the rest check function modules in function group TMST in tcode SE80.

I don't understand why you want such a program.

Importing transports can be automated via STMS (example automatic import every 10 minutes), then you don't need to write your own program, because after release of your transport, transport comes in the QA import queue and will be imported via the automatic job.

Success.

Wim

Read only

0 Likes
1,151

Thanks for your answer Win.

I'll check these FM. This program is for personal use, not for a customer.

After I try these FM and check is correct I'll close this message.

Read only

0 Likes
1,151

Hi,

I am also creating a program to do imports, can you share the code that you use for the function group TMST?

I am creating a program that will import a TR to different systems.

example setup, one DEV, many QAS, many PRD.

QAS and PRD have different systems but are linked by the transport route.

Is it possible to create this kind of program without loggin in the different systems?

Thanks and regards,

kenzi