cancel
Showing results for 
Search instead for 
Did you mean: 

FV50 related workflow

arul_mohanty
Explorer
0 Kudos

Hello All,

I want to trigger a workflow, scenario is

Lets say when by FV50 TCODE some vouchers are posted and there should be some limit in amount field whenever that limit is exceeded a workflow needs to get triggered and a workitem should go to responsible person and only after his approval that document can only be available for posting.

Can anyone guide me how to get it done

Thanks in Advance

View Entire Topic
Rushikesh_Yeole
Contributor
0 Kudos

https://scn.sap.com/thread/1596917

HI,

Please refer above.

As per Your requirement, we can delegate business object FIPP and add approval determination logic

arul_mohanty
Explorer
0 Kudos

Hello Rusikesh,

Is there any predefined workflow template is there to work with this???? and can you guide me to maintain table entry for that workflow template in OBWA

Thanks in advance

Rushikesh_Yeole
Contributor
0 Kudos

Hi,

I will suggest;

1. Switch on your workflow trace SWEL/SWELS

2. Check business object and event triggering for created,parked, posted

3. Use Workflow start conditions to restrict FI document type

Based on your requirement, proceed for user exit/BTE, Business object enhancement .

Check WS template 1000055

Refer below link:

http://scn.sap.com/docs/DOC-10431

arul_mohanty
Explorer
0 Kudos

Thanks Rusikesh for your help.