cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI: BAPI_PRODORDCONF_CREATE_TT

Former Member
0 Kudos

Dear Friends,

I am facing a problem with BAPI: BAPI_PRODORDCONF_CREATE_TT

Actually this BAPI I am using in my Zprogram for the operation confirmation. I am able to execute the BAPI and it is doing the operation confirmation. But it is not performing the Goods movements. I am not getting any error also. I am passing all the possible and required data to the BAPI. Please let me know, if anybody is having the idea about it.

I am using the GOODSMOVEMENTS structure to send the material data. And I am using the LINK_CONF_GOODSMOV to link the time ticket with the goods movement. Still system is not posting any material document. And I am not getting any error. Please suggest..if you have any idea...

Thanks in advance.

Regards,

Surya.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi surya,

I am getting the same problem what u have mentioned. Can you please tell me how u solved this issue.

I could confirm the production but not able to do Goods confirmation...

Can you tell me wat are the inputs u passed to this BAPI..

Regards,

Prem

Former Member
0 Kudos

While doing the debugging of BAPI we found that.. BAPI is taking the total 18 digit of material code... even though we are using 10 digits. Based on that BAPI is not able to find the material...and there is no message for this. Because that material itself doesn't exist.

Regards,

Surya.

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

Try parameter POST_WRONG_ENTRIES with following values:

o 0: Neither confirmations with errors nor confirmations that cannot

be processed due to a lock situation are transferred to the error

pool.

o 1: Confirmations with errors are transferred to the error pool,

whereas confirmations that cannot be processed due to a lock

situation are not transferred to the error pool.

o 2: Both confirmations with errors and confirmations that cannot be

processed due to a lock situation are transferred to the error pool.

Former Member
0 Kudos

Hello,

sometimes the goods movements are not posted but stored for later processing. Please check tr. CO1P for your order.

Regards, Andreas

Former Member
0 Kudos

Dear Friends,

I tried all these options. But none of them are working.

Through manual confirmation, I am able to confirm the confirmation and goods movement.

There are no errors in COGI and BAPI is not giving any error message also.

Regards,

Surya.

Former Member
0 Kudos

Hi,

Check whether you movements have errors - ts COGI.

Regards,

Alexander

Dsk
Active Contributor
0 Kudos

Surya,

1. First try to do goods confirmation in the transaction mode and check if the goods movements is happening or not.

2.If Yes for above point , then without passing any parameter

to the ""LinkConfGoodsmov"" try to make the confirmation with your programme.

3.I recommend u to try this as the FM documentation tells about this .

FM documentation :

If no entry exists in the LinkConfGoodsmov table for a confirmation, goods movements are determined using the standard logic for backflushing and automatic goods receipt for confirmations

If you have tried all the above fine..Else kindly try this and give us the feedback..

reg

Dsk