‎2010 Aug 18 1:42 AM
Hello Gurus,
I am creating PO's using the mentioned FM, but i am not able to find the tax code.
my requirement is, when user enter vendor details and uploads falt file with item,MATNR and del. schedule lines, program should create POs.
can you please help me how to find taxcode to pass above fm.
reards
‎2010 Aug 18 1:54 AM
Hi,
BAPI_PO_CREATE is obsolete. There is a replacement BAPI_PO_CREATE1 which offers additional functionality. You can find code in structure POACCOUNT.
Cheers
‎2010 Aug 18 1:54 AM
Hi,
BAPI_PO_CREATE is obsolete. There is a replacement BAPI_PO_CREATE1 which offers additional functionality. You can find code in structure POACCOUNT.
Cheers
‎2010 Aug 18 4:01 AM
Hello,
Thanks for your quick reply,
the same tax code we can pass in bapi_po_create also. But i want to now from which table i can fetch tax code by using the fields like venodr code, matnr, ekorg, lgort .
regards
Nagakrishna
‎2010 Aug 18 6:09 AM
‎2011 Jul 06 9:12 PM
Tax code cannot be found using the combination tha tyou have mentioned, you got to select the appropriate tax code based on tax jurisdiction, etc.,....functional team memebr can help you to do so. trechnically tax codes values are in table T007A.
‎2011 Jul 09 4:55 AM