EMOD Delivery Status Field Update

I ma testing out the EMOD functionality and have been successful in ALL of the changes that occur in the Response Status based upon the hyperlinks in the email. Delivery Status changes to Hard Bounce or Soft Bounce when bad address, etc. However, the system is not updating the Delivery Status to Opened when I have actually opened the email. I know this is the other automatic update of the Delivery Status...Anyone experience this or am I not doing something right.

You have to create the email with the functionality to track message open this is found on "Step two - Design Message body" at the bottom of the top drop down menu next to responses there is another drop down menu with track message open select this option and then press insert.
This will resolve you issues.

Similar Messages

  • Lead Status Field Updation Using Workflows

    Hi,
    Could anyone suggest me how to update Lead Status field using workflows since that field not visible at the workflow level. we can update using Lead Qualification Script . Is there any other way other then qualification script. Any help would be appreciated.
    Thanks & Regards,
    Ambarish.

    The Status field for Lead is a read-only field. The updates you see are done by the system. Workflow cannot update read-only fields.

  • How to set Delivery Status on Sales Order

    Hello CRM Experts
    I am  using CRM 7.0 (Webclient) in standalone mode.
    I've created a Sales Order and would like to complete the line item.  But the delivery status field is disabled.  I've read several posts on the forums about delivery data for a sales item in CRM.  What I've understood is this:  Delivery is handled outside of the CRM system e.g. by ECC or other systems. Therefore the status has to be updated by the external system (Is this a correct statement?)
    Our security team has checked the security and didn't find anything there.  I'm logged in using SALES PRO role. 
    I'd appreciate your insights.
    Thanks!

    This is already available in the additional line information..though..
    If you still want that at line level to be displayed..maybe you need to customize the form...not sure how u can handle that logic
    Mahendra

  • Status field into order response

    hello gurus,
    We are creating a sales order with XI and get orderresponse. The order response Idoc contains all the data from a sales order except the fields Order status. In the screen VA03 --> Header Info --> Status we can see the delivery status fields, but it is not present in ORDRSP IDoc. The technical detail to the corresponding field data is VBSTT-LFSTA_BEZ. We just want to include this field in the order response IDoc or any other field for that matter. How can we achieve that.
    Please help
    FK

    Hi,
    Try one of user-exits to fill the Idoc with specified value during the outbound processing. For your case EXIT_SAPLVEDC_002 should be the best.
    Regards,
    Radek

  • Status field into order response IDoc

    Hello friends,
    We have a problem in order response Idoc. The order response Idoc contains all the data from a sales order except the fields Order status. In the screen VA03 --> Header Info --> Status we can see the delivery status fields, but it is not present in ORDRSP IDoc. The technical detail to the corresponding field data is VBSTT-LFSTA_BEZ. We just want to include this field in the order response IDoc.
    Please help
    f.kökce

    Hi there,
    In IDOC structure WE30, in the IDOC segments add a new segment through 'extensions' if you need a separate segment for status. Give the field mappings to the segment with the help of an ABAPer.
    If you want to include the filed in the existing segemnt ask your ABAPer go add the field VBSTT-LFSTA_BEZ into an existing segment.
    Hope this helps.
    Regards,
    Sivanand

  • Service order is on product deliver status ,then i want to display product delivery status date and time on result list ?

    Hi Team,
    service order is on product deliver status ,then i want to display product delivery status date and time on result list ?My requirement is i want to display product delivery status date and time based on delivery status we need to display the date and time .how to do it.? basically i have created the productu delivery status field in search and result through AET.
    Now the fields will be available in BTADMINH.
    how to set based on status delivery to get the date and time .
    Thanks
    Kalpana

    HI Ajay,
    I have added code in BT116h_srvo,attributes - LCSTATUS,method -  SET_LCSTATUS.but after change status f8 ..but the value is not filled in result list..so i need to write the logic in EH_ONSAVE or some other..could you please help here..what change i need to do..
    IF
    <nval> = 'E0004'.
    DATA : lv_date TYPE dats.
    DATA : lv_time TYPE tims.
    lv_date = sy-datum.
    lv_time = sy-uzeit.
    DATA : lr_parent TYPE REF TO cl_crm_bol_entity,
    lr_adminh TYPE REF TO cl_crm_bol_entity,
    lr_root TYPE REF TO cl_crm_bol_entity,
    lv_process_type TYPE crmt_process_type,
    lv_parent_name TYPE crmt_ext_obj_name,
    lr_current TYPE REF TO cl_crm_bol_entity.
    lr_current ?= current.
    lr_parent ?= lr_current->get_parent( ).
    CHECK lr_parent IS BOUND.
    CALL METHOD lr_parent->get_parent
    RECEIVING
    rv_result = lr_adminh.
    CHECK lr_adminh IS BOUND.
    TRY.
    CALL METHOD lr_adminh->set_property
    EXPORTING
    iv_attr_name = '/itcit/F0010'
    iv_value = lv_date. "value.
    CATCH cx_sy_conversion_error .
    ENDTRY.
    TRY.
    CALL METHOD lr_adminh->set_property
    EXPORTING
    iv_attr_name = '/itcit/F0011'
    iv_value = lv_time.
    CATCH cx_sy_conversion_error .
    ENDTRY.
    ENDIF.
    Thanks
    kalpana

  • How to change status fields for delivery vl01n or vl02n

    Hi guys, I am new here.
    I would like to ask how can we change the status field (LFSTK & LFGSK) in internal table IT_XVBUK and IT_XVBUP after we manipulate the quantities in the delivery order screen. I have tried BADI = LE_SHP_DELIVERY_PROC, Method = SAVE_DOCUMENT_PREPARE, but unfortunately, I can't change those status field from there. Is there any other alternative(eg user exits etc). Please help.
    Many thanks.
    weng

    You can script it. So on you docReady event put xfa.form["#subform"].locale="en_CA" or "en_US". Or even assign it from a value in an xml element.
    Kyle

  • Delivery status update in sales document at PGI

    Normally system updates the delivery status of sales document line level, when a delivery document is created with respect to that sales document line.
    But I want system to update the delivery status (in sales doc. line) when PGI is done for respective delivery document; not at the creation of delivery document. Below I have shown the status updating scenarios that I expect.
    Scenario 1
    Sales doc line qty: 100 PCs
    Delivery Doc qty: 50 PCs
    PGI: Not done
    Status in Sales document line should be A (Open)
    Scenario 2
    Sales doc line qty: 100 PCs
    Delivery Doc qty: 50 PCs
    PGI: 50 PCs
    Status in Sales document line should be B (Partially delivered)
    Scenario 3
    Sales doc line qty: 100 PCs
    Delivery Doc qty: 100 PCs
    PGI: 100 PCs
    Status in Sales document line should be C (Fully delivered)
    Can anyone propose a possible way of doing this (configuration/ user exits/ BADI etc,)?
    Thanks,
    Ramindu

    Hi,
    I dont know it with the use of  ABAP development, but by functional logic, can suggest you to configure the rush order sales configuration for your particular sales order.
    just check that availability of that particualar sales order is met or not prior to it.
    and then automatically when your delivery doc is created, PGI would be done and the status of your sales order would be updated with it.
    try it out on your development client, if it works out.
    regards,
    Siddharth.

  • EMOD - Schedule Info & Delivery Status

    1. Is it possible to display the scheduled date and time in the campaign detail page, so that I could refer when i create & schedule multiple campaigns in a day.
    2. I am able track the "Message Opened" status, but the Delivery Status shows only for hard bounce, would it not automatically display "Sent", "Opened", Received"
    Thanks in advance.
    Mahesh

    Mahesh,
    1) No, this is not currently an option.
    2) EMOD does not currently display this type of information. This is on the roadmap.

  • Processing status in document flow for a delivery is not updated

    Hello Friends,
    I have created a delivery for a SO. The document flow in VL03 look like this:
    Delivery 10006090                               Completed
    . Picking request 890090001                Completed
    . Handling unit 239090                      
    . GD goods issue 6009099922              Completed
    My question is, Status "Completed' I can see for delivery, picking, goods issue.. But no status is updated for the Handling unit. Why it is so?...
    Please can u help me in this regard.
    Thanks,
    Shreekant

    na

  • Delivery Status Notification not updating properly??????

    Hi All,
    Am working on in Java Mail API. My application mainly used for sending automated e-mails to Outlook and I have to update the status of that e-mail whether that e-mail has been sent or not, by using DSN(Delivery Status Notification). Here we are using SMTP exchange server and POP3.
    Below lines explain you how we updating the status of that e-mail status:
    When receipient got automated e-mails from our application, one Delivery Receipt will goes to our Outlook mailbox(which gets only the delivery,read receipt status e-mail from that receipients). After they read that e-mail one Read Receipt will goes to that same mail box. Here we have one Java program which reads that mailbox using POP3. While reading that mailbox we are updating that status of the e-mail using some logics.
    Perfectly I can able to update these DSN status in report in my developement environment(here we are using our own configured exchage server). Am using RFC822 to do this.
    following sample code snippet:
    StringBuffer dsn = new StringBuffer();
    dsn.append("SUCCESS,FAILURE,DELAY ORCPT=rfc822;");
    dsn.append(SrvObj.getFromEmailId().trim());
    props.put("mail.smtp.dsn.notify", dsn);
    session = Session.getDefaultInstance(props, null);But while we are using that same in our live application its not worked,because this entire process goes to another exchange server.Sometimes we are getting delivery and read receipt status for some e-mail ids. But some e-mail ids we are not able to get that status. And we have enabled the delivery and read receipt options in all the outlook e-mail ids. Exchange server is also conf

    Nothing guarantees that you'll get a DSN or MSN.
    The server that ultimately delivers the email might not support DSNs or might be configured not to send them.
    The mail reader used to read the message might not support MSNs or the user might choose not to allow them to be sent.
    Unless you have control over all the mail servers and mail readers being used, you can't depend on getting DSNs or MSNs.

  • Open Orders Values at partial delivery statuses.

    Hello All,
    I want to report on Quantities and Amounts for all the Open orders based on different Delivery statuses. I tried to use 2LIS_11_VAITM and 2LIS_11_VASTI. With this I just get the consolidated values at order item level but not the actual break up values at Delivery level.
    Can I use 2LIS_11_V_SSL to get the partial delivery statuses and respective quantities?
    Thanks and Regards,
    Prashanth Reddy

    Hi Prashanth,
    yes the best way for you is to use the DataSource 2LIS_11_V_SSL. You have here the following status fields: LFGSA (Overall delivery status of the item) and LFSTA (Delivery status) and also the quantities like:
    WMENG     Requested Quantity of Sales Order Sched. Lines in Sales Unit
    BMENG     Confirmed Quantity of Sales Order Sched. Lines in Sales Unit
    VSMNG     Delivered Quantity in Sales Unit of Sales Order Sched. Lines
    Only if you need also Open Quantity you have to use a combination of two DataSources in one ODS Object. As example 2LIS_11_V_SCL. Here you will find the field OLFMNG (Open quantity to be delivered).
    You have to consolidate the both in one ODS object with the same key figures and both should update different InfoObjects.
    I hope this helps.
    Best regards,
    Natalia

  • STATUS Field isBlank on AP_INVOICES_INTERFACE table but REQUEST_ID is there

    Hi All,
    After running Payables Open Interface Import, I see Request_id is populated on AP_INVOICES_INTERFACE Table but STATUS field is still blank and i don't see any error details on AP_INTERFACE_REJECTIONS_TABLE as well for these invoices and ofcourse not in Base tables. I am under the impressions that, when ever This Standard Import is run, it will update Request_ID along with STATUS field to either PROCESSED or REJECTED. But in my case only request_id populated but not STATUS. Does anyone had faced this? and what could be the case?
    Thank you.

    Hello,
    Does the report output show whether records have been processed?
    Else check whether ORG_ID and SOURCE (Note: the source name must be setup in Payables lookups setup) are correctly populated in AP_INVOICES_INTERFACE.
    Vik

  • Delivery Status in VBUP/VBUK is showing as 'C' completely processed though

    Hi All,
    Delivery Status in VBUP/VBUK is showing as 'C' completely processed though invoice for the delivery is already cancelled, and delivery in document flow says being process. So now I cannot invoice this delivery. Is there any utility to correct the VBUP/VBUK status from 'C' completely to 'A' Not yet processed  As I belive SDVBUK00 is to update the VBUP/VBUK status from A to C only.
    Please help...

    Try using SD_ACTUAL_OPEN_DATA_RESET & SD_ORDER_SUBSEQUENT_ALLOWED FMs to change the values in VBUK table. I have not used it myself but i think this would be of some use to you.
    Regards,
    Mani

  • Shipping and delivery status from R/3 to CRM

    Hi all,
    we are creating sales orders in CRM and replicating it to R/3. CRM is the owner of the document.
    Now whenever changes are done to sales order in CRM, the changes are replicated to R/3.
    Let's say the shipping status is updated in R/3. Now the requirement is the changes need to be replicated
    back to CRM.
    I can use the scenario X + Y or X alone. But with X or X + y scenario Once I make changes in R/3 then the
    document owner changes to R/3.  this means any further changes in CRM will not be replicated back to R/3.
    I require all changes from CRM to be replicated to R/3, but from R/3 I require the shipping and delivery status to be replicated back to CRM. How could this be achieved.
    It would be great if you could share the experiences.
    Thanks
    Jothi.

    Hi all,
    I have a similar requirement. Can you please tell me how to go with it?
    The requirement is to send the user status from CRM (where the request is generated) to R3 (where the material is processed).
    The user status of the return order in CRM should be sent real-time to R3. Any updates to the user status in CRM should result in a corresponding change in the user status in R3.  Any updates to the user status in R3 should trigger a corresponding change to the user status in CRM.  All user statuses must be available in BI/BW for reporting and analytical requirements.
    <b>From R3 to CRM</b> – Standard R3-CRM middleware exchanges information between the two systems any time a transaction is created or changed.  At this point the order information is exchanged between the two systems depending on whether the item or the header level data is changed in R3. The development should be able to download the user status at the header & the line item level when the middleware brings down R3 sales transaction data to CRM. For the sake of simplicity the status profile in R3 and CRM will be defined exactly the same therefore we do not need a mapping table between the two systems. This information should also be exchanged in case the line item is deleted / cancelled / rejected.
    <b>The same from CRM to R/3.</b>
    <b>Processing restrictions :</b>
    This should not be transaction, item category or status profile specific so that as and when a new transaction type, item category or a status profile is added it should still be allowed to transfer between the two systems.
    Should be developed as an enhancement to the standard middleware data stream between R3 and CRM.
    Regards,
    Raju

Maybe you are looking for