cancel
Showing results for 
Search instead for 
Did you mean: 

Deadline monitoring for Shopping Cart

Former Member
0 Kudos

Hi Experts,

I am working on SRM 7.0 process controlled workflows.

Activated the deadline monitoring for shopping cart but I am getting the below error:

Work item 000000073752: Object /SAPSRM/CL_WF_EVENT_ADAPTER method TRIGGER_EVENT cannot be execute

Please help to solve this.

Thanks,

Sangeeta

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

To find the cause you will need to debug:

For testing you can call the method

/SAPSRM/CL_WF_EVENT_ADAPTER -> TRIGGER_EVENT

Take the following parameters from the document wfl log:

IV_DOCUMENT_GUID IV_DOCUMENT_GUID

IV_DOCUMENT_TYPE IV_DOCUMENT_TYPE

IV_EVENT IV_EVENT

IV_EVENT_SUB_CATEGORY

IV_WORKITEM_ID

IV_DOCUMENT_ID

Before to start debugging, set a beark point in CL_BBP_MESSAGE_CREATE -> execute

Here you can find why the alert method is not been able to be executed.

Probably you are passing some wrong parameter.. Do you use Badis BBP_OUTPUT_CHANGE_SF or BBP_ALERT.. try to deactivate these Badis and retest.

Thanks,

Melina

Former Member
0 Kudos

Hi Experts,

Can anybody please help me deadline monitoring in Process-controlled workflows - Shopping cart

I am getting below error:

An exception with the type CX_SY_DYN_CALL_PARAM_MI SSING occurred, but was neither handled locall

When I debugged I found data is missing in standard tables: HRC1002 & HRS1002.

Please let me know how to proceed & solve this issue.

Thanks,

Sangeeta

Former Member
0 Kudos

Hi Experts,

During debugging I found exception is coming up in CL_BBP_MESSAGE_CREATE- RENDER_FORM

'Exception CX_SY_NO_HANDLER triggered'

'An exception with the type CX_SY_DYN_CALL_PARAM_MI SSING occurred, but was neither handled locally'

Please help me resolve this issue.

Thanks,

Sangeeta