cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sync SAP EAM and Asset Central: Equipment

simonleifick
Participant
487

Hi,

I am following the integration guide for integration SAP EAM and Asset Central.
When I am creating an equipment, I receive the error "Source BP role cannot be empty"
What does this mean?

In the integration guide,the following is described:


I have customized my own equipment category (Z), so I don't know what is missing here?

Thanks & BR
Simon

Accepted Solutions (1)

Accepted Solutions (1)

bdiemer1
Explorer

Hi Simon,

with SourceBPRole the Role of the Equipment "distributer" must be set.

You may find a hint for something like that in the API documentation so found for Equipment:

"sourceBPRole": { "type": "string", "enum": [ "1", "2", "3" ],

"description": "The source business partner role of the equipment.

Possible values are

1 - For my operations,

2 - For Service and

3 - For Customer.

Use /enumeration API with the type as 'SourceBPRole' to get the enumeration."

I hope that helps.

Regards

Bernhard Diemer

simonleifick
Participant
0 Kudos

Great, thanks!

Answers (0)