cancel
Showing results for 
Search instead for 
Did you mean: 

Using BAPI_PRODORDCONF_CREATE_TE and set confirmation to Final confirmed

stale_idland
Explorer
0 Kudos

Hi experts.

We are using this mentioned BAPI with B10/B40 for start/stop work order, and that works ok.

But we are not able to set a operation to "final confirmed"

Have seen that there is a note saying that B40 and "final confirmation" wont work. We have used V40 to set operation to Final confirmed at then a B40 to stop the work order.

Is there another way to do it , without using V40 ?

Which BAPI should I use , and which record type ? Please give us an example.

BR, S. Idland

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Stale,

BAPI_PRODORDCONF_CREATE_TE is used to confirm a time event

Please refer OSS note 1230750 - Time event confirmation BAPI: FIN_CONF field has no effect

Even though the field FIN_CONF is contained in the table TIMEEVENTS, the BAPI does not use this field. The record type (RECORDTYPE field) determines whether there is a partial confirmation or a final confirmation.

Since the BAPI interface is frozen, the field FIN_CONF can no longer be removed. Ignore the field.

You can use V40 or try BAPI_PRODORDCONF_CREATE_HDR

Best Regards,

R.Brahmankar