cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Service and Asset Manager 2310 /MERP/BADI_WCM_SYNC_SSAM error

Radek_Uhlir
Explorer
0 Kudos

We have installed SMFND + SMERP SP 13 on ERP 6.0 EPH 7.
In t-code /O/IWFND/GW_CLIENT, when I call URI:

  • /sap/opu/odata/MERP/SAP_SRV_ASSET_MANAGER_2310/MyEquipments
  • or /sap/opu/odata/MERP/SAP_SRV_ASSET_MANAGER_2310/$metadata
  • or any other /sap/opu/odata/MERP/SAP_SRV_ASSET_MANAGER_2310/...

I get error 500 and DUMP is generated. I can check the dump in ST22:

The current ABAP program "/MFND/CL_CORE_BOM_OMDO_CONFIG=CP" had to be
terminated because it has come across a statement that unfortunately cannot be executed.
In include "/MERP/CL_PM_WCM_APPRPROCESS_ODCO ", in line 34 of program
"/MERP/CL_PM_WCM_APPRPROCESS_ODCP ", the following syntax errors
have occurred:
Type "BADI_WCM_SYNC_SSAM_SAP" is unknown.

SE19 - check:
BAdI: /MERP/BADI_WCM_SYNC_SSAM
Enhancement Implementation -> Check

Type "IF_EX_BADI_WCM_SYNC_SSAM" is unknown

Radek_Uhlir_0-1708953434486.png

Interface/Method is missing. I have implemented all notes from the primary note https://me.sap.com/notes/2660361.

 

View Entire Topic
SebastianEsch
Active Participant
0 Kudos

Have you seen https://me.sap.com/notes/3277604/E?

Kind regards,

Sebastian

Radek_Uhlir
Explorer
0 Kudos

No, I have not. I thought all other notes were "Obsolete". Hmm, but I see now there is an exception for the pre-installation of SP12 (SAM 2305). We have solved our problem by coping of missing BAPI etc. from S/4HANA system. The note is "Can be implemented" in our system (with others), but probably I will not try it, when we "fixed it" another way. But the note says "Please note that this BAdI can only be implemented internally by SAP". So I am not sure if I could implement this note even if I wanted to.