Application Development 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: 

Web services

Former Member
0 Kudos
93

Hi All,

I published a function module as webservice. But I developed the function module localy only.

Later after publishing , I tested it in development server. Its working fine..NET system can access it.

But now I want it transport to Quality.I attached the function module to Transport request.But I dont know what are the objects I have to link to Transport request.

Please help.

Regards,

Nikhil

1 ACCEPTED SOLUTION

Former Member
0 Kudos
55

Not too sure how you got the function module into a transport request but in this case it is better to work with the whole group.

Navigate to SE80->Select Function Group->Enter you function group

From here right click on the group and select Other Functions->Change Package Assignment

Enter your package (Z* or Y*) and you will be prompted for a transport request. As the transport contains the entire group then all associated objects will be included.

To make sure though within SE80 select Local Objects and repeat similar steps (i.e. I am not sure if a WS has it's own directory entry)

Pete

1 REPLY 1

Former Member
0 Kudos
56

Not too sure how you got the function module into a transport request but in this case it is better to work with the whole group.

Navigate to SE80->Select Function Group->Enter you function group

From here right click on the group and select Other Functions->Change Package Assignment

Enter your package (Z* or Y*) and you will be prompted for a transport request. As the transport contains the entire group then all associated objects will be included.

To make sure though within SE80 select Local Objects and repeat similar steps (i.e. I am not sure if a WS has it's own directory entry)

Pete