cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit to trigger idoc for change of Quotation status

tanuja_wa
Explorer
0 Kudos

Hi,

I have a requirement to trigger idoc whenever the status of a customer quotation in SD changes after the click of SAVE button.

I am not able to figure out the User-Exit where I can put my code to trigger idoc.

Kindly help me for same.

Please suggest me in which way should i proceed.

Regards,

Siya

Edited by: siya wa on Oct 7, 2010 9:09 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You do not have to apply that in the user exit.

Better option could be defining output type that will be triggered upon field change (via requirement). And then the output type would be triggering idocs. This is more standard approach, also providing visibility which idoc number was created, if the output is successful etc.

Alternative is to maintain workflow events that are also triggered based on field changes.

Regards,

Dominik Modrzejewski

Answers (1)

Answers (1)

tanuja_wa
Explorer
0 Kudos

Hi ,

Thanks for ur reply.

Solved by using userexit.

Regards,

Siya