on 2023 Mar 01 7:07 AM
Hello,
There is one requirement where during rejection of any invoice we need to put additional comments to notify the requester the actual reason of rejection.
Upon rejection, I get to know below service is being execute to update the status of Invoice from SAP to ARIBA portal.
service name: StatusUpdateRequest
There is one field which is comment, which is being updated automatically but we need that our rejection remark will go there.
In SAP screen there is one section/tab of notes which we fill with the remark but that is not coming in the request.
below is the payload which we are receiving.
<Request deploymentMode="test">
<StatusUpdateRequest>
<Status xml:lang="en" code="423" text="OK"/>
<InvoiceStatus paymentNetDueDate="2023-02-16T12:00:00+05:30" type="rejected">
<InvoiceIDInfo invoiceID="122" invoiceDate="2023-02-24T13:00:59+05:30"/>
<Comments xml:lang="EN">Document Manually Rejected/Deleted</Comments>
</InvoiceStatus>
<Extrinsic name="Ariba.ERPInvoiceNumber">5105640764</Extrinsic>
</StatusUpdateRequest>
Let me know, where I need to configure to populate the manual comment in this.
Thanks
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.