2009 Apr 13 8:37 AM
Hi Gurus,
I need to trigger a smart form from a user exit.
The tcode name is COR1.there is a exit for this tocde.
This exit should be used to trigger the smart form.
User exit to be executed upon saving the Process order number.
Thanks in advance.
Edited by: vinay raj on Apr 13, 2009 9:38 AM
2009 Apr 13 1:34 PM
Hi,
You can do this by writing a perform in that exit, further
call that form and endform in a custom program in the
custom program write the logic to call your smart form..
I hope your problem is solved.
Hi Gurus,
I need to trigger a smart form from a user exit.
The tcode name is COR1.there is a exit for this tocde.
This exit should be used to trigger the smart form.
User exit to be executed upon saving the Process order number.
Thanks in advance.
Edited by: vinay raj on Apr 13, 2009 9:38 AM
2009 Apr 13 1:34 PM
Hi,
You can do this by writing a perform in that exit, further
call that form and endform in a custom program in the
custom program write the logic to call your smart form..
I hope your problem is solved.
2009 Apr 13 1:38 PM
Hi,
You can write a Custom program i.e. the driver program for your smart form.
And submit that program in the exit. i.e. use the submit statement to run that program.
I hope this might help you.
2009 Apr 13 1:43 PM
Hi,
You can call another driver program which calling the smartform using submit statement. in that program provide the internal tables and structure to smartform to display the data.
2009 Apr 15 2:31 PM
thanks for all your response.
Do we required to configure this driver program and form in NACE OR SPRO.
2009 Apr 15 2:33 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |