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: 

BDC: Header and item

Former Member
0 Kudos

Hi all

can any one please let me know how to upload header as well as item details from the same flat file through BDC?

For example my file is like this.



 Customer (header) Ref(header) Account (item) GL(Item)
  100                      test            588                  9999
  100                      test            600                  1000
  101                       rtr              858                  666

                                                                   

Based on the above file i have to create a BDC and in this for the same header i have to upload two item details.

Can any one please tel me procedure how to do that??

Thanks

AJ

3 REPLIES 3

Former Member
0 Kudos

Hi Arun Joseph,

What is the problem with this flat file?

Just LOOP these records, under AT NEW do the process regard HEADER field values, under AT END do the process for both header and its corresponding items and in between these statements process the items.

Usually this is the way to do BDC for such type of recoeds. For example, Sales Order Creation, Purchase Order Creation and all.

Regards,

R.Nagarajan.

-


We can -


0 Kudos

Can any one please send the example coding for such records?

Thanks

AJ

Former Member
0 Kudos

Thanks