2013 Oct 10 3:16 PM
Hello,
I try to use the functions ISU_O_STREET_ROUTE_OPEN, ISU_O_STREET_ROUTE_ACTION and ISU_O_STREET_ROUTE_CLOSE.
Do you know how to use them. Which data do they need?
Thanks in advance,
Ben
Message was edited by: William Eastman
2013 Oct 10 11:11 PM
These functions are internal. I dont recommend building anything on them.
That said, look in SAPLEL40, you can clearly see the required structures.
2013 Oct 11 2:48 PM
Hi Benjamin,
You can use FM ISU_S_STREET_ROUTE_CREATE to create street route. You will need to populate X_AUTO with MRU and EQUNR in the sequence that you need. Do a commit at the end.
Cheers.
2013 Oct 13 9:02 AM
Hello,
And what about ISU_S_STREET_ROUTE_CHANGE to change a street route that already exists?
For what I see this function doesn't do nothing...
Do you know a function that updates street code? Or do I have to delete street code and to create new one?
Ben
2013 Oct 14 3:13 PM
Hey Ben,
Unfortunately ISU_S_STREET_CHANGE doesn't have any logic for changing route in the background. You have to either go for the internal FM mentioned earlier or calling the DB update FM.
For street code, you can use SZRS_S_ADRSTREET_CHANGE.
Cheers.