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

SO_OBJECT_SEND

Former Member
0 Likes
873

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
Read only

Former Member
0 Likes
762

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.

Read only

Former Member
0 Likes
762

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

Read only

0 Likes
762

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

Read only

0 Likes
762

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