cancel
Showing results for 
Search instead for 
Did you mean: 

How to check in WDJ application if MDM record is in workflow

former_member225041
Participant
0 Kudos

Hello Experts,

I am using NWDS 7.0.14 and MDM 7.1 API to connect with MDM repository. Can anyone provide me the steps to find whether MDM record is in workflow or not.

Thanks in advance

V1nny.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

via the API you can retrieve the checkout status. I think only checked out records are in the workflow.

Attached you can find the respective javadoc page

http://help.sap.com/javadocs/mdm/sp06/com/sap/mdm/data/Record.CheckoutStatus.html

junwu
Active Contributor
0 Kudos
no need.
record has standard api InWorkflow(), which can tell you the status.
0 Kudos

Depends which workflow is meant. If a scenario with SAP BPM is used you have to check if it is checked out. otherwise you are right and you can use the inWorkflow of the API

junwu
Active Contributor
0 Kudos

good catch,

but it is very unlikely, as he is using nwds7.0.14

junwu
Active Contributor
0 Kudos

i think i have replied you

scn.sap.com/thread/3148654
Former Member
0 Kudos

Hii Vinay

i am working on same configuration, but it is giving "connection refused error" when connecting to mds. did you solved this problem??