cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to Attach file

Former Member
0 Kudos
165

I'm trying to create an RFC that will attach a file to an activity or business partner in CRM. I was looking for a ABAP function module that might guide me in the right direction.

Any advise or guidence would be appreciated.

Thanks,

Tom

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Tom!

So do it manually while you make a SQL-trace. Afterwards look for a relevant table, jump into source code of the update, set a break-point.

Make a second manual link (maybe with update debugging) and wait for the break. Have a look into call stack, if the is a nice function module.

Regards,

Christian