cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: EP based Leave request workflow

Former Member
0 Kudos

Hi Experts

We are implementing ECC 6.0 and EP .

My requirement is I have copied standard leave request no 12300111 and i have modifield according to client requirment .

When i create the leave request wokflow from EP frent end its working fine and leave details are appearing in superviser in box ( IN EP inbox) .

Supervisor is approving fine .

1 . After approving leave reqeuest data is not updating in 2001 infotype.

2. In this workflow there is no BOR ( Business Object ) but still the data is appearing in supervisor inbox after create a leave from employee .

How can i see the request data in workflow becouse i need configure mail format aslo .

Once leave is created i need send main notification to employee as well as manager with leave request details.

Please help me how do i get leave data in workflow container .

Thanks

RameshG

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There is no BO for the standard SAP leave req workflow. It is handled by a class CL_PT_REQ_WF_ATTRIBS. So you can forget everything about creating a sub-business object and delegating it to the standard one.

You can create your own custom (ABAP class) method which you can use to get the needed details of the leave request into your workflow container (which you can then use in your notifications). Check Jocelyn Dart's blogs about WF and ABAP OO. In your case everything should be quite clear if you just create one static method (you don't need to implemenet the LPOR-methods). This is of course the simpliest way to achieve your requirement - there are also some other more fancy ways.

Regards,

Karri

Former Member
0 Kudos

Hi,

You need to schedule report RPTARQPOST. This will post the approved leave requests to the infotype.

regards,

Karri