cancel
Showing results for 
Search instead for 
Did you mean: 

Can I get the GP status using GP API.

03-21-2008 7:12 AM
193 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi all,

Can I use the GP API to get one process status present,for example,"reject" or "approve" according to the process instance ID?

If there's a way,how can i archive this?

Best regards,

delma

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

Using GP API it is possible to achieve the process status of any particular process.

In the package com.sap.caf.eu.gp.process.api, we have several classes that can give the process such as IGP Process and the status can be achieved by the method getStatus.

For more information refer to this link:

http://help.sap.com/javadocs/nwce/current/gp/index.html

Award points if helpful.

Regards,

Sujana