‎2015 Feb 16 4:37 PM
Hi Experts,
I am looking to integrate SAP workflow in BOPF based Business object.
Thanks
Pavan
‎2015 Feb 17 7:53 AM
Hello Pavan,
this depends on your use case. Usually workflows are triggered after a successfull commit of the BOPF transaction was done. Thus the determination time "after commit" would be a good choice. You could invoke your workflow there via CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'.
Best regards
Tilmann
‎2015 Feb 17 7:53 AM
Hello Pavan,
this depends on your use case. Usually workflows are triggered after a successfull commit of the BOPF transaction was done. Thus the determination time "after commit" would be a good choice. You could invoke your workflow there via CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'.
Best regards
Tilmann
‎2015 Mar 05 2:53 PM
‎2016 May 19 10:50 AM
Hello Tilmann,
Could you please give some advice, where to create the determination for "after commit" ? I've tried to create one in my BO in /BOPF/CONF_UI, but found no option to create determination for after commit. Since I'm saving the transaction using transaction manager, I can do actions after successful save externally, but would be nice to do it within the BO document, if the framework provides such option.
Thanks, Attila
‎2016 May 19 11:49 AM
Hi Attila,
If you double click on the determination, there is a tab "Evaluation Timepoints" in transaction BOBX or a tab "Node Category Assignment" in transaction BOBF.
If you cannot see "after commit" as an option to flag, check the settings in BOBF, menu "Utilities, Settings."
Cheers,
Martin
‎2016 May 19 12:47 PM
Hi Martin,
I found it in BOBF under node category assigment based on your description. Thank you for your help.
Cheers,Attila