GR message to Buyer

Hi,
I am trying to implement the GR message notification functions to Buyers. I have maintained all the configuration details -MLGR -Output type with access sequence as in standard sAP settings , condition tables 071. Created Condition Records throu Mn21 for MLGR with MP partner. At this point no special text is being maintained for the message .
While creation of PO , The " GR Message" indicator is Checked in PO header under Delivery / Invoice tab. We would like the Buyer to be notified through SAP Inbox about the GR message for corresponding POs.
I am unable to get any message. Can anyone who has implemented this functionlity , tell me what's more need to be done or any other technical settings need to be completed.Do we need to maintain more information in Condition record details ?
Pls let me know the details in this regard for activation of this functionality.
Thanks in advance ,
Regards,
Krish

We had the same problem.  We have been on SAP since 4.5B and somewhere along the line the partner functions got "messed up".  We are on ECC 6.0 now.
Check the V_TPAUM table and make sure that HS (technical name) is mapped to MN (english name).  Ours was mapped to MP which conflicted with the MP (technical name) partner.  MP is the mail partner you need to use in the MLGR configuration so this conflict resulting in SAP not being able to determine the partner number/name. 
In SAPLV61B in form XNAST_FUELLEN (around lines 360-420) the system is set to delete the MLGR (or any mail condition) where it cannot find the partner.  If you add MLGR manually, the system issues the message that the partner cannot be determined.
Hope this helps someone,
Jason

