‎2007 Dec 20 7:21 PM
Hi,
I am creating FI document using BAPI_ACC_DOCUMENT_POST . But it is creating COPA document for each FI line item .
So, I do not want to create a COPA document for that each FI line item.
I am not passing CRITERIA or VALUEFIELD table values.
Any suggestions will be appreciated.
Thanks
Rocky
‎2007 Dec 20 7:47 PM
‎2007 Dec 20 8:02 PM
can i know the wht is ur requirement.??
and try to pass only the foll. tables ..and check it now,,,
CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
EXPORTING
documentheader = v_bapiache09
TABLES
accountgl = i_bapiacgl09
currencyamount = i_bapiaccr09
return = i_bapireturn.
.
‎2007 Dec 20 8:06 PM
Hi,
Thanks for reply. i am using same logic. i didn't get. That is the reason i posted this message
My requirement is create FI document but donot create COPA document
‎2007 Dec 20 10:50 PM