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: 

SO_OBJECT_SEND

Former Member
0 Kudos

Hi everyone,

I am trying to modify the FM 'SO_OBJECT_SEND' but i cannot find any user-exit or other to be able to change it. Has anyone ever do this or does anyone know if there is another way of changing it?

Thanks

4 REPLIES 4

Former Member
0 Kudos

Hi Mel,

1. this fm is a standard sap fm.

2. customers are not allowed to change it

(we can get access key and change)

3. Buts ITS NOT ADVISABLE

to change any standard sap object.

4. Instead what u can do is

COPY it to Z name.

5. goto se80,

and open the function group SOA2

Right click and copy the full function group,

and copy the required fms.

regards,

amit m.

former_member181962
Active Contributor
0 Kudos

Hi Mel,

Do not change the standard function modules.

If you want to modify, then you can copy them and modify the copy.

What exactly is your requirement?

Another way of modifying the standard function module is to encapsulate the original function module in your own Z Function module which does all that the std fm does and a bit more than that.

Regards,

Ravi

0 Kudos

Hi,

the thing i want to do is to change the FM from the program RSCONN01 ( i know that this pgm is also SAP)

Regards,

Mel

0 Kudos

HI Mel,

In that case, copy the prgram rsconn01 into a z program and modify it...:)

Can you tell us why do you want to change the FM?

Regards,

Ravi