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

Former Member
0 Kudos
122

Hi friends...

In which order data is transferred in BCD , ASCENDING

or DESCENDING .

can we chang the order

1 ACCEPTED SOLUTION

Former Member
0 Kudos
66

hi,

the order in which data is present in the input file/internal table.

regards,

Navneeth K.

4 REPLIES 4

Former Member
0 Kudos
67

hi,

the order in which data is present in the input file/internal table.

regards,

Navneeth K.

Former Member
0 Kudos
66

Hi,

It is depends on the code which you have written, you write the code to fill the BDCDATA internal table, what ever the data you filled in this internal table that data will be passed to BDC in the same order, it not ASCENDING

or DESCENDING .

Regards

Sudheer

Former Member
0 Kudos
66

Hi

Generally it is Ascending order only

and as per the Data filled in the internal table from the flat file.

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos
66

thanks .

But i have one problem, in my program data is stored like this c001, c002,t001,t002. but in bdc its taking like this t002,t001,c002,t001.

what is the problem and how to solve this .