cancel
Showing results for 
Search instead for 
Did you mean: 

Update Ztable in user decision in sap workflow

Former Member
0 Kudos

Hello, I am new in Workflow. After user approval i need to update the ztable which has fallowing fields as below: Name  Claim Amount Status - Approve/Reject Please let me the steps so that i can do . Thanks San

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Sankil,

You can add one Container operation after both the outcome of Decision step (i.e. Approve an Reject) and modify one Workflow Container Element.

For ex: - Container Element = STATUS.

Set STATUS = "A" under Approval outcome

and

STATUS = "R" under Reject outcome.

After that create one Update method in your Business Object with suitalbe code to update Z table and add it to the Activity step of your workflow and Pass the Workflow Container Element.

Regards

Abhishek

Former Member
0 Kudos

Hello Abhishek, thanks for your reply. I need to know How to add my structure in container.because directly its now taking the status. Thanks San

Former Member
0 Kudos

done thanks

Answers (0)