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

Transporting Programatically

Former Member
0 Likes
577

Hi Guys/Dolls

I've written an update program that makes changes to the T510 table in one client but I need to transport it programmatically to another client.

Programmatically in the sense that the system automatically throws up the start of the transport dialog box.

Is there a way to do this within ABAP?

Any help would be appreciated preferably with some code snippet.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
537

This thread might help you.

Regards,

Amit

Reward all helpful replies.

<b>P.S. - This is a knowledge forum not ORKUT</b>

Read only

0 Likes
537

Hi Amit

Thanks for your reply. I've had a look at the link but unfortunately it talks about

viewing what programs are on what request (very useful so I've bookmarked it);

but what I want is to create the transport from within my ABAP.

Any ideas?

Raj

Read only

0 Likes
537

Hello,

check these FMs:-

RS_INFOSYSTEM_CREATE_REQUEST

*CALL FUNCTION 'LXE_SE63_CREATE_TR_REQUEST'

  • EXPORTING

  • TARGETLANG = SY-LANGU

  • AUTHORITY_CHECK = 'X'

  • DISPLAY_MODE_ONLY = 'X'

HRMGE_CREATE_GL_ASSIGN_REQUEST

If not plz let me know.

I used this but don't remeber .I'll check if u r not able to get from the above.

Regards,

Deepu.K

Read only

0 Likes
537

Hi Deepu

Any chance of you having a rummage to find some code for me.

I'm new to ABAP and not very luminous in the in and outs of function modules.

A small example program depicting the 2 aforementioned function modules would really help; even if the transport only prompts to transports a single line of code from one system to another.

Many thanks in advance.

Raj