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

Two users can upload the Data from the Same Program at a time

Former Member
0 Likes
488

Hi.

I write a BDC Program for the Transaction XD01.

I have the Flat File data.

I split that Flat file data into two different Files like FILE1 and FILE2.

I am executing the Program with FILE1.

One of my friend also execute the same Program with FILE2.

So, Two users can execute the same BDC Program with different flat files on the Same Transactions is possible or not?

If not possible why?

Thank You.

Regards,

Krishna. B.

4 REPLIES 4
Read only

Former Member
0 Likes
457

Yes - this can be done.

Rob

Read only

Former Member
0 Likes
457

yes Two user can upload the Data from the same program at a time but diffrent flat file difrrent data.

Read only

abdul_hakim
Active Contributor
0 Likes
457

Yes this is Possible!

Cheers,

Hakim

Read only

Former Member
0 Likes
457

Hi,

Suppose if in your program u have to give header and line items(header1_flatfile,line1_flatfile)as input you can give and other user can give different header and line items(header2_flatfile,line2_flatfile).

In this way you can upload data.

But u can't split single header and line items (header1_flatfile,line1_flatfile) into two and upload.

Regards,

Sudhakar Reddy.A