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

How to upload a multistructured file in BDC program using gui_upload?

suhasykhengle
Explorer
0 Likes
490

I want to upload a multistructured file in BDC program...in which some structures are repeating for multiple records..how to do this..

BP_GEN_DATA FR0100270154 FR12345678902

BP_PAYMENT FR 0123456789 01234567890

BP_UNLOAD MARSEILLE X FR

BP_UNLOAD PARIS FR

Here BP_GEN_DATA is root structure and BP_UNLOAD is lower level structure which is repeating

2 REPLIES 2
Read only

Former Member
0 Likes
467

Hi,

here you can use LOOP for the repetative records.

here number of times to be looped has to be counted first .

Please reward if useful.

Regards,

Ramesh

Read only

suhasykhengle
Explorer
0 Likes
467

Resolved.