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: 

CRM_ORDER_MAINTAIN not working as RFC

Former Member
0 Kudos

Hi ,

we need to change the msg partner for a support desk msg from webdynpro application.for that we are creating a custom RFC function module, Contains the below coding ,

CRM_ORDER_MAINTAIN

CRM_ORDER_SAVE

BAPI_TRANSACTION_COMMIT

It is successfully changing the business partner ( msg processor ) in the support desk msg . But if we call this function module from webdynpro it is not creating as such.

what could be the reason .

____________ we checked the following

1. we called the RFC from other SAP system . it is not working .

2. we debugged that RFC from R/3 , we found the difference. For the below functional module is not returning any events from R/3 . whereas if we run the FM from solution manager it is exporting events .

CRM_EVENT_PASS_INFO_EXE_OW

1 REPLY 1

Former Member
0 Kudos

Hi,

Did you solve this issue?? if you do? how you do it?

thanks in advanced.