cancel
Showing results for 
Search instead for 
Did you mean: 

PO Creation : Portal Error " ASSERTION_FAILED "

former_member293881
Participant
0 Kudos

Hi,

While creation of PO by using OP_BUYRER user ID, I am getting below error in Portal. I have roles assigned in Portal, ABAP-SRM and ECC.

Any reason for this error?

Error :

Method:  ADD_EVENT_TO_QUEUE of program CL_FPM========================CP

Method:  IF_FPM~RAISE_EVENT of program CL_FPM========================CP

Method:  SET_CREATE_BUTTON_ACTIVE of program /1BCWDY/03N7C4GLNXNTUW30Z88P==CP

Method:  IF_COMPONENTCONTROLLER~SET_CREATE_BUTTON_ACTIVE of program /1BCWDY/03N7C4GLNXNTUW30Z88P==CP

Method:  RESET_SCREEN of program /1BCWDY/03N7C4GLNXNTUW30Z88P==CP

Method:  IF_V_PRSEL~RESET_SCREEN of program /1BCWDY/03N7C4GLNXNTUW30Z88P==CP

Method:  WDDOMODIFYVIEW of program /1BCWDY/03N7C4GLNXNTUW30Z88P==CP

Method:  IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/03N7C4GLNXNTUW30Z88P==CP

Method:  DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP

Method:  MODIFY_VIEW of program CL_WDR_VIEW===================CP

Thanks,

Rahul Mandale

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rahul,

ASSERTION_FAILED  short will be generated if something violating standard UI properties either statically defined or dynamically changing the properties in methods.

check your View MODIFY_VIEW to make sure all UI properties are correctly defined.

for example if you define cardinality 1...1 and you are providing any values to the context element, then it will gives you short dump ASSERTION_FAILED.

Thank You

Ajay