cancel
Showing results for 
Search instead for 
Did you mean: 

Finding job names

Former Member
0 Kudos

Dear Experts,

I have various processes in a process chain like loading, updating ODS, attribute change run, and, etc. I need the job name of the process for example job name liek BI_B.... for the end process at the end of a process chain. How do I know that?

Thank you very much.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi venkat,

you need not mention any parameter. Just event name will do to trigger the event. As i have mentioned in your previos post, create an ABAP program with function module "BP_EVENT_RAISE" and pass the name of the event to this and call this at the end of your process chain, i.e after your attribute change run.

Regards

Sriram

former_member188975
Active Contributor
0 Kudos

Hi Visu,

In your process chain you can right click on any process and display the jobs. Is this what you are looking to do?

Former Member
0 Kudos

Hai Bhanu,

Thanks for the reply. I need to raise an event at the end of a process chain, which is after an end process in one case and after after an attribute change run. I created an event in SM62 and now in SM64 I am triggering the event. It is asking for parameter, I guess thats the job name right. So, I need to know the job name of the end process and the attribute change run. Where can I get the name? Please correct me if I am wrong.

Thanks.

Former Member
0 Kudos

Hi,

If you are looking for different Process names in a Process Chain, you can check RSPCPROCESSLOG table which contains all process types, names,timestamps for each process within the Process Chain.

Hope this is what you are looking for.