cancel
Showing results for 
Search instead for 
Did you mean: 

How to get history of BPM Process by java code

Former Member
0 Kudos

Hello All.

I use SAP CE 7.2.

How to get history of BPM Process by java code?

I go to /nwa/Operation Management/Process and Tasks/Manage Processes. Here i

can see any BPM process and on tab "History" i can see what happens with

process. For me, very important are the following events:

Task created - when the task created in Uniwersal Worklist

Task claimed - when the user open the task

Task revoked - when the user do "put back"

Task delegated - when the user do delegate on the other user

I want to know when they occurs and what the users do claimed, revoked,

delegated. This information I can see in "Manage Process" in tab "History" in

fields "Date", "Time", "Description".

How to get history of BPM Process by java code ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Никак.

Former Member
0 Kudos

Разве нельзя вытащить историю по BPM процессу из портальной базы данных,

напрямую из Oracle ? Необходимо только знать имя таблицы в которую пишется

история процесса.

Former Member
0 Kudos

It may be possible if get the history from the portal database, directly from Oracle?

Former Member
0 Kudos

It's a "dirty hack" method not supported by vendor. Try it, if you want and can.

Former Member
0 Kudos

Hi Alexey Komarov.

I also have asked the same thing. And I found the BPM API for Java. But this API is for CE 7.3 however I send you the links:

[http://help.sap.com/javadocs/NW73/SPS02/CE/bpem/com.sap.bpem/index.html]

[http://help.sap.com/saphelp_nw73/helpdata/en/77/2943a3456147d69cd637801d3b3f3d/frameset.htm]

Best Regards,

Julian

Former Member
0 Kudos

Julian Andres Sanchez thank you very much, I'll have to wait for CE 7.3.

Edited by: Alexey Komarov on Dec 8, 2011 6:54 AM

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Alexey,

Just to avoid any confusion and for the benefit of others...

FYI - you upgrade from SAP NetWeaver CE 7.2 to SAP NetWeaver 7.3.

SAP NetWeaver 7.3 became generally available in May 2011.

CE 7.3 is just a sub-area under SAP NetWeaver 7.3 now.

I only raise this because when I arrived at one of my current customers they were "waiting for CE 7.3" and hadn't realised that what they needed was SAP NetWeaver 7.3.

Hopefully that's not your situation.... but I'm sure they are not the only customer who's been caught out by the rebadging.

Regards,

Jocelyn

Former Member
0 Kudos

Hi Jocelyn, I understand that, thank you for help.

Former Member
0 Kudos

BPM API doesn't provide any functions to get history of process instance. So it's not help you.

Former Member
0 Kudos

Then find out who has been delegated or put back or claimed the task will not known.

Answers (0)