Similar Messages

  • Goods receipt message to Buyer - Mail not going to buyer

    Dear Experts,
    I have done all the settings for GR message indicator but i am not received the mail against purchase group.
    Following steps i have done.
    1. In SPRO - against purchase group - E-Mail ID updated
    2. Condition record created in MN21 for - MLGR - Partner - MP - Medium -7 and date/time- 4 , Lang- EN
    3. Communication method (in Recipient - Directly E mail given) - Execution parameter (U,MB03,MBN, RM07M-MBLNR,MSEG-EBELN)
    4. While creating PO - GR message ticked
    5. When we are doing the GR, mail going to the specific ID (in Recipient - Directly E mail given) as per MN21
    But my requirement is mail should go to buyer, as per purchase group available in PO.
    E mail ID available in purchase group
    Please help me on this
    Regards
    Soundar.G

    Hi,
    In MN21 / MN22 - Maintain condition record with following;
    GR Message - 'X' i.e. Yes
    Partner Function - 'MP' i.e. Mail partner
    Partner - Grey Field with Display Mode
    Transmission Medium - '7' i.e. Simple Mail
    Date/Time - '4' i.e. Send immediately (when saving the application)
    Language - 'EN' i.e. English
    And Save. Do not click anywhere else like; Communication Button.
    And then try to post a new GR with PO (having "GR MEssage" Active) and check.

  • Message to Buyer when invoice is posted

    Hi Gurus,
    I have a requirement wherein, the buyer (Purchase group), should receive a mail or notification on his mail id, when an invoice is posted against a PO created by him.
    Is this possible in standard SAP. If yes, please provide the steps.
    Thanks and Regards,
    Ankush

    HI,
    Please check with your ABAP team and ask them to define the Mailing notifications for required ID's
    it is been done in SOST Tcode.
    Please go thorugh the Below Link very helpful for me and might be for you as well
    http://wiki.sdn.sap.com/wiki/display/ABAP/SendMessagetoExternalemailidandSAPUseridvia+ABAP
    Regards,
    Ninad Kshirsagar

  • How to send message to buyer

    Hi,
    While writing the text at the header and item level in  a PO its not getting transfered to SRM.
    The segment E1EDKT2 which contains the text details is not generating.
    Please advise.
    Thanks,
    Manu

    Hi,
    First check the ORDERS outbound IDOC, Is the data - Header Text is exists in E1EDKT1 (E1EDKT2)segment level.
    If yes, the problem is at SRM end not R/3.
    Thanks,
    Kumar Arcot

  • Forwarding FAX error message from SAP Connect to  user outlook e-mail ID

    Hello,
    We have a few POs sent by FAX to vendors using top call .Some times FAX does not transmit the PO to vendor . The status of the message is updated as error in SAP connect( t-code SOST) . The user who released the PO or recreated the   message is getting the mail to his/her SAP inbox with PO number XXXXXX is not trasmitted due to ............. .
    The programs  SX_OBJECT_STATUS_RECEIVE , SO_STATUS_DOC_SEND are getting the update from SAP connect , compiling the update message and sending mail to SAP inbox .
    We ahve a requirement that the user be notifed to the outlook that the PO has not been transmitted to Vendor so that hey can take alternate action .
    Is any one using this functionality or suggest a way  to send only the FAX error messages to buyer/releaser to his/her outlook .
    Thanks
    Venkateswara Rao Yeleswaram

    Hi Thareq,
    I am also having the similar problem.
    When ever a notification is created, Champion is receiving the messages daily to his outlook though reminder functionality doesn't exist in the workflow.
    "Your Workflow inbox in the SAP system MEP, client 100, contains the following work item:"
    Can you please let me know how this has resolved in your case. Your reply would really help me out to solve my issue.
    thanks.

  • PO XML For Loop

    Hi
    In PO RTF Template I am trying to display short text and long text for each PO. But I am unable to display multiple short and long texts for each line number. I can only display the first short and long text for each line number. How to display all. The Seeded PO template does that. here is my code and XML
    for short text(short_text is in the same column as line_num is the RTF table)
    <?for-each:LINES_ROW?><?sort:LINE_NUM;'ascending';data-type='number'?>
    <?LINE_NUM?> <?format-date:NEED_BY_DATE;'DD-MMM-YYYY'?> <?LINE_AMOUNT?>
    <?ITEM_DESCRIPTION?>
    <?SHORT_TEXT?>
    <?end for-each?>
    output is
    Line num 1
    test for short attachment
    Line num 2
    short text 1
    output should be
    Line num 1
    test for short attachment
    4t attachment
    Line num 2
    short text 1
    short text 2
    for Long text
    <?if: PO_DATA/LINE_ATTACHMENTS/TEXT !=''?>
    <?for-each:LINES_ROW?><?sort:LINE_NUM;'ascending';data-type='number'?>
    <?if:LINE_NUM!=''?> <?concat('Line Number ',LINE_NUM)?> <?end if?>
    <?variable@incontext:PoLnID;'PO_LINE_ID'?>
    <?/PO_DATA/LINE_ATTACHMENTS/ID[child::text()=$PoLnID]/preceding-sibling::TEXT[1]?>
    <?end for-each?>
    <?end if?>
    output is
    Line num 1
    long text attachment which is 2nd ote
    Line num 2
    long text 1
    output should be
    Line num 1
    long text attachment which is 2nd ote
    see this 5th long attachment
    Line num 2
    long text 1
    long text 2
    here is the sample XML
    <?xml version="1.0" encoding="UTF-8"?>
    <PO_DATA>
    <TYPE_LOOKUP_CODE>STANDARD</TYPE_LOOKUP_CODE>
    <SEGMENT1>24687</SEGMENT1>
    <REVISION_NUM>0</REVISION_NUM>
    <PRINT_COUNT>3</PRINT_COUNT>
    <CREATION_DATE>29-APR-2009 14:28:52</CREATION_DATE>
    <NOTE_TO_VENDOR>this is a test po to supplier in terms window</NOTE_TO_VENDOR>
    <DOCUMENT_BUYER_FIRST_NAME>Sanjay</DOCUMENT_BUYER_FIRST_NAME>
    <DOCUMENT_BUYER_LAST_NAME>Kumar</DOCUMENT_BUYER_LAST_NAME>
    <DOCUMENT_BUYER_AGENT_ID>8756</DOCUMENT_BUYER_AGENT_ID>
    <CANCEL_FLAG>N</CANCEL_FLAG>
    <CONFIRMING_ORDER_FLAG>N</CONFIRMING_ORDER_FLAG>
    <ACCEPTANCE_REQUIRED_FLAG>N</ACCEPTANCE_REQUIRED_FLAG>
    <CURRENCY_CODE>USD</CURRENCY_CODE>
    <CURRENCY_NAME>US dollar</CURRENCY_NAME>
    <PAYMENT_TERMS>NET 30</PAYMENT_TERMS>
    <CUSTOMER_NUM>1244</CUSTOMER_NUM>
    <VENDOR_NUM>RR10</VENDOR_NUM>
    <VENDOR_NAME>OFFICE DEPOT</VENDOR_NAME>
    <VENDOR_ADDRESS_LINE1>PO BOX 31533</VENDOR_ADDRESS_LINE1>
    <VENDOR_CITY>HARTFORD</VENDOR_CITY>
    <VENDOR_STATE>CT</VENDOR_STATE>
    <VENDOR_POSTAL_CODE>06150-1533</VENDOR_POSTAL_CODE>
    <SHIP_TO_LOCATION_ID>88</SHIP_TO_LOCATION_ID>
    <SHIP_TO_LOCATION_NAME>US CORPORATE HDQTRS</SHIP_TO_LOCATION_NAME>
    <SHIP_TO_ADDRESS_LINE1>123 JFK RD</SHIP_TO_ADDRESS_LINE1>
    <SHIP_TO_ADDRESS_INFO>Broadway, WA 02421</SHIP_TO_ADDRESS_INFO>
    <SHIP_TO_COUNTRY>United States</SHIP_TO_COUNTRY>
    <BILL_TO_LOCATION_ID>88</BILL_TO_LOCATION_ID>
    <BILL_TO_LOCATION_NAME>US CORPORATE HDQTRS</BILL_TO_LOCATION_NAME>
    <BILL_TO_ADDRESS_LINE1>123 JFK RD</BILL_TO_ADDRESS_LINE1>
    <BILL_TO_ADDRESS_INFO>Broadway, WA 02421</BILL_TO_ADDRESS_INFO>
    <BILL_TO_COUNTRY>United States</BILL_TO_COUNTRY>
    <ATTRIBUTE1>MA</ATTRIBUTE1>
    <VENDOR_SITE_ID>9983</VENDOR_SITE_ID>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <APPROVED_FLAG>N</APPROVED_FLAG>
    <VENDOR_ID>826</VENDOR_ID>
    <ORG_ID>29</ORG_ID>
    <COMMENTS>Test PO to test template</COMMENTS>
    <FIRM_STATUS_LOOKUP_CODE>N</FIRM_STATUS_LOOKUP_CODE>
    <FROZEN_FLAG>N</FROZEN_FLAG>
    <CREATED_BY>3349</CREATED_BY>
    <TERMS_ID>10001</TERMS_ID>
    <RATE_DATE>29-APR-2009 00:00:00</RATE_DATE>
    <AUTHORIZATION_STATUS>N</AUTHORIZATION_STATUS>
    <NOTE_TO_RECEIVER>this is a test po to receiver in terms window</NOTE_TO_RECEIVER>
    <LAST_UPDATE_DATE>29-APR-2009 14:30:52</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <SUMMARY_FLAG>N</SUMMARY_FLAG>
    <ENABLED_FLAG>Y</ENABLED_FLAG>
    <LAST_UPDATE_LOGIN>1250381</LAST_UPDATE_LOGIN>
    <SUPPLY_AGREEMENT_FLAG>N</SUPPLY_AGREEMENT_FLAG>
    <PENDING_SIGNATURE_FLAG>N</PENDING_SIGNATURE_FLAG>
    <OU_NAME>ABC LTD</OU_NAME>
    <OU_ADDR1>123 JFK RD</OU_ADDR1>
    <OU_TOWN_CITY>Broadway</OU_TOWN_CITY>
    <OU_REGION2>WA</OU_REGION2>
    <OU_POSTALCODE>44421</OU_POSTALCODE>
    <OU_COUNTRY>United States</OU_COUNTRY>
    <BUYER_ADDRESS_LINE1>123 JFK RD</BUYER_ADDRESS_LINE1>
    <BUYER_CITY_STATE_ZIP>Broadway, WA 44421</BUYER_CITY_STATE_ZIP>
    <BUYER_CONTACT_PHONE>322-445-4533</BUYER_CONTACT_PHONE>
    <TOTAL_AMOUNT>6,000.00</TOTAL_AMOUNT>
    <BUYER_COUNTRY>United States</BUYER_COUNTRY>
    <DOCUMENT_CREATION_METHOD>ENTER_PO</DOCUMENT_CREATION_METHOD>
    <DOCUMENT_TYPE>Standard Purchase Order</DOCUMENT_TYPE>
    <COVER_MESSAGE>This document has important legal consequences. </COVER_MESSAGE>
    <AMMENDMENT_MESSAGE>This document has important legal consequences.
    </AMMENDMENT_MESSAGE>
    <TEST_FLAG>D</TEST_FLAG>
    <DIST_SHIPMENT_COUNT>1</DIST_SHIPMENT_COUNT>
    <DOCUMENT_NAME>Standard Purchase Order 24687, 0</DOCUMENT_NAME>
    <SIGNED>F</SIGNED>
    <AMENDMENT_PROFILE>Y</AMENDMENT_PROFILE>
    <WITH_TERMS>N</WITH_TERMS>
    <IS_ATTACHED_DOC>Y</IS_ATTACHED_DOC>
    <MESSAGE>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_AGREEMENT_CANCELED</MESSAGE>
    <TEXT>This agreement CANCELED on</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_VENDOR_NO</MESSAGE>
    <TEXT>Supplier No.</TEXT>
    </MESSAGE_ROW>
    </MESSAGE>
    <HEADER_SHORT_TEXT>
    </HEADER_SHORT_TEXT>
    <LINES>
    <LINES_ROW>
    <LINE_NUM>1</LINE_NUM>
    <ITEM_DESCRIPTION>test po</ITEM_DESCRIPTION>
    <CANCEL_FLAG>N</CANCEL_FLAG>
    <NOTE_TO_VENDOR>This is a test PO. do not ship.</NOTE_TO_VENDOR>
    <UNIT_MEAS_LOOKUP_CODE>Unit</UNIT_MEAS_LOOKUP_CODE>
    <ORDER_TYPE_LOOKUP_CODE>QUANTITY</ORDER_TYPE_LOOKUP_CODE>
    <ATTRIBUTE1>N</ATTRIBUTE1>
    <UNIT_PRICE>5000</UNIT_PRICE>
    <QUANTITY>1</QUANTITY>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <PO_LINE_ID>53995</PO_LINE_ID>
    <ORG_ID>29</ORG_ID>
    <UNORDERED_FLAG>N</UNORDERED_FLAG>
    <CLOSED_FLAG>N</CLOSED_FLAG>
    <TAXABLE_FLAG>N</TAXABLE_FLAG>
    <CAPITAL_EXPENSE_FLAG>N</CAPITAL_EXPENSE_FLAG>
    <NEGOTIATED_BY_PREPARER_FLAG>N</NEGOTIATED_BY_PREPARER_FLAG>
    <LAST_UPDATE_DATE>29-APR-2009 14:29:36</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <LINE_TYPE_ID>1000</LINE_TYPE_ID>
    <LAST_UPDATE_LOGIN>1250381</LAST_UPDATE_LOGIN>
    <CREATION_DATE>29-APR-2009 14:28:52</CREATION_DATE>
    <CREATED_BY>3349</CREATED_BY>
    <CATEGORY_ID>224</CATEGORY_ID>
    <ALLOW_PRICE_OVERRIDE_FLAG>N</ALLOW_PRICE_OVERRIDE_FLAG>
    <LIST_PRICE_PER_UNIT>5000</LIST_PRICE_PER_UNIT>
    <LINE_TYPE>QUANTITY</LINE_TYPE>
    <PURCHASE_BASIS>GOODS</PURCHASE_BASIS>
    <LINE_AMOUNT>5,000.00</LINE_AMOUNT>
    <MANUAL_PRICE_CHANGE_FLAG>N</MANUAL_PRICE_CHANGE_FLAG>
    <MATCHING_BASIS>QUANTITY</MATCHING_BASIS>
    <PRICE_DIFF>
    </PRICE_DIFF>
    *<LINE_SHORT_TEXT>*
    *<LINE_SHORT_TEXT_ROW>*
    *<PO_LINE_ID>53995</PO_LINE_ID>*
    *<SHORT_TEXT>test for short attachement</SHORT_TEXT>*
    *</LINE_SHORT_TEXT_ROW>*
    *<LINE_SHORT_TEXT_ROW>*
    *<PO_LINE_ID>53995</PO_LINE_ID>*
    *<SHORT_TEXT>4th attachment</SHORT_TEXT>*
    *</LINE_SHORT_TEXT_ROW>*
    *</LINE_SHORT_TEXT>*
    <LINE_LOCATIONS>
    <LINE_LOCATIONS_ROW>
    <SHIPMENT_NUM>1</SHIPMENT_NUM>
    <DUE_DATE>15-MAY-2009 00:00:00</DUE_DATE>
    <QUANTITY>1</QUANTITY>
    <PRICE_OVERRIDE>5000</PRICE_OVERRIDE>
    <QUANTITY_CANCELLED>0</QUANTITY_CANCELLED>
    <CANCEL_FLAG>N</CANCEL_FLAG>
    <TAXABLE_FLAG>N</TAXABLE_FLAG>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <PO_LINE_ID>53995</PO_LINE_ID>
    <LINE_LOCATION_ID>53678</LINE_LOCATION_ID>
    <SHIPMENT_TYPE>STANDARD</SHIPMENT_TYPE>
    <RECEIVING_ROUTING_ID>3</RECEIVING_ROUTING_ID>
    <ACCRUE_ON_RECEIPT_FLAG>N</ACCRUE_ON_RECEIPT_FLAG>
    <ORG_ID>29</ORG_ID>
    <RECEIPT_REQUIRED_FLAG>N</RECEIPT_REQUIRED_FLAG>
    <QTY_RCV_TOLERANCE>10</QTY_RCV_TOLERANCE>
    <QTY_RCV_EXCEPTION_CODE>WARNING</QTY_RCV_EXCEPTION_CODE>
    <ENFORCE_SHIP_TO_LOCATION_CODE>NONE</ENFORCE_SHIP_TO_LOCATION_CODE>
    <ALLOW_SUBSTITUTE_RECEIPTS_FLAG>N</ALLOW_SUBSTITUTE_RECEIPTS_FLAG>
    <DAYS_EARLY_RECEIPT_ALLOWED>5</DAYS_EARLY_RECEIPT_ALLOWED>
    <DAYS_LATE_RECEIPT_ALLOWED>5</DAYS_LATE_RECEIPT_ALLOWED>
    <RECEIPT_DAYS_EXCEPTION_CODE>WARNING</RECEIPT_DAYS_EXCEPTION_CODE>
    <INVOICE_CLOSE_TOLERANCE>2</INVOICE_CLOSE_TOLERANCE>
    <RECEIVE_CLOSE_TOLERANCE>100</RECEIVE_CLOSE_TOLERANCE>
    <SHIP_TO_ORGANIZATION_ID>208</SHIP_TO_ORGANIZATION_ID>
    <CLOSED_CODE>OPEN</CLOSED_CODE>
    <LAST_ACCEPT_DATE>09-MAY-2009 00:00:00</LAST_ACCEPT_DATE>
    <ENCUMBERED_FLAG>N</ENCUMBERED_FLAG>
    <FIRM_STATUS_LOOKUP_CODE>N</FIRM_STATUS_LOOKUP_CODE>
    <LAST_UPDATE_DATE>29-APR-2009 14:31:31</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <LAST_UPDATE_LOGIN>1250381</LAST_UPDATE_LOGIN>
    <CREATION_DATE>29-APR-2009 14:28:53</CREATION_DATE>
    <CREATED_BY>3349</CREATED_BY>
    <QUANTITY_RECEIVED>0</QUANTITY_RECEIVED>
    <QUANTITY_ACCEPTED>0</QUANTITY_ACCEPTED>
    <QUANTITY_REJECTED>0</QUANTITY_REJECTED>
    <QUANTITY_BILLED>0</QUANTITY_BILLED>
    <UNIT_MEAS_LOOKUP_CODE>Unit</UNIT_MEAS_LOOKUP_CODE>
    <TAX_USER_OVERRIDE_FLAG>N</TAX_USER_OVERRIDE_FLAG>
    <MATCH_OPTION>P</MATCH_OPTION>
    <CALCULATE_TAX_FLAG>Y</CALCULATE_TAX_FLAG>
    <NOTE_TO_RECEIVER>this is a note in shipments receiver</NOTE_TO_RECEIVER>
    <AMOUNT>5,000.00</AMOUNT>
    <SHIP_TO_LOCATION_ID>88</SHIP_TO_LOCATION_ID>
    <SHIP_TO_LOCATION_NAME>US CORPORATE HDQTRS</SHIP_TO_LOCATION_NAME>
    <SHIP_TO_ADDRESS_LINE1>123 JFK RD</SHIP_TO_ADDRESS_LINE1>
    <SHIP_TO_ADDRESS_INFO>Broadway, WA 02421</SHIP_TO_ADDRESS_INFO>
    <SHIP_TO_COUNTRY>United States</SHIP_TO_COUNTRY>
    <NEED_BY_DATE>15-MAY-2009 00:00:00</NEED_BY_DATE>
    <PROMISED_DATE>04-MAY-2009 00:00:00</PROMISED_DATE>
    <LINE_LOC_SHORT_TEXT>
    </LINE_LOC_SHORT_TEXT>
    <DISTRIBUTIONS>
    <DISTRIBUTIONS_ROW>
    <DISTRIBUTION_TYPE>STANDARD</DISTRIBUTION_TYPE>
    <ACCRUE_ON_RECEIPT_FLAG>N</ACCRUE_ON_RECEIPT_FLAG>
    <ORG_ID>29</ORG_ID>
    <DESTINATION_TYPE_CODE>EXPENSE</DESTINATION_TYPE_CODE>
    <DESTINATION_ORGANIZATION_ID>208</DESTINATION_ORGANIZATION_ID>
    <ACCRUAL_ACCOUNT_ID>1037</ACCRUAL_ACCOUNT_ID>
    <VARIANCE_ACCOUNT_ID>22148</VARIANCE_ACCOUNT_ID>
    <PREVENT_ENCUMBRANCE_FLAG>N</PREVENT_ENCUMBRANCE_FLAG>
    <PO_DISTRIBUTION_ID>55228</PO_DISTRIBUTION_ID>
    <LAST_UPDATE_DATE>29-APR-2009 14:32:23</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <PO_LINE_ID>53995</PO_LINE_ID>
    <LINE_LOCATION_ID>53678</LINE_LOCATION_ID>
    <SET_OF_BOOKS_ID>25</SET_OF_BOOKS_ID>
    <CODE_COMBINATION_ID>22148</CODE_COMBINATION_ID>
    <QUANTITY_ORDERED>1</QUANTITY_ORDERED>
    <LAST_UPDATE_LOGIN>1250381</LAST_UPDATE_LOGIN>
    <CREATION_DATE>29-APR-2009 14:28:54</CREATION_DATE>
    <CREATED_BY>3349</CREATED_BY>
    <QUANTITY_DELIVERED>0</QUANTITY_DELIVERED>
    <QUANTITY_BILLED>0</QUANTITY_BILLED>
    <QUANTITY_CANCELLED>0</QUANTITY_CANCELLED>
    <DELIVER_TO_LOCATION_ID>89</DELIVER_TO_LOCATION_ID>
    <DELIVER_TO_PERSON_ID>5324</DELIVER_TO_PERSON_ID>
    <RATE_DATE>29-APR-2009 00:00:00</RATE_DATE>
    <ENCUMBERED_FLAG>N</ENCUMBERED_FLAG>
    <RECOVERY_RATE>0.00</RECOVERY_RATE>
    <TAX_RECOVERY_OVERRIDE_FLAG>N</TAX_RECOVERY_OVERRIDE_FLAG>
    <DESTINATION_CONTEXT>EXPENSE</DESTINATION_CONTEXT>
    <DISTRIBUTION_NUM>1</DISTRIBUTION_NUM>
    <CHARGE_ACCOUNT>05-3002-7050-000-000</CHARGE_ACCOUNT>
    <FULL_NAME>Devine, Alison</FULL_NAME>
    <EMAIL_ADDRESS>[email protected]</EMAIL_ADDRESS>
    <REQUESTER_DELIVER_FIRST_NAME>Karen</REQUESTER_DELIVER_FIRST_NAME>
    <REQUESTER_DELIVER_LAST_NAME>MA</REQUESTER_DELIVER_LAST_NAME>
    </DISTRIBUTIONS_ROW>
    </DISTRIBUTIONS>
    </LINE_LOCATIONS_ROW>
    </LINE_LOCATIONS>
    </LINES_ROW>
    <LINES_ROW>
    <LINE_NUM>2</LINE_NUM>
    <ITEM_DESCRIPTION>TEST PO</ITEM_DESCRIPTION>
    <CANCEL_FLAG>N</CANCEL_FLAG>
    <UNIT_MEAS_LOOKUP_CODE>Unit</UNIT_MEAS_LOOKUP_CODE>
    <ORDER_TYPE_LOOKUP_CODE>QUANTITY</ORDER_TYPE_LOOKUP_CODE>
    <ATTRIBUTE1>N</ATTRIBUTE1>
    <UNIT_PRICE>1000</UNIT_PRICE>
    <QUANTITY>1</QUANTITY>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <PO_LINE_ID>54015</PO_LINE_ID>
    <ORG_ID>29</ORG_ID>
    <UNORDERED_FLAG>N</UNORDERED_FLAG>
    <CLOSED_FLAG>N</CLOSED_FLAG>
    <TAXABLE_FLAG>N</TAXABLE_FLAG>
    <CAPITAL_EXPENSE_FLAG>N</CAPITAL_EXPENSE_FLAG>
    <NEGOTIATED_BY_PREPARER_FLAG>N</NEGOTIATED_BY_PREPARER_FLAG>
    <LAST_UPDATE_DATE>30-APR-2009 13:52:26</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <LINE_TYPE_ID>1000</LINE_TYPE_ID>
    <LAST_UPDATE_LOGIN>1251236</LAST_UPDATE_LOGIN>
    <CREATION_DATE>30-APR-2009 13:52:26</CREATION_DATE>
    <CREATED_BY>3349</CREATED_BY>
    <CATEGORY_ID>224</CATEGORY_ID>
    <ALLOW_PRICE_OVERRIDE_FLAG>N</ALLOW_PRICE_OVERRIDE_FLAG>
    <LIST_PRICE_PER_UNIT>1000</LIST_PRICE_PER_UNIT>
    <LINE_TYPE>QUANTITY</LINE_TYPE>
    <PURCHASE_BASIS>GOODS</PURCHASE_BASIS>
    <LINE_AMOUNT>1,000.00</LINE_AMOUNT>
    <MANUAL_PRICE_CHANGE_FLAG>N</MANUAL_PRICE_CHANGE_FLAG>
    <MATCHING_BASIS>QUANTITY</MATCHING_BASIS>
    <PRICE_DIFF>
    </PRICE_DIFF>
    *<LINE_SHORT_TEXT>*
    *<LINE_SHORT_TEXT_ROW>*
    *<PO_LINE_ID>54015</PO_LINE_ID>*
    *<SHORT_TEXT>short text 1</SHORT_TEXT>*
    *</LINE_SHORT_TEXT_ROW>*
    *<LINE_SHORT_TEXT_ROW>*
    *<PO_LINE_ID>54015</PO_LINE_ID>*
    *<SHORT_TEXT>short text 2</SHORT_TEXT>*
    *</LINE_SHORT_TEXT_ROW>*
    *</LINE_SHORT_TEXT>*
    <LINE_LOCATIONS>
    <LINE_LOCATIONS_ROW>
    <SHIPMENT_NUM>1</SHIPMENT_NUM>
    <DUE_DATE>07-MAY-2009 00:00:00</DUE_DATE>
    <QUANTITY>1</QUANTITY>
    <PRICE_OVERRIDE>1000</PRICE_OVERRIDE>
    <QUANTITY_CANCELLED>0</QUANTITY_CANCELLED>
    <CANCEL_FLAG>N</CANCEL_FLAG>
    <TAXABLE_FLAG>N</TAXABLE_FLAG>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <PO_LINE_ID>54015</PO_LINE_ID>
    <LINE_LOCATION_ID>53698</LINE_LOCATION_ID>
    <SHIPMENT_TYPE>STANDARD</SHIPMENT_TYPE>
    <RECEIVING_ROUTING_ID>3</RECEIVING_ROUTING_ID>
    <ACCRUE_ON_RECEIPT_FLAG>N</ACCRUE_ON_RECEIPT_FLAG>
    <ORG_ID>29</ORG_ID>
    <RECEIPT_REQUIRED_FLAG>N</RECEIPT_REQUIRED_FLAG>
    <QTY_RCV_TOLERANCE>10</QTY_RCV_TOLERANCE>
    <QTY_RCV_EXCEPTION_CODE>WARNING</QTY_RCV_EXCEPTION_CODE>
    <ENFORCE_SHIP_TO_LOCATION_CODE>NONE</ENFORCE_SHIP_TO_LOCATION_CODE>
    <ALLOW_SUBSTITUTE_RECEIPTS_FLAG>N</ALLOW_SUBSTITUTE_RECEIPTS_FLAG>
    <DAYS_EARLY_RECEIPT_ALLOWED>5</DAYS_EARLY_RECEIPT_ALLOWED>
    <DAYS_LATE_RECEIPT_ALLOWED>5</DAYS_LATE_RECEIPT_ALLOWED>
    <RECEIPT_DAYS_EXCEPTION_CODE>WARNING</RECEIPT_DAYS_EXCEPTION_CODE>
    <INVOICE_CLOSE_TOLERANCE>2</INVOICE_CLOSE_TOLERANCE>
    <RECEIVE_CLOSE_TOLERANCE>100</RECEIVE_CLOSE_TOLERANCE>
    <SHIP_TO_ORGANIZATION_ID>208</SHIP_TO_ORGANIZATION_ID>
    <CLOSED_CODE>OPEN</CLOSED_CODE>
    <LAST_ACCEPT_DATE>11-MAY-2009 00:00:00</LAST_ACCEPT_DATE>
    <ENCUMBERED_FLAG>N</ENCUMBERED_FLAG>
    <FIRM_STATUS_LOOKUP_CODE>N</FIRM_STATUS_LOOKUP_CODE>
    <LAST_UPDATE_DATE>30-APR-2009 13:53:11</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <LAST_UPDATE_LOGIN>1251236</LAST_UPDATE_LOGIN>
    <CREATION_DATE>30-APR-2009 13:52:27</CREATION_DATE>
    <CREATED_BY>3349</CREATED_BY>
    <QUANTITY_RECEIVED>0</QUANTITY_RECEIVED>
    <QUANTITY_ACCEPTED>0</QUANTITY_ACCEPTED>
    <QUANTITY_REJECTED>0</QUANTITY_REJECTED>
    <QUANTITY_BILLED>0</QUANTITY_BILLED>
    <UNIT_MEAS_LOOKUP_CODE>Unit</UNIT_MEAS_LOOKUP_CODE>
    <TAX_USER_OVERRIDE_FLAG>N</TAX_USER_OVERRIDE_FLAG>
    <MATCH_OPTION>P</MATCH_OPTION>
    <CALCULATE_TAX_FLAG>Y</CALCULATE_TAX_FLAG>
    <NOTE_TO_RECEIVER>NOT FOR RECEIVER IN shipme</NOTE_TO_RECEIVER>
    <AMOUNT>1,000.00</AMOUNT>
    <SHIP_TO_LOCATION_ID>88</SHIP_TO_LOCATION_ID>
    <SHIP_TO_LOCATION_NAME>US HDQTRS</SHIP_TO_LOCATION_NAME>
    <SHIP_TO_ADDRESS_LINE1>123 JFK RD</SHIP_TO_ADDRESS_LINE1>
    <SHIP_TO_ADDRESS_INFO>Broadway, WA 53411</SHIP_TO_ADDRESS_INFO>
    <SHIP_TO_COUNTRY>United States</SHIP_TO_COUNTRY>
    <NEED_BY_DATE>07-MAY-2009 00:00:00</NEED_BY_DATE>
    <PROMISED_DATE>06-MAY-2009 00:00:00</PROMISED_DATE>
    <LINE_LOC_SHORT_TEXT>
    </LINE_LOC_SHORT_TEXT>
    <DISTRIBUTIONS>
    <DISTRIBUTIONS_ROW>
    <DISTRIBUTION_TYPE>STANDARD</DISTRIBUTION_TYPE>
    <ACCRUE_ON_RECEIPT_FLAG>N</ACCRUE_ON_RECEIPT_FLAG>
    <ORG_ID>29</ORG_ID>
    <DESTINATION_TYPE_CODE>EXPENSE</DESTINATION_TYPE_CODE>
    <DESTINATION_ORGANIZATION_ID>208</DESTINATION_ORGANIZATION_ID>
    <ACCRUAL_ACCOUNT_ID>1037</ACCRUAL_ACCOUNT_ID>
    <VARIANCE_ACCOUNT_ID>3908</VARIANCE_ACCOUNT_ID>
    <PREVENT_ENCUMBRANCE_FLAG>N</PREVENT_ENCUMBRANCE_FLAG>
    <PO_DISTRIBUTION_ID>55248</PO_DISTRIBUTION_ID>
    <LAST_UPDATE_DATE>30-APR-2009 13:53:11</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>3349</LAST_UPDATED_BY>
    <PO_HEADER_ID>27162</PO_HEADER_ID>
    <PO_LINE_ID>54015</PO_LINE_ID>
    <LINE_LOCATION_ID>53698</LINE_LOCATION_ID>
    <SET_OF_BOOKS_ID>25</SET_OF_BOOKS_ID>
    <CODE_COMBINATION_ID>3908</CODE_COMBINATION_ID>
    <QUANTITY_ORDERED>1</QUANTITY_ORDERED>
    <LAST_UPDATE_LOGIN>1251236</LAST_UPDATE_LOGIN>
    <CREATION_DATE>30-APR-2009 13:53:11</CREATION_DATE>
    <CREATED_BY>3349</CREATED_BY>
    <QUANTITY_DELIVERED>0</QUANTITY_DELIVERED>
    <QUANTITY_BILLED>0</QUANTITY_BILLED>
    <QUANTITY_CANCELLED>0</QUANTITY_CANCELLED>
    <DELIVER_TO_LOCATION_ID>89</DELIVER_TO_LOCATION_ID>
    <DELIVER_TO_PERSON_ID>1308</DELIVER_TO_PERSON_ID>
    <RATE_DATE>29-APR-2009 00:00:00</RATE_DATE>
    <ENCUMBERED_FLAG>N</ENCUMBERED_FLAG>
    <RECOVERY_RATE>0.00</RECOVERY_RATE>
    <TAX_RECOVERY_OVERRIDE_FLAG>N</TAX_RECOVERY_OVERRIDE_FLAG>
    <DESTINATION_CONTEXT>EXPENSE</DESTINATION_CONTEXT>
    <DISTRIBUTION_NUM>1</DISTRIBUTION_NUM>
    <CHARGE_ACCOUNT>01-3001-7050-000-000</CHARGE_ACCOUNT>
    <FULL_NAME>Green, Jan</FULL_NAME>
    <EMAIL_ADDRESS>[email protected]</EMAIL_ADDRESS>
    <REQUESTER_DELIVER_FIRST_NAME>Jan</REQUESTER_DELIVER_FIRST_NAME>
    <REQUESTER_DELIVER_LAST_NAME>Green</REQUESTER_DELIVER_LAST_NAME>
    </DISTRIBUTIONS_ROW>
    </DISTRIBUTIONS>
    </LINE_LOCATIONS_ROW>
    </LINE_LOCATIONS>
    </LINES_ROW>
    </LINES>
    *<LINE_ATTACHMENTS>*
    *<TEXT>long text attachment which is 2nd note.</TEXT>*
    *<ID>53995</ID>*
    *<TEXT>see this 5th long atta</TEXT>*
    *<ID>53995</ID>*
    *<TEXT>long text 1</TEXT>*
    *<ID>54015</ID>*
    *<TEXT>long text 2</TEXT>*
    *<ID>54015</ID>*
    *</LINE_ATTACHMENTS>*
    <ADDRESS_DETAILS>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>88</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Address Line1</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Line2</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line3</ADDR_LABEL_3>
    <ADDR_LABEL_4>City</ADDR_LABEL_4>
    <ADDR_LABEL_5>County</ADDR_LABEL_5>
    <ADDR_LABEL_6>State</ADDR_LABEL_6>
    <ADDR_LABEL_7>Zip Code</ADDR_LABEL_7>
    <ADDR_LABEL_8>Country</ADDR_LABEL_8>
    <ADDR_LABEL_9>Telephone</ADDR_LABEL_9>
    <ADDR_LABEL_10>Fax</ADDR_LABEL_10>
    <ADDR_LABEL_11>Sales Tax Override</ADDR_LABEL_11>
    <ADDR_LABEL_12>Inside City Limits</ADDR_LABEL_12>
    <ADDR_DATA_1>123 JFK RD</ADDR_DATA_1>
    <ADDR_DATA_4>Broadway</ADDR_DATA_4>
    <ADDR_DATA_6>WA</ADDR_DATA_6>
    <ADDR_DATA_7>33444</ADDR_DATA_7>
    <ADDR_DATA_8>US</ADDR_DATA_8>
    <ADDR_DATA_9>322-588-4534</ADDR_DATA_9>
    </ADDRESS_DETAILS_ROW>
    </ADDRESS_DETAILS>
    </PO_DATA>

    Hi,
    I have used PO_COMMUNICATION_PVT.POXMLGEN procedure and got the CLOB as output. When i am reading and printing in FND_FILE.OUTPUT. Tags are getting shifted to next line. How to print the this XML output as concurrent programs ouput in Oracle apps 11.5.10. It would be really great if anybody can share his experience.
    See the sample file:
    <?xml version="1.0" encoding="UTF-16"?>
    <PO_DATA>
    <TYPE_LOOKUP_CODE>STANDARD</TYPE_LOOKUP_CODE>
    <SEGMENT1>87710004999</SEGMENT1>
    <REVISION_NUM>0</REVISION_NUM>
    <PRINT_COUNT>1</PRINT_COUNT>
    <CREATION_DATE>28-OCT-2008 21:53:15</CREATION_DATE>
    <PRINTED
    DATE>28-OCT-08</PRINTEDDATE>
    <DOCUMENT_BUYER_FIRST_NAME>Annapoorani</DOCUMENT_BUYER_FIRST_NAME>
    <DOCUMENT_BUYER_LAST_NAME>Krishnan</DOCUMENT_BUYER_LAST_NAME>
    <DOCUMENT_BUYER_AGENT_ID>251578</DOCUMENT_BUYER_AGENT_ID>
    <CONFIRMING_ORDER_FLAG>N</CONFIRM
    ING_ORDER_FLAG>
    <ACCEPTANCE_REQUIRED_FLAG>N</ACCEPTANCE_REQUIRED_FLAG>
    <CURRENCY_CODE>USD</CURRENCY_CODE>
    <CURRENCY_NAME>US Dollar</CURRENCY_NAME>
    <PAYMENT_TERMS>42 Net</PAYMENT_TERMS>
    <VENDOR_NUM>AMER-30954</VENDOR_NUM>
    <VENDOR_NAME>CISCO SYSTEMS -
    RESALE</VENDOR_NAME>
    <VENDOR_ADDRESS_LINE1>PO BOX 91232</VENDOR_ADDRESS_LINE1>
    <VENDOR_CITY>CHICAGO</VENDOR_CITY>
    <VENDOR_STATE>IL</VENDOR_STATE>
    <VENDOR_POSTAL_CODE>60693-1232</VENDOR_POSTAL_CODE>
    <VENDOR_COUNTRY>United States</VENDOR_COUNTRY>
    <VE
    NDOR_PHONE>661-7606</VENDOR_PHONE>
    <SHIP_TO_LOCATION_ID>67670</SHIP_TO_LOCATION_ID>
    <SHIP_TO_LOCATION_NAME>GFP_877_LOC</SHIP_TO_LOCATION_NAME>
    <SHIP_TO_ADDRESS_LINE1>BT Americas Inc.|11440 Commerce Park Drive|Reston, VA 20191</SHIP_TO_ADDRESS_LINE1>
    <
    SHIP_TO_ADDRESS_INFO> </SHIP_TO_ADDRESS_INFO>
    <BILL_TO_LOCATION_ID>67644</BILL_TO_LOCATION_ID>
    <BILL_TO_LOCATION_NAME>GFP_877_BILL_TO_LOC</BILL_TO_LOCATION_NAME>
    <BILL_TO_ADDRESS_LINE1>Invoice To:</BILL_TO_ADDRESS_LINE1>
    <BILL_TO_ADDRESS_LINE2>BT AME
    RICAS ACCOUNTS PAYABLE</BILL_TO_ADDRESS_LINE2>
    <BILL_TO_ADDRESS_LINE3>PO Box 696025</BILL_TO_ADDRESS_LINE3>
    <BILL_TO_ADDRESS_INFO>SAN ANTONIO, TX 78269</BILL_TO_ADDRESS_INFO>
    <BILL_TO_COUNTRY>United States</BILL_TO_COUNTRY>
    <VENDOR_SITE_ID>27591</VEN
    DOR_SITE_ID>
    <PO_HEADER_ID>103843</PO_HEADER_ID>
    <APPROVED_FLAG>Y</APPROVED_FLAG>
    <VENDOR_ID>97015</VENDOR_ID>
    <CLOSED_CODE>CLOSED</CLOSED_CODE>
    <ORG_ID>52605</ORG_ID>
    <CLOSED_DATE>18-NOV-2008 22:25:27</CLOSED_DATE>
    <FIRM_STATUS_LOOKUP_CODE>N</FIRM
    STATUSLOOKUP_CODE>
    <FROZEN_FLAG>N</FROZEN_FLAG>
    <CREATED_BY>64914</CREATED_BY>
    <TERMS_ID>10084</TERMS_ID>
    <RATE_DATE>28-OCT-2008 00:00:00</RATE_DATE>
    <AUTHORIZATION_STATUS>APPROVED</AUTHORIZATION_STATUS>
    <APPROVED_DATE>28-OCT-2008 21:53:35</APPROV
    ED_DATE>
    <LAST_UPDATE_DATE>18-NOV-2008 22:25:27</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>73951</LAST_UPDATED_BY>
    <SUMMARY_FLAG>N</SUMMARY_FLAG>
    <ENABLED_FLAG>Y</ENABLED_FLAG>
    <LAST_UPDATE_LOGIN>-1</LAST_UPDATE_LOGIN>
    <WF_ITEM_TYPE>POAPPRV</WF_ITEM_TYPE>
    <WF_ITEM_KEY>103843-491416</WF_ITEM_KEY>
    <XML_FLAG>N</XML_FLAG>
    <CONTERMS_EXIST_FLAG>Y</CONTERMS_EXIST_FLAG>
    <CONTERMS_ARTICLES_UPD_DATE>28-OCT-2008 21:53:16</CONTERMS_ARTICLES_UPD_DATE>
    <PENDING_SIGNATURE_FLAG>N</PENDING_SIGNATURE_FLAG>
    <OU_NAME>US
    _877_OU</OU_NAME>
    <OU_ADDR1>BT Americas Inc.|11440 Commerce Park Drive|Reston, VA 20191</OU_ADDR1>
    <BUYER_ADDRESS_LINE1>Invoice To:</BUYER_ADDRESS_LINE1>
    <BUYER_ADDRESS_LINE2>BT AMERICAS ACCOUNTS PAYABLE</BUYER_ADDRESS_LINE2>
    <BUYER_ADDRESS_LINE3>PO B
    ox 696025</BUYER_ADDRESS_LINE3>
    <BUYER_CITY_STATE_ZIP>SAN ANTONIO, TX 78269</BUYER_CITY_STATE_ZIP>
    <BUYER_CONTACT_PHONE>+914442674662</BUYER_CONTACT_PHONE>
    <BUYER_CONTACT_EMAIL>[email protected]</BUYER_CONTACT_EMAIL>
    <VENDOR_FAX>216-5724</V
    ENDOR_FAX>
    <TOTAL_AMOUNT>1,326.00</TOTAL_AMOUNT>
    <BUYER_COUNTRY>United States</BUYER_COUNTRY>
    <VENDOR_AREA_CODE>309</VENDOR_AREA_CODE>
    <DOCUMENT_CREATION_METHOD>AUTOCREATE</DOCUMENT_CREATION_METHOD>
    <DOCUMENT_TYPE>Standard Purchase Order</DOCUMENT_TY
    PE>
    <COVER_MESSAGE>This document has important legal consequences. The information contained in this document is proprietary of US_877_LE. It shall not be used, reproduced, or disclosed to others without the express and written consent of US_877_LE.
    Thi
    s agreement between US_877_LE and CISCO SYSTEMS - RESALE is authorized for binding commitment. The parties hereto have read and executed this agreement as of the
    _______________ day of ______________, ___________.</COVER_MESSAGE>
    <AMMENDMENT_MESSAGE>Thi
    s Amendment supersedes the Agreement 87710004999 and all its prior modifications. This agreement can only be changed by a signed agreement between the affected parties.
    The parties hereto have read and executed this contract modification as of the
    ___________ day of ______________, _________.
    </AMMENDMENT_MESSAGE>
    <TEST_FLAG>N</TEST_FLAG>
    <DIST_SHIPMENT_COUNT>1</DIST_SHIPMENT_COUNT>
    <DOCUMENT_NAME>Standard Purchase Order 87710004999, 0</DOCUMENT_NAME>
    <SIGNED>F</SIGNED>
    <AMENDMENT_PROFILE>Y</A
    MENDMENT_PROFILE>
    <WITH_TERMS>Y</WITH_TERMS>
    <IS_ATTACHED_DOC>N</IS_ATTACHED_DOC>
    <MESSAGE>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_AGREEMENT_CANCELED</MESSAGE>
    <TEXT>This agreement CANCELED on</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_AMO
    UNT_AGREED</MESSAGE>
    <TEXT>Amount Agreed</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_AMOUNT_CANCELED</MESSAGE>
    <TEXT>Amount CANCELED:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_BILL_TO</MESSAGE>
    <TEXT>Bill To:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CHARGE_ACCOUNT</MESSAGE>
    <TEXT>Charge Account:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_COMPANY</MESSAGE>
    <TEXT>Company</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CON
    FIRM_NOT_DUPLICATE</MESSAGE>
    <TEXT>CONFIRMATION - DO NOT DUPLICATE</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CONTACT_NAME</MESSAGE>
    <TEXT>Contact</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CONTRACTOR</MESSAGE>
    <TEXT
    Contractor Details:</TEXT></MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CONTRACTOR_NAME</MESSAGE>
    <TEXT>Contractor Name:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CUSTOMER_ACCOUNT_NO</MESSAGE>
    <TEXT>Customer Account No.</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CUST_ITEM_DESC</MESSAGE>
    <TEXT>Customer Item Description:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_CUST_PO_NUMBER</MESSAGE>
    <TEXT>Customer PO Number:</TEXT>
    </MESSAGE_ROW>
    <MES
    SAGE_ROW>
    <MESSAGE>PO_FO_DATE</MESSAGE>
    <TEXT>Date:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_DELIVER_DATE_TIME</MESSAGE>
    <TEXT>Delivery Date/Time</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_DELIVER_TO_LOCATION</MESS
    AGE>
    <TEXT>Deliver To:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_DRAFT</MESSAGE>
    <TEXT>DRAFT</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_EFFECTIVE_END_DATE</MESSAGE>
    <TEXT>Effective End Date</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_EFFECTIVE_START_DATE</MESSAGE>
    <TEXT>Effective Start Date</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_EMAIL</MESSAGE>
    <TEXT>Email</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_END_DATE</MESS
    AGE>
    <TEXT>End Date:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_FAX</MESSAGE>
    <TEXT>Fax</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_FORMAL_ACCEPT</MESSAGE>
    <TEXT>Please formally accept this order by</TEXT>
    </MESSAGE
    _ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_HAZARD_CLASS</MESSAGE>
    <TEXT>Hazard Class:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_LINE_CANCELED</MESSAGE>
    <TEXT>This line CANCELED on</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_F
    O_LINE_NUMBER</MESSAGE>
    <TEXT>Line number:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_LINE_REF_BPA</MESSAGE>
    <TEXT>This line references Blanket Agreement</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_LINE_REF_CONTRACT</MES
    SAGE>
    <TEXT>This line references Contract Agreement</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_LINE_SUPPLIER_QUOTATION</MESSAGE>
    <TEXT>This line references Supplier Quotation</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_N
    AME</MESSAGE>
    <TEXT>Name:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_NO</MESSAGE>
    <TEXT>No:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_NOTES</MESSAGE>
    <TEXT>Notes:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>
    PO_FO_ORG_AGR_ASS</MESSAGE>
    <TEXT>Organization Agreement Assignments</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_ORIGINAL_AMOUNT_ORDERED</MESSAGE>
    <TEXT>Original amount ordered:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO
    ORIGINALQTY_ORDERED</MESSAGE>
    <TEXT>Original quantity ordered:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_ORIGINAL_SHIPMENT_QTY</MESSAGE>
    <TEXT>Original shipment quantity:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PA
    CKING_INSTRUCTION</MESSAGE>
    <TEXT>Packing Instructions:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PAGE</MESSAGE>
    <TEXT>Page &amp;PAGE_NUM of &amp;END_PAGE</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PO_CANCELED</MESSAGE
    >
    <TEXT>This purchase order CANCELED on</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PRICES_EXPRESSED</MESSAGE>
    <TEXT>All prices and amounts on this order are expressed in</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PRICE_
    BREAK</MESSAGE>
    <TEXT>Price Break:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PRICE_DIFFERENTIALS</MESSAGE>
    <TEXT>Price Differentials:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PROPRIETARY_INFORMATION</MESSAGE>
    <TEX
    T>Proprietary and Confidential</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PURCHASING_ORGANIZATION</MESSAGE>
    <TEXT>Purchasing Organization</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_PURCHASING_SUPPLIER_SITE</MESSAGE>
    <TE
    XT>Purchasing Supplier Site</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_QUANTITY_CANCELED</MESSAGE>
    <TEXT>Quantity CANCELED:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_RELEASE_CANCELED</MESSAGE>
    <TEXT>This release CANCEL
    ED on</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_REVISED_BY</MESSAGE>
    <TEXT>Revised By</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_REVISION</MESSAGE>
    <TEXT>Revision</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_
    FO_REVISION_DATE</MESSAGE>
    <TEXT>Revision Date</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SHIFT_PATTERN</MESSAGE>
    <TEXT>Shift Pattern:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SHIPMENT_CANCELED</MESSAGE>
    <TEXT>This
    shipment CANCELED on</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SHIPPING_INSTRUCTION</MESSAGE>
    <TEXT>Shipping Instructions:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SHIP_METHOD</MESSAGE>
    <TEXT>Ship Method:</TEXT>
    <
    /MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SHIP_NUMBER</MESSAGE>
    <TEXT>Shipment number:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SHIP_TO</MESSAGE>
    <TEXT>Ship To:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_START_D
    ATE</MESSAGE>
    <TEXT>Start Date:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SUBMIT_RESPONSE</MESSAGE>
    <TEXT>Please submit your response to:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SUPPLIER_CONFIGURATION</MESSAGE>
    <
    TEXT>Supplier Configuration ID:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_SUPPLIER_ITEM</MESSAGE>
    <TEXT>Supplier Item:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_TELEPHONE</MESSAGE>
    <TEXT>Telephone</TEXT>
    </MESSAGE_R
    OW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_TEST</MESSAGE>
    <TEXT>Test Purchase Order</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_TITLE</MESSAGE>
    <TEXT>Title:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_TOTAL</MESSAGE>
    <TEXT>
    Total:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_TRANSPORTATION_ARRANGED</MESSAGE>
    <TEXT>Transportation</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_TYPE</MESSAGE>
    <TEXT>Type</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <M
    ESSAGE>PO_FO_UN_NUMBER</MESSAGE>
    <TEXT>UN Number:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_USE_SHIP_ADDRESS_TOP</MESSAGE>
    <TEXT>Use the ship-to address at the top of page</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_VEN
    DOR</MESSAGE>
    <TEXT>Supplier:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_FO_WORK_SCHEDULE</MESSAGE>
    <TEXT>Work Schedule:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_ADDRESS</MESSAGE>
    <TEXT>Address</TEXT>
    </MESSAG
    E_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_AMOUNT</MESSAGE>
    <TEXT>Amount</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_BUYER</MESSAGE>
    <TEXT>Buyer</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_CONFIRM_TO_TELE<
    /MESSAGE>
    <TEXT>Confirm To/Telephone</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_DESCRIPTION</MESSAGE>
    <TEXT>Description</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_EFFECTIVE_DATE</MESSAGE>
    <TEXT>Effective
    Date</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_EXPIRES_ON</MESSAGE>
    <TEXT>Expires On</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_FOB</MESSAGE>
    <TEXT>FOB</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO
    WFNOTIF_FREIGHT_TERMS</MESSAGE>
    <TEXT>Freight Terms</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_HEADER_NOTE</MESSAGE>
    <TEXT>Note To Supplier</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_LINE_NUMBER</MESSAGE>
    <TEXT>Line</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_MULTIPLE</MESSAGE>
    <TEXT>Multiple</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_NEEDBY_DATE</MESSAGE>
    <TEXT>Needed:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_RO
    W>
    <MESSAGE>PO_WF_NOTIF_NOTE</MESSAGE>
    <TEXT>Justification</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_ORDER</MESSAGE>
    <TEXT>Order</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_ORDER_DATE</MESSAGE>
    <TEXT>O
    rder Date</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_PART_NO_DESC</MESSAGE>
    <TEXT>Part Number / Description</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_PAYMENT_TERMS</MESSAGE>
    <TEXT>Payment Terms</TEXT>
    </M
    ESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_PREPARER</MESSAGE>
    <TEXT>Created By</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_PROMISED_DATE</MESSAGE>
    <TEXT>Promised:</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF
    NOTIFPURCHASE_ORDER</MESSAGE>
    <TEXT>Purchase Order</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_QUANTITY</MESSAGE>
    <TEXT>Quantity</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_REQUESTER_DELIVER</MESSAGE>
    <TE
    XT>Requester/Deliver To</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_REVISION</MESSAGE>
    <TEXT>Revision</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_SHIP_VIA</MESSAGE>
    <TEXT>Ship Via</TEXT>
    </MESSAGE_ROW>
    <ME
    SSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_SUPPLIER_ITEM</MESSAGE>
    <TEXT>Your # :</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_TAX</MESSAGE>
    <TEXT>Tax</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_TOTAL</MESSAGE>
    <TEX
    T>Total</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_UNIT_PRICE</MESSAGE>
    <TEXT>Unit Price</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE>PO_WF_NOTIF_UOM</MESSAGE>
    <TEXT>UOM</TEXT>
    </MESSAGE_ROW>
    <MESSAGE_ROW>
    <MESSAGE
    PO_WF_NOTIF_VENDOR_NO</MESSAGE><TEXT>Supplier No.</TEXT>
    </MESSAGE_ROW>
    </MESSAGE>
    <HEADER_SHORT_TEXT>
    </HEADER_SHORT_TEXT>
    <LINES>
    <LINES_ROW>
    <LINE_NUM>1</LINE_NUM>
    <ITEM_DESCRIPTION>HWIC-1CE1T1-PRI
    </ITEM_DESCRIPTION>
    <CANCEL_FLAG
    N</CANCEL_FLAG><VENDOR_PRODUCT_NUM>HWIC-1CE1T1-PRI</VENDOR_PRODUCT_NUM>
    <UNIT_MEAS_LOOKUP_CODE>EA</UNIT_MEAS_LOOKUP_CODE>
    <ORDER_TYPE_LOOKUP_CODE>QUANTITY</ORDER_TYPE_LOOKUP_CODE>
    <UNIT_PRICE>1326</UNIT_PRICE>
    <QUANTITY>1</QUANTITY>
    <P
    O_HEADER_ID>103843</PO_HEADER_ID>
    <PO_LINE_ID>170164</PO_LINE_ID>
    <PRICE_TYPE_LOOKUP_CODE>VARIABLE</PRICE_TYPE_LOOKUP_CODE>
    <CLOSED_CODE>CLOSED</CLOSED_CODE>
    <CLOSED_DATE>18-NOV-2008 22:25:27</CLOSED_DATE>
    <CLOSED_REASON>Close status rolled
    up</CLOSED_REASON>
    <CLOSED_BY>271332</CLOSED_BY>
    <ORG_ID>52605</ORG_ID>
    <QTY_RCV_TOLERANCE>10</QTY_RCV_TOLERANCE>
    <OVER_TOLERANCE_ERROR_FLAG>WARNING</OVER_TOLERANCE_ERROR_FLAG>
    <FIRM_STATUS_LOOKUP_CODE>N</FIRM_STATUS_LOOKUP_CODE>
    <LAST_
    UPDATE_DATE>18-NOV-2008 22:25:27</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>73951</LAST_UPDATED_BY>
    <LINE_TYPE_ID>1</LINE_TYPE_ID>
    <LAST_UPDATE_LOGIN>-1</LAST_UPDATE_LOGIN>
    <CREATION_DATE>28-OCT-2008 21:53:15</CREATION_DATE>
    <CREATED_BY>64914</CRE
    ATED_BY>
    <CATEGORY_ID>1813</CATEGORY_ID>
    <LIST_PRICE_PER_UNIT>1326</LIST_PRICE_PER_UNIT>
    <TAX_NAME>ExmptResale</TAX_NAME>
    <LINE_TYPE>QUANTITY</LINE_TYPE>
    <PURCHASE_BASIS>GOODS</PURCHASE_BASIS>
    <LINE_AMOUNT>1,326.00</LINE_AMOUNT>
    <BASE
    UNITPRICE>1326</BASE_UNIT_PRICE>
    <MATCHING_BASIS>QUANTITY</MATCHING_BASIS>
    <PRICE_DIFF>
    </PRICE_DIFF>
    <LINE_SHORT_TEXT>
    </LINE_SHORT_TEXT>
    <LINE_LOCATIONS>
    <LINE_LOCATIONS_ROW>
    <SHIPMENT_NUM>1</SHIPMENT_NUM>
    <DUE_DATE>03-
    NOV-2008 00:00:00</DUE_DATE>
    <QUANTITY>1</QUANTITY>
    <PRICE_OVERRIDE>1326</PRICE_OVERRIDE>
    <QUANTITY_CANCELLED>0</QUANTITY_CANCELLED>
    <TAXABLE_FLAG>Y</TAXABLE_FLAG>
    <PO_HEADER_ID>103843</PO_HEADER_ID>
    <PO_LINE_ID>170164</PO_LI
    NE_ID>
    <LINE_LOCATION_ID>184959</LINE_LOCATION_ID>
    <SHIPMENT_TYPE>STANDARD</SHIPMENT_TYPE>
    <CONSIGNED_FLAG>N</CONSIGNED_FLAG>
    <RECEIVING_ROUTING_ID>3</RECEIVING_ROUTING_ID>
    <ACCRUE_ON_RECEIPT_FLAG>N</ACCRUE_ON_RECEIPT_FLAG>
    <
    CLOSED_REASON>Update Closure Status Rolled Up</CLOSED_REASON>
    <CLOSED_DATE>19-NOV-2008 01:02:29</CLOSED_DATE>
    <CLOSED_BY>219351</CLOSED_BY>
    <ORG_ID>52605</ORG_ID>
    <INSPECTION_REQUIRED_FLAG>N</INSPECTION_REQUIRED_FLAG>
    <RECEIPT_REQ
    UIRED_FLAG>Y</RECEIPT_REQUIRED_FLAG>
    <QTY_RCV_TOLERANCE>10</QTY_RCV_TOLERANCE>
    <QTY_RCV_EXCEPTION_CODE>WARNING</QTY_RCV_EXCEPTION_CODE>
    <ENFORCE_SHIP_TO_LOCATION_CODE>WARNING</ENFORCE_SHIP_TO_LOCATION_CODE>
    <ALLOW_SUBSTITUTE_RECEIPTS_F
    LAG>N</ALLOW_SUBSTITUTE_RECEIPTS_FLAG>
    <DAYS_EARLY_RECEIPT_ALLOWED>10</DAYS_EARLY_RECEIPT_ALLOWED>
    <DAYS_LATE_RECEIPT_ALLOWED>10</DAYS_LATE_RECEIPT_ALLOWED>
    <RECEIPT_DAYS_EXCEPTION_CODE>WARNING</RECEIPT_DAYS_EXCEPTION_CODE>
    <INVOICE_CL
    OSE_TOLERANCE>10</INVOICE_CLOSE_TOLERANCE>
    <RECEIVE_CLOSE_TOLERANCE>1</RECEIVE_CLOSE_TOLERANCE>
    <SHIP_TO_ORGANIZATION_ID>52438</SHIP_TO_ORGANIZATION_ID>
    <CLOSED_CODE>CLOSED</CLOSED_CODE>
    <REQUEST_ID>0</REQUEST_ID>
    <PROGRAM_APPLICA
    TION_ID>0</PROGRAM_APPLICATION_ID>
    <PROGRAM_ID>0</PROGRAM_ID>
    <PROGRAM_UPDATE_DATE>18-NOV-08</PROGRAM_UPDATE_DATE>
    <LAST_ACCEPT_DATE>13-NOV-2008 00:00:00</LAST_ACCEPT_DATE>
    <ENCUMBERED_FLAG>N</ENCUMBERED_FLAG>
    <APPROVED_FLAG>Y</AP
    PROVED_FLAG>
    <APPROVED_DATE>28-OCT-2008 21:53:35</APPROVED_DATE>
    <LAST_UPDATE_DATE>19-NOV-2008 01:02:29</LAST_UPDATE_DATE>
    <LAST_UPDATED_BY>64839</LAST_UPDATED_BY>
    <LAST_UPDATE_LOGIN>8132313</LAST_UPDATE_LOGIN>
    <CREATION_DATE>28-O
    CT-2008 21:53:15</CREATION_DATE>
    <CREATED_BY>64914</CREATED_BY>
    <QUANTITY_RECEIVED>1</QUANTITY_RECEIVED>
    <QUANTITY_ACCEPTED>0</QUANTITY_ACCEPTED>
    <QUANTITY_REJECTED>0</QUANTITY_REJECTED>
    <QUANTITY_BILLED>1</QUANTITY_BILLED>
    <
    UNIT_MEAS_LOOKUP_CODE>EA</UNIT_MEAS_LOOKUP_CODE>
    <QUANTITY_SHIPPED>0</QUANTITY_SHIPPED>
    <TAX_USER_OVERRIDE_FLAG>N</TAX_USER_OVERRIDE_FLAG>
    <MATCH_OPTION>P</MATCH_OPTION>
    <TAX_CODE_ID>10718</TAX_CODE_ID>
    <CALCULATE_TAX_FLAG>N</CALC
    ULATE_TAX_FLAG>
    <SECONDARY_QUANTITY_RECEIVED>0</SECONDARY_QUANTITY_RECEIVED>
    <AMOUNT>1,326.00</AMOUNT>
    <AMOUNT_RECEIVED>0.00</AMOUNT_RECEIVED>
    <AMOUNT_BILLED>0.00</AMOUNT_BILLED>
    <AMOUNT_CANCELLED>0.00</AMOUNT_CANCELLED>
    <AMO
    UNT_ACCEPTED>0.00</AMOUNT_ACCEPTED>
    <AMOUNT_REJECTED>0.00</AMOUNT_REJECTED>
    <SHIP_TO_LOCATION_ID>179305</SHIP_TO_LOCATION_ID>
    <SHIP_TO_LOCATION_NAME>USMABILL179305</SHIP_TO_LOCATION_NAME>
    <SHIP_TO_ADDRESS_LINE1>Lantheus Medical Imaging
    </SHIP_TO_ADDRESS_LINE1>
    <SHIP_TO_ADDRESS_LINE2>Building 250 ground floor</SHIP_TO_ADDRESS_LINE2>
    <SHIP_TO_ADDRESS_LINE3>331 Treble Cove Rd</SHIP_TO_ADDRESS_LINE3>
    <SHIP_TO_ADDRESS_INFO>BILLERICA, MA 01862</SHIP_TO_ADDRESS_INFO>
    <SHIP
    TOCOUNTRY>United States</SHIP_TO_COUNTRY>
    <NEED_BY_DATE>03-NOV-2008 00:00:00</NEED_BY_DATE>
    <PROMISED_DATE>03-NOV-2008 00:00:00</PROMISED_DATE>
    <LINE_LOC_SHORT_TEXT>
    </LINE_LOC_SHORT_TEXT>
    <DISTRIBUTIONS>
    <DISTRIBUTIONS_RO
    W>
    <AMOUNT_DELIVERED>0.00</AMOUNT_DELIVERED>
    <AMOUNT_CANCELLED>0.00</AMOUNT_CANCELLED>
    <DISTRIBUTION_TYPE>STANDARD</DISTRIBUTION_TYPE>
    <PROGRAM_UPDATE_DATE>18-NOV-2008 22:25:27</PROGRAM_UPDATE_DATE>
    <PROJECT_ID>56342</PR
    OJECT_ID>
    <TASK_ID>650410</TASK_ID>
    <EXPENDITURE_TYPE>PC06.S0604 - GTM Cust CAPEX</EXPENDITURE_TYPE>
    <EXPENDITURE_ORGANIZATION_ID>46494</EXPENDITURE_ORGANIZATION_ID>
    <ACCRUE_ON_RECEIPT_FLAG>N</ACCRUE_ON_RECEIPT_FLAG>
    <EX
    PENDITURE_ITEM_DATE>27-OCT-2008 00:00:00</EXPENDITURE_ITEM_DATE>
    <ORG_ID>52605</ORG_ID>
    <DESTINATION_TYPE_CODE>EXPENSE</DESTINATION_TYPE_CODE>
    <DESTINATION_ORGANIZATION_ID>52438</DESTINATION_ORGANIZATION_ID>
    <ACCRUAL_ACCOUNT_ID
    308864</ACCRUAL_ACCOUNT_ID><VARIANCE_ACCOUNT_ID>1335462</VARIANCE_ACCOUNT_ID>
    <PREVENT_ENCUMBRANCE_FLAG>N</PREVENT_ENCUMBRANCE_FLAG>
    <PO_DISTRIBUTION_ID>170738</PO_DISTRIBUTION_ID>
    <LAST_UPDATE_DATE>18-NOV-2008 22:19:12</LAST
    UPDATEDATE>
    <LAST_UPDATED_BY>64671</LAST_UPDATED_BY>
    <PO_HEADER_ID>103843</PO_HEADER_ID>
    <PO_LINE_ID>170164</PO_LINE_ID>
    <LINE_LOCATION_ID>184959</LINE_LOCATION_ID>
    <SET_OF_BOOKS_ID>4155</SET_OF_BOOKS_ID>
    <CODE_
    COMBINATION_ID>1335462</CODE_COMBINATION_ID>
    <QUANTITY_ORDERED>1</QUANTITY_ORDERED>
    <LAST_UPDATE_LOGIN>8137792</LAST_UPDATE_LOGIN>
    <CREATION_DATE>28-OCT-2008 21:53:15</CREATION_DATE>
    <CREATED_BY>64914</CREATED_BY>
    <QUANT
    ITY_DELIVERED>1</QUANTITY_DELIVERED>
    <QUANTITY_BILLED>1</QUANTITY_BILLED>
    <QUANTITY_CANCELLED>0</QUANTITY_CANCELLED>
    <REQ_DISTRIBUTION_ID>241920</REQ_DISTRIBUTION_ID>
    <DELIVER_TO_LOCATION_ID>179305</DELIVER_TO_LOCATION_ID>
    <DELIVER_TO_PERSON_ID>271332</DELIVER_TO_PERSON_ID>
    <RATE_DATE>28-OCT-2008 00:00:00</RATE_DATE>
    <AMOUNT_BILLED>1,326.00</AMOUNT_BILLED>
    <ACCRUED_FLAG>N</ACCRUED_FLAG>
    <ENCUMBERED_FLAG>N</ENCUMBERED_FLAG>
    <RECOVERY_RAT
    E>0.00</RECOVERY_RATE>
    <DESTINATION_CONTEXT>EXPENSE</DESTINATION_CONTEXT>
    <DISTRIBUTION_NUM>1</DISTRIBUTION_NUM>
    <REQUEST_ID>0</REQUEST_ID>
    <PROGRAM_APPLICATION_ID>0</PROGRAM_APPLICATION_ID>
    <PROGRAM_ID>0</PROGRAM_ID>
    <CHARGE_ACCOUNT>877.JGK5.XX539100.ZZZZZZZ.ZZZZZ.ZZZZZZ.ZZZZZZZZ.JA078253ZZ.J.ZZZZZZZZZZ</CHARGE_ACCOUNT>
    <FULL_NAME>Ansari, Shaheen</FULL_NAME>
    <EMAIL_ADDRESS>[email protected]</EMAIL_ADDRESS>
    <REQUESTER_DELIVER_FIRST_NAME>Sh
    aheen</REQUESTER_DELIVER_FIRST_NAME>
    <REQUESTER_DELIVER_LAST_NAME>Ansari</REQUESTER_DELIVER_LAST_NAME>
    </DISTRIBUTIONS_ROW>
    </DISTRIBUTIONS>
    </LINE_LOCATIONS_ROW>
    </LINE_LOCATIONS>
    </LINES_ROW>
    </LINES>
    <LINE_ATTACHMENTS>
    <TEX
    T>CCO Configuration Reference=N/A
    Bid/Deal ID=N/A
    CCO Key if applicable=N/A</TEXT>
    <ID>170164</ID>
    </LINE_ATTACHMENTS>
    <ADDRESS_DETAILS>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>67670</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Cou
    ntry</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Line1</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line2</ADDR_LABEL_3>
    <ADDR_LABEL_4>Address Line3</ADDR_LABEL_4>
    <ADDR_LABEL_5>Zip Code</ADDR_LABEL_5>
    <ADDR_LABEL_6>City</ADDR_LABEL_6>
    <ADDR_LABEL_7>State</A
    DDR_LABEL_7>
    <ADDR_LABEL_8>County</ADDR_LABEL_8>
    <ADDR_LABEL_9>Fax</ADDR_LABEL_9>
    <ADDR_LABEL_10>Sales Tax Override</ADDR_LABEL_10>
    <ADDR_LABEL_11>Inside City Limits</ADDR_LABEL_11>
    <ADDR_LABEL_12>Telephone</ADDR_LABEL_12>
    <ADDR_DATA_2>BT Amer
    icas Inc.|11440 Commerce Park Drive|Reston, VA 20191</ADDR_DATA_2>
    </ADDRESS_DETAILS_ROW>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>67644</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Country</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Lin
    e1</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line2</ADDR_LABEL_3>
    <ADDR_LABEL_4>Address Line3</ADDR_LABEL_4>
    <ADDR_LABEL_5>Zip Code</ADDR_LABEL_5>
    <ADDR_LABEL_6>City</ADDR_LABEL_6>
    <ADDR_LABEL_7>State</ADDR_LABEL_7>
    <ADDR_LABEL_8>County</ADDR_LABEL
    _8>
    <ADDR_LABEL_9>Fax</ADDR_LABEL_9>
    <ADDR_LABEL_10>Sales Tax Override</ADDR_LABEL_10>
    <ADDR_LABEL_11>Inside City Limits</ADDR_LABEL_11>
    <ADDR_LABEL_12>Telephone</ADDR_LABEL_12>
    <ADDR_DATA_1>US</ADDR_DATA_1>
    <ADDR_DATA_2>Invoice To:</ADDR_DATA
    _2>
    <ADDR_DATA_3>BT AMERICAS ACCOUNTS PAYABLE</ADDR_DATA_3>
    <ADDR_DATA_4>PO Box 696025</ADDR_DATA_4>
    <ADDR_DATA_5>78269</ADDR_DATA_5>
    <ADDR_DATA_6>SAN ANTONIO</ADDR_DATA_6>
    <ADDR_DATA_7>TX</ADDR_DATA_7>
    <ADDR_DATA_8>USA</ADDR_DATA_8>
    </ADDRES
    S_DETAILS_ROW>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>179305</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Country</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Line1</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line2</ADDR_LABEL_3>
    <ADDR_LABE
    L_4>Address Line3</ADDR_LABEL_4>
    <ADDR_LABEL_5>Zip Code</ADDR_LABEL_5>
    <ADDR_LABEL_6>City</ADDR_LABEL_6>
    <ADDR_LABEL_7>State</ADDR_LABEL_7>
    <ADDR_LABEL_8>County</ADDR_LABEL_8>
    <ADDR_LABEL_9>Fax</ADDR_LABEL_9>
    <ADDR_LABEL_10>Sales Tax Override<
    /ADDR_LABEL_10>
    <ADDR_LABEL_11>Inside City Limits</ADDR_LABEL_11>
    <ADDR_LABEL_12>Telephone</ADDR_LABEL_12>
    <ADDR_DATA_1>US</ADDR_DATA_1>
    <ADDR_DATA_2>Lantheus Medical Imaging</ADDR_DATA_2>
    <ADDR_DATA_3>Building 250 ground floor</ADDR_DATA_3>
    <
    ADDR_DATA_4>331 Treble Cove Rd</ADDR_DATA_4>
    <ADDR_DATA_5>01862</ADDR_DATA_5>
    <ADDR_DATA_6>BILLERICA</ADDR_DATA_6>
    <ADDR_DATA_7>MA</ADDR_DATA_7>
    <ADDR_DATA_8>Middlesex</ADDR_DATA_8>
    </ADDRESS_DETAILS_ROW>
    </ADDRESS_DETAILS></PO_DATA>

  • Delivery date to be recalculated and get it updated in PO

    After the last approval step the delivery date shall be recalculated. The recalculation shall happen with the maintained lead time based on the PO creation date. The calculation uses the available factory calendar for the delivery date. Please help how to proceed and get the delivery date recalculated to update the delivery date in PO.
    regards
    AAA
    Edited by: Alex Abraham Anoop on Jan 2, 2009 8:24 AM

    Hi
    Please go through the below notes...
    Note 735220 - Requested delivery date from contract in shopping cart
    Note 735220 - Requested delivery date from contract in shopping cart
    Note Language: English Version: 3 Validity: Valid from 07.05.2004
    Summary
    Symptom
    During the creation of a shopping cart, a source determination occurs in
    the background and exactly one contract is determined which contains a
    delivery time in day. The system issues a message that the requested
    delivery date cannot be met. However, the user does not receive information
    on where the delivery time comes from: Catalog or contract.
    More Terms
    SRM, Supplier Relationship Management, Ecommerce, E-Commerce, BBP, EBP,
    Enterprise Buyer professional edition, E-Buyer, E-Procurement, SAP
    Business-to-Business Procurement, shopping cart, requested delivery date,
    delivery time, contract, catalog
    Cause and Prerequisites
    The problem is caused by a program error.
    Solution
    Implement the attached program corrections and then carry out the following
    steps: Call up Transaction SE80 and go to function group BBP_PDIGP in
    subroutine CHECK_DELIV_DATE (Include LBBP_PDIGPF2I).
    There, you must define text elements text-001 and text-002. To do this, go
    to 'Goto -> Text elements -> Text symbols' and enter 'Contract' for
    text-001 and 'Catalog' for text-002.
    Activate program SAPLBBP_PDIGP.
    In addition, adjust message #244 "Requested delivery date cannot be met".
    Call up message class BBP_PD in Transaction SE91 and go to message 244
    which must be enhanced as follows: "Requested delivery date cannot be met
    (&1 - delivery time = &2 day(s))".
    Note 814100 - The delivery date lies outside of the factory calendar
    Note 663619 - Delivery date is not checked
    Note 660962 - Warning message if delivery date is missing
    Note 752868 - SC desired del.date: Change error message to warning
    message
    Note Language: English Version: 3 Validity: Valid from 07.07.2004
    Summary
    Symptom
    You approve a shopping cart for which the desired delivery date is in the
    past. The system displays an error message stating that the delivery date
    cannot be met. This message is an error message by default. In your case it
    is not problematic if a shopping cart is approved that has a desired
    delivery date in the past. That is, this message should be set via the
    message control in such a way that it is either displayed as error or
    merely as warning message.
    However, the message is not provided as a customizable message.
    More Terms
    Customizeable message, Enterprise Buyer professional edition, E-Buyer, EBP,
    E-Procurement, SAP Business-to-Business Procurement, BBP, Ecommerce,
    E-Commerce, BBP_PDC_MSG, BBPC_PDMSG, BBPC_PDMSG_CUS, shopping cart,
    message, message control, customizable message, validity period
    Cause and Prerequisites
    Additional requirements.
    The quantity of the customizeable messages is predefined by SAP because the
    control of these messages affects the process flow.
    Solution
    Implement the attached program correction and proceed according to the
    following instruction. If you implement the changes manually, note that
    only a modification is possible.
    o Start Transaction SE91 to maintain message class BBP_PD and switch
    to change mode.
    o Create a new message with number 584 and specify the following
    text: 'In the shopping cart to be approved, the delivery date is in
    the past'.
    o Save the message.
    o Start Transaction SM30 to maintain database view BBPV_PDMSG.
    o In the maintenance screen, a list of already delivered messages is
    displayed. Add the following new entry:
    ApplicArea: BBP_PD
    MsgNo: 584
    Object Type: BUS2121
    Allowed: EW
    Standard: E
    Switch off: <leave empty>
    o Save the new entry.
    Afterwards you can set the message type of the corresponding message to
    'Warning Message' via IMG activity 'Influence Message Control' (Enterprise
    Buyer -> Cross-Application Basic Settings -> Message Control):
    o Select the line with business object BUS2121 and double-clicking on
    'Message Control'.
    o Adding a new entry:
    Message cl: BBP_PD
    No.: 584
    Text: W
    o Save the new entry.
    so do you have any plans to issue warning /error message during the approval/order time itself sice it is tightly linked with source of supply too right? or just you want to validate during creation of Purchase order after approving it?
    regards
    Muthu

  • Error on "Strategy Communication Determination" - Netweaver

    I'm trying to create some types of Communication Strategies and below this structure some Communication types. This customization is for the types of messages the buyer can choose when a Purchase Document is save.
    When I create a "Position" on the Type of Communication and the Communication Method the system won't allow me to save the customization, generating the error message:
    Enter numeric values only

    It may be that only the current call has failed, while the connectivity in general is set up correctly. This may be for example, if the maximum number of concurrent connections for the Portal is reached at the moment.
    For that reason, please wait a few moments or minutes, and try again to see whether the operation can be performed then.
    In most cases, however, the connectivity is not properly configured, so the call will not return a result also during the second and all following tries.
    In that case please ask your system administrator to set up the ABAP->JAVA and JAVA->ABAP connectivity in a valid wayand check below OSS note for setting up the config.
    Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    Hope it Helps
    Chetan
    @CP..

  • Extending the "109.CorrelationSets" scenario

    Hi!!
    I'm trying to make a simple conversation.
    I'm extending the "109.CorrelationSets" scenario, with one more pair of interactions (extra messages below).
    I have:
    op1:Customer -> Buyer : POMessage (same op)
    op2:Buyer -> Seller : POMessage (same op)
    op3:Seller -> Buyer : POResponse (same op)
    op4:Buyer -> Seller : POResponse (new extra message)
    op5:Seller -> Buyer : POResponse (new extra message)
    op6:Buyer -> Cusyomer: POResponse (same op)
    I'm having errors in this new scenario.
    As I need to add a new operation for op4 (because the message type is not the same).
    1) --------------------------------------
    I put this new operation on the same portType.
    <portType name="Seller">
    <operation name="AsyncPurchase">
    <input message="smsg:POMessage"/>
    </operation>
    <operation name="AsyncPurchase2">
    <input message="smsg:POResponse"/>
    </operation>
    </portType>
    But I received the following error (server error):
    <<Failed get operation definition. Failed to get the WSDL operation definition of "AsyncPurchase2" in portType "{http://samples.otn.com/seller}Seller".>>
    I verify and it has on the WSDL file deployed.
    2) --------------------------------------
    I put the new operation on a separated PortType.
    <portType name="Seller">
    <operation name="AsyncPurchase">
    <input message="smsg:POMessage"/>
    </operation>
    </portType>
    <portType name="Seller2">
    <operation name="AsyncPurchase2">
    <input message="smsg:POResponse"/>
    </operation>
    </portType>
    <portType name="Buyer">
    <operation name="AsyncPurchaseResponse">
    <input message="smsg:POResponse"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="Seller">
    <plnk:role name="SellerProvider">
    <plnk:portType name="tns:Seller"/>
    </plnk:role>
    <plnk:role name="BuyerRequester">
    <plnk:portType name="tns:Buyer"/>
    </plnk:role>
    </plnk:partnerLinkType>
    <plnk:partnerLinkType name="Seller2">
    <plnk:role name="SellerProvider">
    <plnk:portType name="tns:Seller2"/>
    </plnk:role>
    </plnk:partnerLinkType>
    And I received the error (bpelc):
    <<WSDL generator cannot handle the number portTypes.
    WSDLGenerator cannot support "3".>>
    Any ideas on what can I do?
    Thanks
    Antonio Teofilo

    Hi Glenn..
    You are right about the WSDL problem. Thanks…
    But now I have another problem.
    The instances, of the buyer, receive a NullPointerException, after doing operation Invoke2
    (the Seller receive that message, and replies).
    I can't solve that.
    The log file has this error:
    <<Failed to handle dispatch message ... exception Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.delivery.ResolveCallbackMessage"; the exception is: RuntimeException; CausedByException is: null >>
    Here is the content of Buyer.bpel file:
    <process name="Buyer" targetNamespace="http://samples.otn.com/buyer" suppressJoinFailure="yes" xmlns:buyer="http://samples.otn.com/buyer" xmlns:seller="http://samples.otn.com/seller" xmlns:cor="http://samples.otn.com/supplyCorrelation" xmlns:smsg="http://samples.otn.com/supplyMessages" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <partnerLinks>
    <partnerLink name="Customer" partnerLinkType="buyer:Buyer" myRole="BuyerProvider" partnerRole="CustomerRequester"/>
    <partnerLink name="Seller" partnerLinkType="seller:Seller" myRole="BuyerRequester" partnerRole="SellerProvider"/>
    </partnerLinks>
    <variables>
    <variable name="input" messageType="smsg:POMessage"/>
    <variable name="output" messageType="smsg:POResponse"/>
    <variable name="output2" messageType="smsg:POResponse"/>
    <variable name="output3" messageType="smsg:POResponse"/>
    </variables>
    <correlationSets>
    <correlationSet name="PurchaseOrder" properties="cor:customerID cor:orderNumber"/>
    <correlationSet name="Invoice" properties="cor:vendorID cor:invoiceNumber"/>
    </correlationSets>
    <sequence>
    <!-- receive PO from customer-->
    <receive partnerLink="Customer" portType="buyer:Buyer" operation="purchase" variable="input" createInstance="yes">
    <correlations>
    <correlation set="PurchaseOrder" initiate="yes"/>
    </correlations>
    </receive>
    <!-- send PO to seller-->
    <invoke partnerLink="Seller" portType="seller:Seller" operation="AsyncPurchase" inputVariable="input" name="Invoke1">
    <correlations>
    <correlation set="PurchaseOrder" initiate="no" pattern="out"/>
    </correlations>
    </invoke>
    <!-- receive POResponse from seller-->
    <receive partnerLink="Seller" portType="seller:Buyer" operation="AsyncPurchaseResponse" variable="output" createInstance="no" name="receive1">
    <correlations>
    <correlation set="PurchaseOrder" initiate="no"/>
    <correlation set="Invoice" initiate="yes"/>
    </correlations>
    </receive>
    <!-- send INV to buyer-->
    <assign name="assign-1">
    <copy>
    <from variable="output" part="POR">
    </from>
    <to variable="output2" part="POR"/>
    </copy>
    </assign>
    <invoke partnerLink="Seller" portType="seller:Seller" operation="AsyncPurchase2" inputVariable="output2" name="invoke2">
    <correlations>
    <correlation set="Invoice" initiate="no" pattern="out"/>
    </correlations>
    </invoke>
    <receive partnerLink="Seller" portType="seller:Buyer" operation="AsyncPurchaseResponse" variable="output3" createInstance="no" name="receive2">
    <correlations>
    <correlation set="Invoice" initiate="no"/>
    </correlations>
    </receive>
    <invoke partnerLink="Customer" portType="buyer:Customer" operation="onResult" inputVariable="output3">
    </invoke>
    </sequence>
    </process>
    Any ideias?
    I send the files by email (just in case).
    Thanks...
    Teofilo

  • Paypal request for payment

    Transaction number O-77095265YK084591D
    Please would someone at Adobe do the following on their PayPal account -
    Go to Account Overview > History > Find the relevant payment > Details > Cancel Payment under ‘Cancel this eCheque payment’ > Review the information and include a message to buyer > Cancel Payment
    I tried to buy Adobe Photoshop Elements PC download this morning using Paypal but the order did not go through because I am in Jersey, Channel Islands. However, my Paypal account now has a payment to Adobe pending. Adobe need to cancel this request immediately.
    I cannot buy this product from Adobe apparently so I will not be paying them.
    Please would someone at Adobe action this immediately.

    contact customer support, Contact Customer Care

  • Send atomail to PO creator when invoice is posted

    hello all,
    my client wants to send automail to PO creator when  invoice is posted by finance department.
    pls suggest me what is the configuration and settings needs to be done to achieve this task?
    regards
    simran

    check wiki link given in below sdn thread with similar requirement
    Message to Buyer when invoice is posted
    yogesh
    Edited by: Yogesh Lohiya on Jan 26, 2012 5:26 AM

  • Message : Enter a Vlaid Buyer

    Hi Friends,
    I created new Purchasing Groups. I made a standard PO without problem.
    When I am creating a Scheduling agreement it is throwing warning message, " Enter a valid buyer". when I change purchasing group to old value it is accepting.
    When I try to check thru prograam, it takes me to default settings.
    What will be the problem.How to solve it.
    I am using ECC 5.0 version
    Today I made release strategy for NB, std. Purchase ordertype, when I am releasing it gave me the same warning message.
    Regards

    Hi Sai,
    Please check whether Purchasing Group is a characteristic in release Strategy. If yes then maintain it.I think that is the only problem so for i am viewing.Else can you give the Message number .
    Regards,
    Biren.Agnihotri

  • HT1369 i have a ipod classic  i did a dianostic test with itunes  i bought it and buyer said it is factory retored but ican't use it with it with windows   i get a message from i tunes to retore it to factory i have but it does not work

    can antbody help me  i have a ipod classic 5th generation  it has been restored to factory  my itunes says it is formatted for mac not windows  but i can't change it when i plug it in to the computor  it has a red circle with a slash in the middle  does anybody out there know of a way i can formatt it to windows  i have tried to restore it and it says i have, but it still won't work

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • I sold an Iphone 4 wiped clean and shipped out of state.The buyer is getting this message"This phone is currently listed to an ApplD. How do I delist?

    How to remove a phone from Apple I

    If you still have the details of old iPhone plug details into this ,genuine ,Apple tool and it will tell you the actual status of Activation lock
    https://www.icloud.com/activationlock/
    Once you know the status there are further steps you can take based on the outcome

  • Yosemite UPGRADE, Apps that I try to update fail with the message that connection to App Store failed, then i get a message that the updates were purchased by another user ID or purchase cancelled. All five updates have this error

    AFTER I UPGRADED TO YOSEMITE, I TRIED TO UPDATE THE FIVE APPS THAT I WAS BEING NOTIFIED NEEDED UPGRADING (IMOVIE, IPHOTO ETC). I TRIED TO UPDATE VIA THE APP STORE BUT GOT A MESSAGE "UPGRADE NOT POSSIBLE WITH THIS APPLE ID BECAUSE IT WAS EITHER BOUGHT BY A DIFFERENT USER OR THE ITEM WAS REFUNDED OR CANCELLED." I DO NOT HAVE A PROBLEM SIGNING ON TO ICLOUD OR ANY OF THE OTHER SERVICES USING MY APPLE ID, I ALSO CHANGED THE PASSWORD AT THE PROMPTING. SO I'M NOT SURE WHAT IT MEANS. WHAT CAN I DO TO UPDATE MY APPLICATIONS?

    Please test after each of the following steps that you haven't already tried. Stop when the problem is resolved. Back up all data before making any changes. Keep in mind that no one here represents Apple or can help with customer-service issues.
    Step 1
    A purchased app can only be updated by signing in to the App Store with the same Apple ID that was originally used to buy it. There's no way around that limitation, which also applies to free apps. If you can't sign in with the buyer's ID, delete the app and reinstall it. You'll have to pay for it again, if applicable.
    Step 2
    If you get the alert when trying to update a bundled iLife app, select the Purchases page in the App Store and locate the app in your purchase history. If there's a button marked ACCEPT on the right, click it.
    If you have a used Mac, the bundled apps were linked to the original owner's Apple ID and can't be transferred to you. Reportedly, customer service has issued redemption codes to some second owners who asked, but it's not guaranteed.
    Step 3
    If you're trying to update iLife or iWork apps that were installed from a purchased DVD, or if you have a refurbished Mac bought directly from Apple, contact App Store customer service for a redemption code. You may be asked for the part number of the DVD.
    Step 4
    From the App Store menu bar, select
              Store ▹ View My Account
    Enter your Apple ID password at the prompt. At the lower right corner of the window that opens, click the Reset button. Close the window.
    Step 5
    According to a report, the error can result from changing the language setting of your Apple ID account. I can't confirm.

