cancel
Showing results for 
Search instead for 
Did you mean: 

Dump Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT

Former Member
0 Kudos

In Corporate Account -> Sales area data assignment block when I was trying to edit button  the sales org   showing dump like below

SAP Note

  • The following error text was processed in the system:
    Define NavigationalLink FROMCORPACCOUNTSALESAREASEF for source view SalesAreasEdit in component BP_SALES.

I want to debug it but break point is not stoping over it.

My question is what is the problem and how should I start debugging on it to find root cause of it ?

I opened BP_SALES-> CorpaccountSalesAreasEF  in bsp_wd_cmpwb

attached is details of Webui, BSP_wd_cmpwb and dump screen

just need info how to start debug on right direction ?

Accepted Solutions (1)

Accepted Solutions (1)

kumar5
Active Contributor
0 Kudos

Hi,

Put a break point in Inbound plug of window 'SalesAreasEdit' and then try to debug it:-

Also put a breakpoint in 'EH_ONONE_CLICK_ACTION'

Thanks

Kumar Gaurav.

Former Member
0 Kudos

Hi Kumar,

thanks for your reply

stopping perfectly on given code.

dump is occurs at

METHOD ip_fromcorpaccountsalesareasef.

   me->view_manager->navigate( source_rep_view = me->rep_view

                             data_collection = iv_collection

                             outbound_plug   = 'FROMCORPACCOUNTSALESAREASEF' ).

ENDMETHOD.

former_member182421
Active Contributor
0 Kudos

Hi,

First, I would switch of the enhancements and see if the dump is still ocurring,

http://sapuniversity.eu/switching-off-customer-enhancements-in-sap-crm-for-symptom-analysis/

Cheers!

Lusi

kumar5
Active Contributor
0 Kudos

Hi,

Which version of SAP CRM you are using?

Thanks

Kumar

Former Member
0 Kudos

SAP CRM ABAP 7.0

former_member211707
Active Participant
0 Kudos

Hello Mak,

In 7.0 there is no code in the inbound plug method ip_fromcorpaccountsalesareasef. After clicking on edit button it navigates to window "salesareaedit" and inbound Plug is called. and, moves to the BP_SALES/CorpAccountSalesViewSet which has two views BP_SALES/CorpAccountSalesAreasEF and BP_SALES/CorpAccountOrgEF.

which version are you using??

Thanks,

Amit

former_member211707
Active Participant
0 Kudos

Hello Mak,

In 7.0 there is no code in the inbound plug method ip_fromcorpaccountsalesareasef. After clicking on edit button it navigates to window "salesareaedit" and inbound Plug FROMCORPACCOUNTSALESAREASEF is called. and, moves to the BP_SALES/CorpAccountSalesViewSet which has two views BP_SALES/CorpAccountSalesAreasEF and BP_SALES/CorpAccountOrgEF.

Thanks,

Amit

former_member182421
Active Contributor
0 Kudos

That's why I'm suggesting to disable first the customer enhancements

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mark/Kumar/Luis,

Do we need to comment below highlighted code to resolve this issue?.

because if i skip this code while debugging, i'm not getting dump.

Please let me know.

METHOD ip_fromcorpaccountsalesareasef.

   me->view_manager->navigate( source_rep_view = me->rep_view

                             data_collection = iv_collection

                             outbound_plug   = 'FROMCORPACCOUNTSALESAREASEF' ).

ENDMETHOD.



Regards,

Nagaraju


Former Member
0 Kudos

thanks all problem has been solved .. given points and closing thread.

former_member182421
Active Contributor
0 Kudos

what was the issue?

Former Member
0 Kudos

recently upgrade patches or Notes is applied so unwanted code came in SANDBOX where as Dev and Production does not have these code so its working fine.

Thanks Luis and Kumar.

Former Member
0 Kudos

Hi MRK,

Do you still remember what the problem is?

we have the same problem as yours and struggling to solve it.

Can you please suggest?

Thanks.

Jerry