cancel
Showing results for 
Search instead for 
Did you mean: 

Leave request Work Flow

Former Member
0 Kudos

Scenario

Through PTARQ user1 is creating leave request

fills following info a) Employee No b)Infotype c)Subtype d)Date e)Note

Above fields are part of a Task Description as under

<----


-


>

Employee &ENUMBER& - &ENAME& has applied for &V_ATEXT& (&V_SUBTY& )from

&V_BEGDA& till &V_ENDDA&

Choose one of the decision options given. This completes the processing

of this step.

Before you make a decision, you can display the attachments and objects

which have been attached to the user decision. You can also create your

own attachments.

If you choose <H>Cancel</>, the user decision remains in your inbox for

processing.

Note : &V_NOTE&

<----


-


>

When User1 completes the leave request entry an email goes to Manager1 with the above text (EXCEPT V_NOTE) for approval.

1. Can any one tell me why All fields gets value except V_NOTE.

2. How to trace the reason for the same

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for the all the support. Issue was in the binding.

Got resolved.

Thank you all.

former_member185167
Active Contributor
0 Kudos

Hello,

Does V_NOTE have a value in this case? Is it getting passed to the Task? Does the blank V_NOTE always happen?

regards

Rick Bakker

hanabi technology

Former Member
0 Kudos

Hi,

Yes V_NOTE has got value.

Thanks In advance

Former Member
0 Kudos

Hi Mohanty,

what is displayed in the actual mail? Is it Note:' &vnote&' or 'note: '

I mean to ask in the place where vnote should appear is it blank or it displays &vnote&

Former Member
0 Kudos

Hi,

In actual email we get nothing(Filled with spaces)

i.e

Note :<BLANK>

Thanks in Advance

former_member185167
Active Contributor
0 Kudos

Hello,

Where did you see the vaue of V_NOTE, in the workflow container? Is it passed via binding to the step and so also to the task?

Does it happen all the time?

regards

Rick Bakker

hanbi technology

Former Member
0 Kudos

Hi Mohan,

The Reason for leave request's are stored in table PTREQ_NOTES.

Please check the table with the corresponding Leave request ID.

Thanks,

Viji.

Former Member
0 Kudos

Hi Viji,

Did not find any table PTREQ_NOTES

I am using table PTREQ_NOTICE it has the required value.

Value is not getting retrived and displayed in description TAB of the TASK

Thanks