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

BDC

Former Member
0 Likes
556

Hi friends...

In which order data is transferred in BCD , ASCENDING

or DESCENDING .

can we chang the order

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

hi,

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

regards,

Navneeth K.

4 REPLIES 4
Read only

Former Member
0 Likes
501

hi,

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

regards,

Navneeth K.

Read only

Former Member
0 Likes
500

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

Read only

Former Member
0 Likes
500

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

Read only

0 Likes
500

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 .