‎2007 Oct 03 2:59 AM
Dear all,
I'm new in ABAP development. I had a set of function module inside the same function group and i want to test it in another sandbox system. Since, there is no transport routing between the development and sandbox server. Is there any faster way to export the whole function group content to another system??
Regards,
Kit
‎2007 Oct 03 4:46 AM
Hi,
I dont think there is any faster way to create except Copy Pasting the code.
The only way SAP has provided is using TRANSPORTS. This helps in maintaing consistency in all systems.
Best regards,
Prashant
‎2007 Oct 03 4:46 AM
Hi,
I dont think there is any faster way to create except Copy Pasting the code.
The only way SAP has provided is using TRANSPORTS. This helps in maintaing consistency in all systems.
Best regards,
Prashant
‎2007 Oct 03 4:53 AM
Hi,
The only way to transport the function module is through the transport request created for it. you take the help of BASIS consultant for the same.
Reward points if useful
‎2007 Oct 03 5:00 AM
Hi Chun..
you can do One thing to achieve this :
In the Dev system :
Tcode SE37: Open the Source code of The Function Group.
Copy the Souce code of the Main program and also Each include in this Function group to Notepad files.
Note: Function modules are stored as includes in a Function group.
In the Sandbox system:
Tcode SE37: Create a function Group with the Same name.
Copy all the includes and source code in this system.
Activate them.
<b>reward if Helpful.</b>
‎2007 Oct 03 5:02 AM
hi
good
i dont think there is any transport routing between the development and sandbox server,if you want to test anyobject in the sandbox server than you must have the function module in that server also,otherwise you need to transport that to that server,
thanks
mrutyun^