Hello Experts,
I am absolutly new to SAP Netweaver and trying to implement a simple Process that makes it possible for the User to log on and execute his task.
When his task is executed a dummy shell script is supposed to start and give back a dummy return. I want to catch the return and if this has worked correctly show the user a message.
Is it possible to show the user a personalized message after he has finished his task ? How can I implement that ?
I want to execute a dummy shell script when the task is started and don't know how and where to add this within the java code. How can I catch the Return code ?
Thanks !