cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SRM 7.0 WF..

Former Member
0 Kudos

Hi Friends,

We are in SRM SERVER 7.0 (Ramp-up version) with SP02, We are getting a dump error 'An exception has occurred' when we try to order a SC after activate the Standard Evaluation ID u20180EV_SC_SL2u2019 and Responsible Resolver Name u2018RR_SPENDING_LIMIT_APPROVERu2019. Here is the Dump error i can see in ST22 ..The Blod line is place where the cursor shows the Dumb...

lo_pdo_apv_ext ?= mo_pdo.

IF me->/sapsrm/if_cll_dom_apv_ext~is_historical_version( ) EQ abap_true.

RETURN.

ENDIF.

o_so_apv_it ?= mo_so_mapper.

need lead selection from BO

lv_item_guid = mo_parent_bo_mapper->/SAPSRM/IF_CLL_ITEM_ADMIN~GET_LEAD_SELECTION( ).

Retrieve the process information

TRY.

CALL METHOD lo_pdo_apv_ext->get_process_info_ref

EXPORTING

iv_item_guid = lv_item_guid

IMPORTING

er_process_info = lr_process_info

eo_meta_consumer = lo_meta_consumer

CHANGING

co_message_handler = mo_pdo_message_consumer.

CATCH /sapsrm/cx_pdo_abort INTO lx_pdo_abort.

mo_pdo_message_consumer->append_messages( EXPORTING io_message_consumer = lx_pdo_abort

ENDTRY.

*CALL METHOD me->/sapsrm/if_cll_dom_apv_ext~convrt_proc_info_for_ui( lr_process_info-> ).**

CALL METHOD me->/sapsrm/if_cll_dom_apv_ext~initialize_timestamp_for_ui( ).

"UPDATE_CLL_METADATA( ).

Any suggestion...

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Does user have SLAPPROVER attributes value ?

The code looks UI side issue and does not related with SLAPPROVER.

It is better to create customer message in SAP Service Marketplace.

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

Yes.. SL APPROVER sttribute mainatained...