cancel
Showing results for 
Search instead for 
Did you mean: 

Flush method in advance generic services

bhushan_ghule
Active Participant
0 Kudos

Hi Experts .

  Suppose i am writing the code to update database using flush method of advance generic services in HCM process and forms and also i am using workflow in the process, when the data will get updated in database, I mean immediately after pressing check & send button or after completion of workflow.   

Thanks & Regards .

Bhushan Ghule

Accepted Solutions (0)

Answers (4)

Answers (4)

ChrisSolomon
Active Contributor
0 Kudos

You can set it to save WHEN you want it to (this is the purpose of the various options you have for the SEND_VARIATION parameter). As explained above, this can be done right after the form is sent or later in workflow (or if you are using NO_WORKFLOW, it can be immediate).

Former Member
0 Kudos

Hi Bhushan,

If the task TS17900108 get executed in your Workflow(process) the data will be saved in the respective tables.

Thanks

Pavan.N

sahirn
Active Contributor
0 Kudos

Flush method form advanced generic service , would be called in two case when there is a workflow associated with process.

1. Immediately after completion of the workflow step where SEND_VARIATION is set to A.

2. From the background save task provided with HCM P&F.

Hope this helps.

Regards,

Sahir.

Former Member
0 Kudos

Hi Bushan,

This method will be triggered right after save form standard task.

http://help.sap.com/saphelp_erp60_sp/helpdata/en/42/f28f8a1e5132c3e10000000a1553f6/content.htm

If you want to test without workflow, put NO_WORKFLOW in process.

Hope this helps.

regards,

Xiang Li