cancel
Showing results for 
Search instead for 
Did you mean: 

workflow for EHSH_D_PCP Transaction IN EHS

Former Member
0 Kudos

Hi All,

Please suggest, I need to trigger a workflow when the appointment is created in Planning cockpit(EHSH_D_PCP)

using Medical Practice calender.

There is a badi EHSH_MPC_INTEGRATION when is called when the appointment is created or the status of appointment is changed.

Please suggest how and where can I trigger the workflow,

This Badi is already implemented in the system and is not a multiple use Badi.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check for enhancement points. If you are at version ECC 6.0 or higher.

Former Member
0 Kudos

Hi Puneeta,

First you have to check standard business object and event for your process. If it is not there by standard then only you have to create the custom BOR.

To check the standrd BO, switch the event trace in SWELS and create the appointment. Then do a check in SWEL.

If any business object and event is diplayed then you can use the BO.

If thereis no events found for your process, then follow the below steps.

1. create a custom business object and event with parameters.

2. Create a workflow and assign the event.

3. Make the event linkage in transaction SWEC.

4. Trigger the event from your BADI using FM SAP_WAPI_CREATE_EVENT.

Thanks,

Viji.

Former Member
0 Kudos

Hi Viji

Thanks for a prompt response.

But I have checked for the standard Business Object, The tcode EHSH_D_PCP does not have any standard BO.

Then even if create a custom object ,

then the event I cannot trigger in The BADiI ,As the BADI is already Implemented in the system by SAP.

The BADI is not multiple use, So I cannot create another implementation

There are also no user-exit for the TCode.

No change objects.

So what are the option how can I trigger the workflow, If the TCODE has the following limitations.

Thanks & Regards