‎2007 May 10 12:11 PM
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.
‎2007 May 10 12:27 PM
‎2007 May 10 4:51 PM
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
‎2007 May 10 4:58 PM
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
‎2007 May 14 11:37 AM
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