cancel
Showing results for 
Search instead for 
Did you mean: 

Production order status (DLV & TECO)

Former Member
0 Kudos

HI Experts,

I am working in scenario where third part system sends the Production order status (DLV & TECO) to SAP.

Can you please suggest idoc / BAPI for the same.

Best Regards,

Priya

Accepted Solutions (0)

Answers (2)

Answers (2)

svs_sap
Active Contributor
0 Kudos

Hi

You need to trigger IDOC for goods receipt to update DLV status, this idoc should perform function of goods receipt for the order and update delivery indicator. check below function modules for goods receipt and also you can use BAPI as suggested.

COSF

CO_SF_HEADER_GOODS_ISSUE

CO_SF_HEADER_GOODS_RECEIPT

CO_SF_ITEM_GOODS_RECEIPT

CO_SF_ITEM_GOODS_RECEIPT_OCM

COWB

CO_WB_GET_GOODS_MOVEMENTS

CO_WB_MAINTAIN_GOODS_MOVEMENTS

CO_WB_SET_GOODS_MOVEMENTS

Best regards,

Sharat

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Please try these BAPI.

BAPI_PRODORD_COMPLETE_TECH

BAPI_PRODORD_CLOSE

Regards,

R.Brahmankar

Former Member
0 Kudos

HI Rupesh,

Are these not for TECO only?

Can you please let me know for DLV as well.......

Thanks in advance,

Priya

Former Member
0 Kudos

Hi Priya,

DLV status can be set only when the Goods receipts are posted for the Production order (for the entire order quantity; Partial GR will set the status PDLV).

Do you (want to) post the Goods movements for the Production order in SAP, from the data fed from the third party system?

If yes, you can use the BAPI_GOODSMVT_CREATE and post the goods movements.

Regards,

Senthil

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You need to update Delivery completion indicator in delivery means while Good Receipt.

Or you can also set this indicator in production order in Good receipt tab also for that you can use the BAPI BAPI_PRODORD_CHANGE .

You can also try the FM CLOI_CHANGES_UPL_31.

Regards,

R.Brahmankar