Application Development 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: 

F-02 Bapi how to use it.

Former Member
0 Kudos

Hi all,

I have to upload the data in F-02.

So, i decided to use BAPI 'BAPI_ACC_DOCUMENT_POST'

The thing is i have multiple header with number of items.

So, can one guide me in this BAPI usage in detail.

Thanks & Regards,

Esaki

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos

Is the BAPI documentation not detailed enough?

When you have multiple headers, you will have to loop at these headers all call the BAPI several times.

6 REPLIES 6

Sm1tje
Active Contributor
0 Kudos

Is the BAPI documentation not detailed enough?

When you have multiple headers, you will have to loop at these headers all call the BAPI several times.

Former Member
0 Kudos

Hi Micky Oestreich,

Thanks for your reply,

If i have multiple header, with n number of items then how should i have to proceed.

and how to map the items with respect to its header.

Can i have a clear idea from you.

Thanks & Regards,

Esaki

0 Kudos

Its the job of a programmer to manipulate things and make things happen, if every thing was easy.. the client will not require to hire a programmer... any ways check the below link for more help:

[Link |https://forums.sdn.sap.com/search.jspa?q=BAPI_ACC_DOCUMENT_POST&dateRange=last90days&searchID=23204888&rankBy=10001&start=0]

Former Member
0 Kudos

Hi J@Y,

Thanks for your valuable time to respond 2 lines to this highly important post.

As per your advice i solved it by own.

Thanks a lot.

Esaki

Former Member
0 Kudos

Esaki - J@Y's answer was correct. In addition, there are many posts in this forum describing how to use that BAPI.

Rob

Former Member
0 Kudos

Thanks