cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Requisition and RFQ number in QuoteRequest, QuoteMessage, Contract Request.

vmundke
Explorer
0 Kudos
359

Hi Experts,

Looking for your help.

1.0 Is the SAP ECC PR number and line item number will be interfaced automatically in Sourcing Request as a standard feature?

2.0 Is the SAP ECC RFQ number and line item number will be interfaced automatically in Sourcing Request as a standard feature?

3.0 Is the SAP ECC PR number and line item number will be interfaced automatically from the Sourcing Award Event to Purchase Order in SAP ECC as a standard feature?

4.0 Is the SAP ECC RFQ number and line item number will be interfaced automatically from the Sourcing Award Event to Purchase Order in SAP ECC as a standard feature?

5.0 Is the SAP ECC PR number and line item number will be interfaced automatically from the Ariba Contract from Vendor Contract Workspace to Outline Agreement in SAP ECC as a standard feature?

6.0 Is the SAP ECC PR number and line item number will be interfaced automatically from the Ariba Contract from Vendor Contract Workspace to Outline Agreement in SAP ECC as a standard feature?

Below are excerpts of cXML Messages. It should be the standard interface.

Could you please advise?

1.0 cXML-Quote Request

CHAR ReferenceDocumentInfo /cXML/Request/QuoteRequest/QuoteItemOut/ReferenceDocumentInfo String ReferenceDocumentInfo 0..1 N proceed if E1EDP02[QUALF = 016] E1EDP02[QUALF = 016]/ZEILE CHAR lineNumber /cXML/Request/QuoteRequest/QuoteItemOut/ReferenceDocumentInfo/@lineNumber String lineNumber 0..1 N mapped to E1EDP02[QUALF = 016]/ZEILE

2.0 cXML-Quote Message

(ReferenceDocumentInfo/DocumentInfo[@documentType = 'requisition']/@documentID, '0000000000') string PREQ_NO ARBCIG_QUOTE/POITEM/item/PREQ_NO char10 0..1 O if ReferenceDocumentInfo/DocumentInfo[@documentType = 'requisition'] and string-length(ReferenceDocumentInfo/DocumentInfo[@documentType = 'requisition']/@documentID) > 0 then map to value-of select="format-number(ReferenceDocumentInfo/DocumentInfo[@documentType = 'requisition']/@documentID, '0000000000') ReferenceDocumentInfo/DocumentInfo[@documentType = 'requisition'] string PREQ_ITEM ARBCIG_QUOTE/POITEM/item/PREQ_ITEM NUMC(5) 0..1 O map to ReferenceDocumentInfo/DocumentInfo[@documentType = 'requisition'] select="format-number(ReferenceDocumentInfo/DocumentInfo[@documentType = 'quoteRequest']/@documentID, '0000000000') string RFQ_NO ARBCIG_QUOTE/POITEM/item/RFQ_NO char10 0..1 O if ReferenceDocumentInfo/DocumentInfo[@documentType = 'quoteRequest'] and string-length(ReferenceDocumentInfo/DocumentInfo[@documentType = 'quoteRequest']/@documentID) > 0 then map to value-of select="format-number(ReferenceDocumentInfo/DocumentInfo[@documentType = 'quoteRequest']/@documentID, '0000000000') ReferenceDocumentInfo/DocumentInfo[@documentType = 'quoteRequest'] string RFQ_ITEM ARBCIG_QUOTE/POITEM/item/RFQ_ITEM NUMC(5) 0..1 O map to ReferenceDocumentInfo/DocumentInfo[@documentType = 'quoteRequest']

Accepted Solutions (0)

Answers (0)