2007 Jul 13 6:28 AM
Hi friends...
In which order data is transferred in BCD , ASCENDING
or DESCENDING .
can we chang the order
2007 Jul 13 6:34 AM
hi,
the order in which data is present in the input file/internal table.
regards,
Navneeth K.
2007 Jul 13 6:34 AM
hi,
the order in which data is present in the input file/internal table.
regards,
Navneeth K.
2007 Jul 13 6:34 AM
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
2007 Jul 13 6:34 AM
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
2007 Jul 13 6:42 AM
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 .