2009 Mar 30 9:18 AM
Dear All,
I have mapped street route in SAP by using Tcode EL40, But I want the orders to be downloaded in thrid party system in the same order in the way the street route has been maintaned. I am downloading the orders using getlist bapi for meter reading orders. But it is downloading in the ascending order of the meter reading document number and not in the order of the street route.Is there any other BAPI to get the meter reading order in the street route order
Kindly let me know how to do this
With regards
Balaji.J
2009 Mar 30 11:57 AM
Hello,
Please see the Enhancement EDMLSORT this may help your issue:
Enhancement EXIT_SAPLEL33_001 enables you to to change the sequence of
meter reading orders on the print document or in the download file.
The function module is called when meter reading orders are printed or
downloaded. Input parameters provide the function module with a table of
meter reading orders. There is one order for every register to be read.
If you want to sort by city, street and house number, you have to
provide the appropriate objects and write them to an internal table
along with the meter reading orders. You then have to resort the
internal table, transfer the sort sequence to the output table and set
the relevant output parameter.
You can implement the coding for this function module in include
ZXEL1U01.
I hope this helps.
Regards
Olivia