cancel
Showing results for 
Search instead for 
Did you mean: 

One issue regarding PPDS OP.confirmation from Legal Non-SAP system

Former Member
0 Kudos

Dear Experts

we met a BAPI function issue regarding PPDS Operation.confirmation from Legal Non-SAP system.

scenario is as following:

we want to build the interface between PPDS and non-SAP system, regarding OP. and order confirmation inbound processing.

now we input simulated inbound date and test using BAPI: BAPI_MOSRVAPS_CONFOPRMULTI

but we find a problem, even we set different value for fields ‘ duration’ in function. after call BAPI, It didn't reflect the 'net duration' or 'remaining duration', these fields not changed through check in Tcode:/SAPAPO/RRP3 for single operation.

In the meanwhile , but it works for fields 'confirmed Yield' and fields 'confirmed Scrap' for single operation.

my questions is that: if we need to synchronize the operation confirmation( including confirmed yield,confirmation scrap, duration),do we use the correct BAPI for this or do we need an additional BAPI, please hints.

Thanks a lot! any feedback would be welcome!

Best Regards

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kevin,

Yes you use the right BAPI.

you have to use table OPERATION_CONFIRMATION.

You cannot just set the duration. You have to trigger time event confirmations.

The field duration according to the documentation currently not supported.

You need to use CONFIRMATION_TYPE

0100 Start of Setup

0150 End of setup

0200 Start of processing

0300 Partially complete

0350 Complete

Not sure if all confirmation types are supported by the BAPI.

You can also set start and end time but not sure either whether it is supported or not.

Regards,

Uli

Former Member
0 Kudos

Dear Uli

Thanks for reply, we did use table OPERATION_CONFIRMATION already.

based on our scenario, we consider the confirmation type 0300 and 0350.

0350 works correct.

But we met the problem when we use 0300- Partially complete, use this BAPI, it couldn't make the ‘duration' change, even we set value for start time and end time, but no calculation happened also.

any opinion for this? or we could use optional FM or BAPI to complete this? I really appreciate it.

Thanks

Best Regards

Kevin