Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_INCOMINGINVOICE_CREATE

Former Member
0 Likes
456

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

3 REPLIES 3
Read only

Former Member
0 Likes
401

Hi,

welcome to SDN.

Have you appended your text check back once.

Cheers!!

VEnk@

Read only

0 Likes
401

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.

Read only

Former Member
0 Likes
401

The question got cleared.