‎2006 Nov 06 6:16 AM
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
‎2007 Jul 07 9:51 AM