cancel
Showing results for 
Search instead for 
Did you mean: 

ApprovalRequest B1Ws

Former Member
0 Kudos
Good morning,

I'm trying to create a method for document approval.
I could not find a model where I can authorize a pending document.
With the object oDrafts I can see the documents pending for approval, however I can not authorize them.
Could you help me?

Accepted Solutions (0)

Answers (3)

Answers (3)

henrique_pinto
Active Contributor
0 Kudos

Ted,

these are the Portuguese B1 forums.

Please ask questions in Portuguese only.

If you wish to, you could ask in English in the main B1 space:

I'll lock this thread now.

Best,

Henrique.

Former Member
0 Kudos

Good morning,

I fulfilled the authorization process via DI Server

Hope this helps

<dis:UpdateRequest xmlns:dis=http://www.sap.com/SBO/DIS>

<Service>ApprovalRequestsService</Service>

<ApprovalRequest>

<Code></Code>

<ObjectType></ObjectType>

<ObjectEntry></ObjectEntry>

<Status></Status>

<ApprovalRequestDecisions>

<ApprovalRequestDecision>

<Status></Status>

<ApproverUserName></ApproverUserName>

<ApproverPassword></ApproverPassword>

<Remarks></Remarks>

</ApprovalRequestDecision>

</ApprovalRequestDecisions>

</ApprovalRequest>

</dis:UpdateRequest>

Former Member
0 Kudos
Hi Ted Oliveira,

                         I have create purchase Order through B1WS,can u tell me how to set approval procedure using B1WS for purchase order.....................)

Regards,

Balaji.K

Former Member
0 Kudos

Good afternoon,

With this xml could get some documents for approval.

Once you have obtained the largest share results with all.

<dis:GetApprovalRequest xmlns:dis="http://www.sap.com/SBO/DIS/">

<Service>ApprovalRequestsService</Service>

<ApprovalRequestParams>

     <Code>1</Code>

</ApprovalRequestParams>

</dis:GetApprovalRequest>"