cancel
Showing results for 
Search instead for 
Did you mean: 

Release flag with digital signature

Former Member
0 Kudos

Hello guys,

I have a problem with release flag of the status in DMS doc type.

The status is for example : "AD" approved , there is also a digital strategy linked to this status : ZAD_APP, with 3 signatures (A1,A2,A3) mandatory to release

entire strategy. It happens that when I set status AD the release flag is active ( botton green) also if the release strategy is not completed,

Is there a possibility to avoid this behaviour and activate the release flag only after the release strategy is completed?

Thank you in advance

Regards

Vanessa

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Vanessa,

You may use following BAPIs to achive the required configuration

Document.SetStatus - You can use this method to set a new status for the document.

Document.GetStatus - You can use this method to read the current status of the document

You may tweak these BAPIs to adjust document status based on digital signature status. You may check whether document has been released completely including digital signatures in the Exit for release strategy and then trigger BAPI to change status.

Hope this helps.

Regards,

Deepak Kori

former_member188883
Active Contributor
0 Kudos

Hi Vanessa,

Additionally you may refer following thread. This could help in resolving the issue.

https://scn.sap.com/thread/1861268

Regards,

Deepak Kori

former_member188883
Active Contributor
0 Kudos

Hi Vanessa,

Hope the link shared was useful. In case the issue is resolved, you may close the thread.

Regards,

Deepak Kori