‎2008 Nov 07 3:04 PM
Hello All,
i am using BAPI_INCOMINGINVOICE_CREATE.
i added GLACCOUNTDATA.
i wanted to add the text but only the text is not getting updated.
but the invoice gets created.
Moderator message: please read the Terms of Engagement, and how they relate to points
regards.
Edited by: Matt on Nov 7, 2008 4:21 PM
‎2008 Nov 07 4:05 PM
Hi,
welcome to SDN.
Have you appended your text check back once.
Cheers!!
VEnk@
‎2008 Nov 08 7:53 AM
HI,
Thank for the reply but it did not work.
yes the text is appended.
Call the BAPI
CALL FUNCTION 'BAPI_INCOMINGINVOICE_CREATE'
EXPORTING
headerdata = inv_header
ADDRESSDATA =
IMPORTING
invoicedocnumber = inv_number
fiscalyear = inv_year
TABLES
itemdata = inv_item
accountingdata = inv_subitem
GLACCOUNTDATA = inv_subalacc
MATERIALDATA =
TAXDATA =
WITHTAXDATA =
VENDORITEMSPLITDATA =
return = return .
this bapi is used in my program.
it is creating the invoice.
i added the the following to this bapi
GLACCOUNTDATA = inv_subalacc
to this table i am passing all the mandatory fields. and the filed that i want that is the text. item_text.
all the other things are updated except for the text.
the Bapi returns no message.
Thanks in advance.
Regards,
Vimal Khare.
‎2009 Jan 28 9:53 AM