cancel
Showing results for 
Search instead for 
Did you mean: 

BSP error on UI while editing and saving a transaction!

Former Member
0 Kudos

Hi Experts,

I am getting a dump while trying to edit partner fucntion assigned to Complaint Transaction.Any idea why is it coming or under what circumstances, such an error occurs?

Business Server Page (BSP) error

What happened?

Calling the BSP page was terminated due to an error.

SAP Note

The following error text was processed in the system:

Message E CRM_ACTION 204 cannnot be processed in plugin mode HTTP

Exception Class-CX_SY_MESSAGE_IN_PLUGIN_MODE

Error Name

Program-CL_BSP_WD_VIEW_MANAGER========CP

Include-CL_BSP_WD_VIEW_MANAGER========CM002

ABAP Class-CL_BSP_WD_VIEW_MANAGER

Method-DO_REQUEST

Line-43

Long text-

Thanks and Regards,

Rohit

Accepted Solutions (1)

Accepted Solutions (1)

CarstenKasper
Active Contributor
0 Kudos

Hi,

yes, this is most likely the soltuion. I am getting similar error messages when I use the function modle RFC_READ_TABLE to get table contents from a remote system. At least if there was an error while processing it.

As the SE91 search did not bring results, you could use the debugger. Set a watchpoint to sy-msgid = CRM_ACTION.

cheers Carsten

Answers (2)

Answers (2)

suchita_phulkar
Active Contributor
0 Kudos

Hi Rohit,

I am facing the same problem.

Only difference is in my case its saying

"Message E CRMD_ORDER 015 can't be processed in HTTP Plug in mode"

This DUMP is appearing in doing some edit/change etc on Sales Orders. And it appears anytime and does not appear in same situations. Hence when its reported to me, i could not regenerate the error as it never appeared that time.

Now This dump is again coming in some or other time..

Since you have mark the thread as answered..Can you please help me with the solution. I would be greatful to you.

Thanks & Regards,

Suchita

Former Member
0 Kudos

Hi,rohit raturi

There is no meessage number 204 for message class CRM_ACTION , Did you enhance the transaction ?

Former Member
0 Kudos

Hi,

I am just exploring the standard SAP CRM 2007 producy As-Is.

I haven't done any modification. I am just checking the Business Transaction Assignment functionaity of IC Manager, where he searches for transactions and assign them to different Organization by changing the Partner Function-Responsible Group.

At that time, while saving, I am getting this error.

Thanks and Regards,

Rohit

Former Member
0 Kudos

Hi,

Because in my CRM system , there is no message number 204.

Maybe I know the reason caused the issue .

In abap code , there is a code like 'message E204(crm_action)' somewhere , the sentence can not be run during the runtime of WEB UI.

Edited by: xiaoming cai on Nov 20, 2008 4:10 PM