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: 

Problem in BDC

Former Member
0 Kudos

Hi Experts,

my problem is in my file iam maintaing two storage location as 0001 and 0002 for evry article but when iam running th bdc for 4 records first it takes 0002 for 4 records and then it takes 0001 for 4 records but my requirement is for each article i want 0002 location and then 0001 location pls provide logic for this and solution

Mohan Reddy

2 REPLIES 2

naveen_inuganti2
Active Contributor
0 Kudos

Hi..

Here the problem is not in file.

You needs to be change the logic in your program.

You can solve this problem in two ways.

1. Start new recording with the screen as you want to insert screen( make fields navigation as per ur reuirement i.e. two or more records insertion). And then prepare the file according to your recording.

Or..,

2. In the same program change the logic while passing the values to screen fields i.e. here you have to loop the upload internal for each record. May be you should change the flat file like..

record1 0002 ......

record2 0001 ...

record3 0002 ...

record4 0001.... etc.

Thanks,

Naveen.I

Former Member
0 Kudos

thanks for all

Mohan