cancel
Showing results for 
Search instead for 
Did you mean: 

HCM/ MSS WF - TS17900100 Process Form not saving data to backend.

Former Member
0 Kudos
176

Hi

I am using HCM Process Workflows with form for one of our HCM scenario.

I am using TS17900100       Process Form. This is executed without any errors. But i dont see the infotypes getting updated. we are updating infotype 1,2, and 15. I am able to update the infotype manually so i think i have the required authorization to update backend using TS17900100       Process Form.

For TS17900100       Process Form, i am setting values for binding of Forms, Form Scenario and Send Variation. Send variation is 'A'.

I also set send variation to 'B' to see if any error is updated but no error.

My Queries:

1. What else I should check?

2. I tried to debug but seems TS17900100       Process Form has a dummy method. How to debug this? Which Class is called. I tried to look at the SAP Help docs but could not locate anything related to this.

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I solved this problem by transferring "SEND_VARIATION" field to the task container (in binding).

former_member182485
Active Contributor
0 Kudos

I remember there is one program to be scheduled in background which will update the infotype once the WF is complete.

But not very sure let me check will be right back.

Former Member
0 Kudos

Hi,

Maybe you are missing some bindings for task TS17900100 in workflow to task binding. Share if there are any errors in your workflow.

For debugging: task TS17900100 has a dummy method which doesnt get executed. go to transaction SWFVISU there will be one JAVA web dynpro application for task TS17900100. this application gets executed when approver process workitem. Consult your portal guy and he will tell you the corresponding ABAP web dynpro application for task TS17900100 which you can debug .

Regards,

Ibrahim

Former Member
0 Kudos

Hi,

Checks the container element, select your process , check the log SWI2_FREQ workflow, performs the test process with the tcdode HRASR_TEST_PROCESS before.

best regards

Former Member
0 Kudos

Hi,

I have the exact problem (HCM Process and Forms WF doesn't save data to backend).

I tried all above solutions, but all settings seem to be OK.

Do you have any suggestions?