Maybe you are looking for

  • Cannot open Pages 09' documents in Pages 08'

    Just and FYI for everyone. If you save a Pages 09' document as a Pages 09' document you cannot open it up in Pages 08'. Keep this in mind if you are using the trial and decide not to upgrade.

  • Why isn't my site working on mobile?

    My site -- blueivorycreative.com -- was uploaded to an FTP host and has been working perfectly both in my computer web browser and on my phone.  However, we are now unable to pull up the site on any mobile phone.  I contacted my hosting service and t

  • Ethernet driver for HP p7-1414

    I need the Ethernet driver for my pc for Win 7. I have found all drivers including the WiFi driver so I can connect to Internet. But when I plug in my student cable, it doesn't do anything. My pc still remains connect wirelessly. So I need that drive

  • Query Read returns # values

    Experts , Please advise on below issue ... Comparing two systems (Dev and Quality) In execution for below read method (for BPC infocube) same parameters are passed (lt_range & ct_data_income), but in dev system <Lt_read_out> gets junk values (As ####

  • ... is not a file that QT understands (-2048)

    I have downloaded (via aMule) a Harry Potter movie in .mpg format. It's size is 658MB (which QT should not have trouble handling) and it seems to be 'viruse free' (checked with ClamXav). But QT v. 7.0.3 reports error #2048. What exactly does it mean?