cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapper BAPI for Equipment Characteristic value

Former Member
0 Kudos

Hi,

Can you please confirm wrapper bapi to push equipment change/install details from SAP Work Manager?

Is it /SMERP/PM_DOEQUIPMENT_UPD?

I also need to understand how and what wrapper BAPI is used to push equipment characteristic values from Work Manager to ECC.

Please advise.

Cheers,

Vikram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Any inputs pls...We are using SAP Work Manager 6.3.

Cheers,

Vikram

Former Member
0 Kudos

Vikram,

below are the name of the bapi wrapper

equipment update- /SMERP/PM_DOEQUIPMENT_UPD

Charcteristic update - /SMERP/PM_DOCLASSIFICATION_UPD

Former Member
0 Kudos

Hi Ajitesh,

Do you know how equipment characteristic update happens..say when mobile user changes some equipment details and also characteristic update on that particular equipment?

Does Work Manager call both wrapper rfc's PM_DO_EQUIPMENT_UPD and PM_DOCLASSIFICATION_UPD simultaneously? Am I missing something on process or call sequence. Appreciate any possible help.

Cheers,

Vikram

Former Member
0 Kudos

No, if you are changing only to characteristic values than PM_DOCLASSFICATION_UPD bapi will execute not the equipment update bapi.

In Transmit action there is a step CharacteristicValuePostLoop, in this action there is some sub-action and for equipment characteristic it checks is there any Pending characteristic present. if yes then call PM_DOCLASSIFICATION_UPD bapi.

Former Member
0 Kudos

Hi Ajitesh,

Thanks for your help!

We have a requirement to do some validations in ECC before characteristic values transmitted from work manager are updated in ECC. Do you know how to go about this enhancement.

I see include /core_bapi_template_incl getting called within PM_DOCLASSIFICATION_UPD fm. This include is common across all SMERP related FM's.

Any input will be greatly appreciated.

Cheers,

Vikram