4 weeks ago
We have a number of purchasing groups and positions that were deleted in SRM. We tried reinstating records in HRP100, HRP1001, HRP5500 and PLOGI which let us select the old group in workload distribution to assign the shopping carts and purchase orders associated with the old group to the ones we recreated. However, drafts and documents pending approval are not listed for reassignment there. Those documents are short dumping and giving users the message below when users try to edit them. What can we do to resolve this?
Error message to users:
Short dump:
ategory ABAP programming error
untime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO
xcept. CX_SY_REF_IS_INITIAL
BAP Program /SAPSRM/CL_PDO_META_BO_SC_ADV=CP
pplication Component SRM-EBP-SHP
ate and Time 10/14/2024 22:12:34
Short Text
Access using a 'NULL' object reference is not possible.
What happened?
Error in the ABAP application program.
The current ABAP program "/SAPSRM/CL_PDO_META_BO_SC_ADV=CP" had to be
terminated because it found a
statement that could not be executed.
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_REF_IS_INITIAL' and was not caught in
procedure
"/SAPSRM/IF_PDO_META_CONSUMER~GET_SET_TYPE_METADATA" "(METHOD)", nor was it
propagated by a RAISING clause.
>>>>> CALL METHOD mo_meta_app_view->get_set_type_metadata
17 EXPORTING
18 iv_set_type = iv_set_type
19 iv_parent = iv_parent
20 RECEIVING
21 ev_exist = lv_exist.
22
23 IF lv_exist NE abap_undefined.
24 ev_exist = lv_exist.
25 ENDIF.
(IV_SET_TYPE = 39, IV_PARENT = 16)
User | Count |
---|---|
104 | |
10 | |
8 | |
7 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.