‎2009 May 13 6:37 AM
Hi All,
My requirement is posting the billing document through z-program
By suing the bapi BAPI_ACC_DOCUMENT_POST
In this bapi from ECC6.0 onwards the TCODE field value is BAPI only
But I want the TCODE field value as my z-tcode only
How can I overwrite this value in bapi?
Thanks in Advance
Jaya.G
‎2009 May 13 9:31 AM
‎2009 May 13 12:27 PM
Try to Make a Custom ZBAPI and do the necessary changes and use it in ZTCODE
‎2009 May 15 8:19 AM
hi,
BADI AC_DOCUMENT is available in the system.
This badi is called whenever the account document is posted in the system.
With the help of this badi, i guess you can change the t.code value.
regards,
Vinod.