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

create process order confirmation

Former Member
0 Likes
350

Hello,

I use the Bapi 'BAPI_PROCORDCONF_CREATE_TT' to create a confirmation in our Z program to replace 'COR6N'.

The only problem I meet is that it makes a material document for the good movements but don't write it in the table AFRU (field WABLNR).

Do I miss something in the BAPI??

I run the BAPI like that:

CALL FUNCTION 'BAPI_PROCORDCONF_CREATE_TT'

IMPORTING

return = lwa_return

TABLES

timetickets = gt_timetickets

goodsmovements = gt_goodsmovements

detail_return = lt_detail_return

.

The tables gt_timetickets & gt_goodsmovements are filled with relevant values.

Could anyone help me to know what make the doc no. to be written in AFRU?!!!

Thanks in advance,

Fariba

1 REPLY 1
Read only

Former Member
0 Likes
278

Hi Fariba,

I am facing the same kind of issue that you faced long back. If you have resolved this issue, can you help me by replying back to the thread

Thanks in Advance.

Regards, Senthil G.