SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Activate ELWEG_LOG in Street Route

Former Member
0 Kudos

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

4 REPLIES 4

daniel_mccollum
Active Contributor
0 Kudos

These functions are internal. I dont recommend building anything on them.

That said, look in SAPLEL40, you can clearly see the required structures.

Former Member
0 Kudos

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.

0 Kudos

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

0 Kudos

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.