cancel
Showing results for 
Search instead for 
Did you mean: 

Reports in Guided Procedures

Former Member
0 Kudos

Hello,

I think CAF is a great tool !!!, but many user request reports and statistics like SAP Business Workflow offers. There are some reports associated to activities or the user efficiency ?

Thanks and regards,

Luis Carlos

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Unfortunately GP doesn't have reports like that. But what it does have is an API that allows you to get whatever reports you want. I've got 2 web services (one at the process level and one at the task level) to get these kind of reports. I can use Visual Composer or any UI technology to produce the reports. But you you always wait for SAP to develop the reports you need. You never know you might get lucky

former_member4529
Active Contributor
0 Kudos

Hi Andre,

Can you please inform which API you are using to get the data from GP process status to generate the web service?

Thanks in advance,

Dipankar

richard_hirsch
Active Contributor
0 Kudos

Hi,

Regarding reports, you have to consider whether you are talking about design-time or run-time based reporting.

Take a look at the <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/gp/index.html">SP 7 API</a> or the <a href="http://help.sap.com/javadocs/NW04S/SPS09/gp/index.html">SP9</a> Javadocs - depending on what you need.

I am currently in the process of writing two blogs on GP reports: one based in the Designtime and one based in the Runtime. I'll post the links when they are published.

Dick

Former Member
0 Kudos

Thanks a lot Richard,

I'm going to wait your blogs, i'll thank you if you can give some details about de APIs for access runtime info.

Regards,

Luis Carlos

richard_hirsch
Active Contributor
0 Kudos

Hi,

Take a look at this <a href="/people/community.user/blog/2007/02/06/guided-procedures-explorations-finding-inactive-and-deprecated-process-elements. It contains code for processing the GP designtime environment via WebDynpro.

The blog for the GP Runtime should be coming shortly. I'll update this thread when it is published.

Dick

Former Member
0 Kudos

Hi Richard,

Did you alreary published the second blog regarding to the GP Runtime API procedure for reporting from Webdynpro?

Thanks in advance,

Answers (0)