cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Workflow For after MIRO Tcode

Former Member
0 Likes
4,910

Dear Experts,

I am beginner to workflow , i have one requirement after processing the miro t code i need to release the amount levle by level

for example amount is paid by vendor is 50000 person A has to release  amount is 20000 means Person B has to release like this

for this one i tried BUS2081 and standard workflow WS90000001 workflow is not trigeering please give me the sugesstion how to solve this one

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Likes

Hi gowtham,

this my workflow WS90000001


Former Member
0 Likes

hi sooraj,

Former Member
0 Likes

Hi Mahesh,

Check the binding in transaction SWDD.

at which step the workflow stopped.

Please send the same screen shot for your workflow means WS90000001.

hiriyappa_myageri
Participant
0 Likes

Hi Mahesh,

Put Debugger to the Buisiness object method and check the inputs to the method.

Regards,

Hiriyappa

Former Member
0 Likes

hi Sooraj,

I folwed your step

Former Member
0 Likes

HI Sooraj,

Former Member
0 Likes

hi goutam,

I have zttached screen shot please refer

jarus
Participant
0 Likes

Hi Mahesh,

First check your event is triggering or not after processing miro using tcode swel (after activating via swels)...if there is no event is triggering use tcode swec to add your business object and event.

Regards-Sooraj

Former Member
0 Likes

Hi sooraj,

Workflow is triggering  but exception has occured

jarus
Participant
0 Likes

What exception ...can you share ?

Former Member
0 Likes

Hi Mahesh,

Is there any entry with your workflow( WS90000001) in SWE2.

Goto SWUE transaction and give the business object and select the for which you event you want to trigger the work flow and click on object key button give the key values and click on event reciever.

former_member196651
Contributor
0 Likes

Hi Mahesh,

Are you using the standard workflow or a custom workflow? Before you create workflows, some configs need to be done from the FI functional side so that, the document will only become released after the approval. This is done using OBWA.

For MIRO, the workflow needs to be triggered against BUS2081 and event COMPLETED. Then in the workflow, you need to go through the different levels of approval. Finally when the all levels approve, to post the document, you need to call the PRELIMINARYPOSTSINGLE method of business object BUS2081.

Regards,

Abijith

Former Member
0 Likes

Hi Mahesh,

Goto SWE2 check type of event linkage is active or not for your business object and event.

if it is not not active click on edit and tick the check box.

Former Member
0 Likes

Hi Gowtham,

Thanks for your reply it is already activated then also not triggering error coming like exception error

Former Member
0 Likes

Mahesh,

check is there any check function module to raise the exception in SWE2.

check the swu3 config.