Best way to launch the sap/desktop application

Hi, what is the best way to launch a SAP application?

  1. Using direct activity Launch Application by giving the path.
    2.Read the path from the config file then launch it.
  2. Any other

Please tell how to launch in real time.
@lakshman
@Lahiru.Fernando

1 Like

Hi @balkishan

I would suggest to have the application path in the config file. And in your launch application, use the path you mentioned in the config file as in_config(“applicationPath”).ToString

I would suggest that as the best way because at anytime you can change the path without any change to the program :slight_smile:

5 Likes

Assign a shortcut in properties or exe to open it and then send that hotkey to open it.

Thanks @Lahiru.Fernando this is what I want to know. :slight_smile:

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.