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

upload item text for FI document using BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
782

Hi,

I need to upload FI document posting using BAPI_ACC_DOCUMENT_POST. However item text that I received is too long and need to store at item long text. So can we use BAPI_ACC_DOCUMENT_POST to upload long text for item text? If this possible, may I know how to do this.

Thanks.

Regards,

ain

1 REPLY 1
Read only

Former Member
0 Likes
556

Hi,

You cannot pass item long text using this BAPI, Call the function module SAVE_TEXT after successfull call of BAPI

Call Save_Text with following parameters.

Text_ID : 0001 (Notes)

Text_object : DOC_ITEM (Line Item Text)

Language : EN

Text Name : Company code +Document NO + Fiscal Year + Line item ID

Regards

Vinod