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

Export Function Group or Funtion Module

Former Member
0 Likes
1,339

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,058

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,059

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

Read only

Former Member
0 Likes
1,058

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

Read only

varma_narayana
Active Contributor
0 Likes
1,058

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>

Read only

Former Member
0 Likes
1,058

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^