Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

AFRU confirmation error ?

Former Member
0 Likes
1,113

Hi ,

As in a workflow i have created a process order ( using BDC to call COR1 ) , but when i check with the FM : BAPI_PROCORDCONF_CREATE_TT the conf_no returns null , although when i check in the table AUFK the process order exist , but when then i check in the table AFRU the record did not exist , what was wrong here , when we create a process order with COR1 , is the new process order written to the both table ( AFRU and AUFK ) or how ?

Please help me .

PS: good reward immediately.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
934

Hi,

did you create the order in a first step only ? You will find no entry in AFRU. Only after you posted an order confiramtion you will find the corresponding entry(entries) to your process order (see transactions COR6/CORK).

Rgds,

JP

3 REPLIES 3
Read only

Former Member
0 Likes
934

Is the DETAIL_RETURN table empty after the call to the FM?

If there are any errors, then you can find them in DETAIL_RETURN table.

Also check that the TEST_RUN parameter is passed as SPACE.

Regards,

Ravi

Read only

Former Member
0 Likes
934

Hi ,

Thank you very much for your answer .

I have checked and see that the table DETAIL_RETURN tells that the operation number does not exist for the process order , but even i check the process order in the table AFRU , it does not exist ?

That is the problem , I really do not know how ? Error in the COR1 or others ?

Please help me once .

Thanks.

Read only

Former Member
0 Likes
935

Hi,

did you create the order in a first step only ? You will find no entry in AFRU. Only after you posted an order confiramtion you will find the corresponding entry(entries) to your process order (see transactions COR6/CORK).

Rgds,

JP