cancel
Showing results for 
Search instead for 
Did you mean: 

Approvals When Creating Documents Using The DI API

former_member247972
Participant
0 Kudos

Can Approvals be used when creating documents such as Sales Delivery Note when the documents are trying to be added thorugh the DI API? Or do Approvals only work thorugh the SAP B1 User Interface?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Here is sreenshot in 8.82 PL 04

TVSon

Former Member
0 Kudos

This functionality is now available in 8.82

From the What's New 8.82 Document:

"The DI API now supports the entire approval procedure process.

After you add a document that meets the condition of an approval template, the approval process is triggered and the document is saved as draft. The approver then looks up and updates the approval requests via the ApprovalRequestsService object in the DI API. When the approval request is approved, you can use the SaveDraftToDocument method in the Documents, StockTransfer and Payments object to convert the draft to a document.

  To activate the feature in the DI API, use the EnableApprovalProcedureInDI property in the AdminInfo object and make sure that the DocConfirmation property of the AdminInfo object is set to Yes."

Former Member
0 Kudos

Hi,

In current B1 system design, approvals only work thorugh the SAP B1 User Interface. It will not work When Creating Documents Using The DI API.

You may create draft instead through DI API.

Thanks,

Gordon