Skip to Content
0
Former Member
Oct 30, 2013 at 04:10 PM

Start Navigation for Location Master Data

242 Views

Hi Guys,

I have this requirement:

The name of the stop […] shall act as a link to the location master for that location

and for all requirements involving hyperlinks I use code like:

/scmtms/cl_ui_navigation=>start_navigation(
EXPORTING
iv_bo_key = /scmtms/if_tor_c=>sc_bo_key

[… ]

).

Can anyone guide me to implement the start navigation to Location Master Data?

All I know is the transaction /SCMTMS/LOC3 but can’t figure out how to implement it with start_navigation.

Thank you!