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: 

BAPI billing

Former Member
0 Kudos

Hi,

i am working with bapi billing(bapi_billing_createmultiple) to upload the data .

the flat file format is like this

h1 h2 h3 h4 h5 i1 i2 i3 h6 h7 h8

(h is header , i is item)

how to write the logic there

please help me

i am trying since 24 hours

Regards,

1 REPLY 1

former_member186143
Active Contributor
0 Kudos

with a bapi it's very normal thos development times unfortunately I don't have the bapi in my system

normally you define tables which have the same type as the bapi tables you want to transfer (if it are tables and not structures ?? )

you loop through you're imported data and transfer alle the appropiate fields to the table or structure.

(if it are structures you loop over youre header table and run the bapi each time, if it are tables you just run the bapi in the end)

kind regards

arthur de smidt