cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ME PAPI Assemble

sebastian_melzer
Discoverer
0 Kudos
510

Hello all,

I want to built an application to assemble components via PAPI service. All services require the field <prod:event>???</prod:event> . In the Javadocs I find the following sentence which unfortunately don't help me. (Event that corresponds to the EVENT in activity log configuration). I found in some SAP Document that baseFinished:AssemblyPoint is a possible value but when I used that the assemble is not working as I expected. It directly assembles the whole BOM qty for this component/operation and not the qty I send with the request.

So can anybody give me a list of all possible values and what the difference between them is?

Best regards

Accepted Solutions (0)

Answers (3)

Answers (3)

ajit3204
Explorer

Hi.

Use the event value as baseFinished:AsBuilt and service as assembleAsBuiltComponents

Regards,

Ajit Kumar

sergiy_katerinich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi!

You can find Event codes WIP.ACTIVITY_LOG_CONFIG.EVENT column. I doubt they can affect behavior of PAPI, because they are rather used for creating Activity Log record. So, if you think PAPI works in a strange way, please submit a support ticket.

Regards,

Sergiy

sebastian_melzer
Discoverer
0 Kudos

Thank you, that worked.

Can you or anyone else explain what the difference is?

And are there more possible values with different behaivor?

Regards

Sebastian