cancel
Showing results for 
Search instead for 
Did you mean: 

class based sap sales order workflow

sugandhianand
Explorer
0 Kudos

Hello,

I got a requirement to trigger workflow every time when a sales order is created with the different prising conditions for standard price and customer price.

I can develop the workflow solution for this requirement by using the BOR BUS2032 but clients want us to use class based approach for the worklow{explaination is class based workflows are easy in maintenance than BOR based}.

could you please tell me if there any standard class available which can be used in workflow in place of the BOR BUS2032?

Also, please let me know in detail on how to design for this workflow with classes.

thanks!

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

StephaneBailleu
Active Contributor
0 Kudos

Hi Anand,

Most of the time there is not a lot of Class available as standard for workflow.

For instance on an ECC 6 Basis 7.40 you only have one you can check this with a where used on interface IF_WORKFLOW

You can consider something to include the standard BOR object in the attribute of your class in order to get everything from it.

You can check the invaluable book from SAP Press :

     Pratical Workflow for SAP

     and ABAP Development for SAP Business Workflow

and as an introduction you can check this document

I hope that will help

Cheers

Stephane