‎2008 May 22 11:32 AM
hi all.
BAPI 'BAPI_CONTRACT_CHANGE' is returning an error message 'Could not determine recipients for message type 'EKSEKS'.
Please provide a solution .
‎2008 May 22 11:56 AM
are you using this BAPI in IDoc scenario. Then I would say that for the message type, you still have to define the recipients.....
‎2008 May 22 11:56 AM
are you using this BAPI in IDoc scenario. Then I would say that for the message type, you still have to define the recipients.....
‎2008 May 22 12:00 PM
NO I am using this BAPI inside a User exit to change the values of payment term (ZTERM) and INCO term (INCO1,INCO2) for a agreement contract(ME32K).
‎2008 May 22 12:12 PM
Are you executing Commit work inside the Exit ? it may couse the problem, (Never execute commit work inside an Exit)
for further investigaton of the error use this BAPI
Pass the message nubmer an id to another bapi u will get the exact messgae text
CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL'
EXPORTING
id = msg id
number = msg number
language = sy-langu
textformat = 'ASC'
IMPORTING
message = lw_message.
lw_message gives message text ( exact error message).
Hope this help
Regards
Bikas
‎2008 May 22 12:21 PM
No i am not using a commit -work ,for testing purpose i am testing using se37.
‎2009 Dec 04 4:19 AM
hi , the problem is with client Idoc settings. it is working now fine.
‎2010 Feb 04 9:42 PM
I'm having the same problem, but I have no experience to change the IDOCS Settings. Did you could give me some tips?
Thank you.