Hi, what is the best way to launch a SAP application?
- Using direct activity Launch Application by giving the path.
2.Read the path from the config file then launch it. - Any other
Please tell how to launch in real time.
@lakshman
@Lahiru.Fernando
Hi, what is the best way to launch a SAP application?
Please tell how to launch in real time.
@lakshman
@Lahiru.Fernando
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
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.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.