Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Triggering a smart form from User exit

Former Member
0 Likes
1,013

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
872

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

5 REPLIES 5
Read only

Former Member
0 Likes
873

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.

Read only

Former Member
0 Likes
872

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.

Read only

Former Member
0 Likes
872

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.

Read only

0 Likes
872

thanks for all your response.

Do we required to configure this driver program and form in NACE OR SPRO.

Read only

0 Likes
872

No need to configure