cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for Process Order confirmation & COR6 tcode functionality

Former Member
0 Kudos

Hi Folks ,

I need to replicate the functionality of COR6 transaction code via BAPI / FM. The functionality as confirming the phase + goods movement of the backflush components + final issues indicators in short the whole transaction to be implemented via BAPI / FM .

I am currently using the bapi_prodordconf_create_tt, but Functionality is similar to the COGI , more or less it is similar to the COR6 transaction but not fully .

I am also exploring the option for the business objects .

Any leads to this would be of great help .

Regards

Swapnil P Kamble

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sabine ,

The BAPI bapi_procordconf_create_tt is posting & processing the order+phase based on the COGI transaction , even if we check the table entries for RESG the TCODE is being updated as COGI .

Quoting :- what is not similar in COR6 with this BAPI ?

I cannot get the error message from the BAPI explicitly for goods movement (anything for 261, 531,101 movement types) .

In COR6 transaction if there is an error in any of the line item for Goods Movement posting it will not post that specific line item but will post remaining , whereas the BAPI did not post any of the documents if there is error .

I need to implement the check for the goods movement before passing it to the phase confirmation BAPI .

Regards

Swapnil P Kamble

Former Member
0 Kudos

BAPI_PROCORDCONF_CREATE_HDR is not similar to COR6,

BAPI_PROCORDCONF_CREATE_HDR is the header confirmation CORK.

bapi_procordconf_create_tt is the one for COR6n functionality

I don't know what you mean with " but Functionality is similar to the COGI , more or less it is similar to the COR6 transaction but not fully ." what is not similar in COR6 with this BAPI ?

BR,
Sabine

solomon_macwan
Active Contributor
0 Kudos

Hi Swpnil,

Please search the threads before posting a question.

You can use - BAPI_PROCORDCONF_CREATE_HDR.

regards,

Solomon