How can I view customer information from SOST report to whom mail was sent to?

Process I have followed:
I run F.27 transaction to send the monthly account statements to customer, I can see the detail of the mails sent to customers from SOST report but a recent requirement has come up and I want to see the detail of customer e.g. Customer Number, Customer Name e.t.c. these details are not visible in SOST report. As I am sending mail to multiple customers hence I can not use the display document feature to view them independently.
In SOST report I can see only the email address to whom the mail was sent to, but how can I see the customer's number or Customer name to whom mail was sent to. Is there any other way to view this detail?

This works! But when I assign C_FINAA-MAIL_BODY_TEXT to a text lets say:
*C_FINAA-MAIL_BODY_TEXT in the process exit 2310*
C_FINAA- MAIL_BODY_TEXT = 'Hello'.
It does not display in the email body, do you know what might be the problem here?

Similar Messages

  • My iPod Touch has been stolen, someone offers me to make his mine. How can I erase the informations from his iPod and make sure that my library will copy in the new one?

    My iPod Touch has been stolen, someone offers me to make his mine. How can I erase the informations from his iPod and make sure that my library will copy in the new one?

    Restore it as new.
    iPod touch User Guide (For iOS 5.1 Software)

  • How can I stop my information from automatically filling in.  Which it does incorrectly.

    How can I stop my information from automatically filling in.  Which it does incorrectly.

    one u log in to a wi fi..it will save. delete it... and off your wifi on you playbook. hope it helps

  • How can i get instructions information from metadata...?

    Hi Everyone!,
    How can i get instructions information from metadata.
    Anyone Correct this script.
    Code :
    var xmpString = app.activeDocument.xmpMetadata.rawData;
        if( xmpString !=null ){
        var inst = xmpString.match(/<photoshop:Instructions>(\s)<\/photoshop\:Instructions>/);
        alert(inst);
        else
            alert("There is no Metadata.....!!!")
    Thanks in Advance.
    -yajiv

    Yes you can extract any metadata without opening a file.
    There is a script that will let you select any of the fields and put the output to a csv file, this is known as the barredrock script and can be downloaded..
    http://www.ps-scripts.com/bb/viewtopic.php?f=19&t=2365&sid=fa9cc3fb726a7a13ecaf0c85a2db05a b&start=15
    Another smaller example is here...
    http://www.scriptsrus.talktalk.net/Extract%20Metadata.htm

  • How can I view/copy data from one Time Capsule backup to another computer

    My MBP and MB both back up to Time Capsule. From the MBP I can see it's data on TC via my network but not the backed up data from the MacBook. How can I view and import MB data to my MBP from Time Capsule via AirPort? Thanks!

    Is the backup software Time Machine??
    You can open the TM backup as long as you haven't used profiles to backup. Or encypted it in latest Mountain Lion.
    See Q17 here. http://pondini.org/TM/FAQ.html
    You should read through all the stuff about using TM.. and restore in particular.. 14-18.

  • How can I view all photos from a specific year?

    How can I view all photos taken in one calendar year like 2010? Is there a way to filter this way?

    Yes, create a smart album or a search with a "Date" rule or a Calendar rule.
    For example: New > Smart Album
    Add Rule:  Date
         Capture year is 2010.
    or: Add Rule: Calendar
    and click-step  the year back to 2010:
    In the Calendar it is a bit cumbersom to select a whole year, because it will only show 3 month at once. Select the first day and then scroll to to the end oft the year.

  • How can i view the data from Access DB in oracle

    pls tell me that how can i view the data of MS ACCESS DATABASE in ORACLE.i was use ODBC of ACCESS DATABASE AND THEN CREATE DATABASE LINK IN ORACLE BUT NOT YET SUCCEEDED.PLS TELL ME THE PROCEDURE.
    regard's

    hi,
    u nedd to use Oracle Hetrogeneous Services,,
    full details of the procedure u may fing on metalink
    Regards

  • How can i receive the information from a form ?

    I created a form in Dreamweaver CS5 with some input fields and with a send button.
    The question is how can I receive the information that is filled in by the visators.
    Where can I tell to which email adress the information has to be send. Where can I find this in dreamweaver CS5?
    Or what else do I have to do before a form is actually working and I'm receiving the input?
    Already thanks
    Ron

    I'm just starting with building a site
    so thanks for this email
    2010/11/17 DeonH <[email protected]>
    Hi there.
    >
    I don't know what your capabilities are regarding coding. I am no
    programmer and use "Forms to Go" with much success. Take a look here:
    http://bebosoft.com/products/formstogo/overview
    >
    Regards,
    Deon
    >

  • How can I recover important information from a broken phone?

    I have an iphone that is damaged and it contains very important information.  It is no longer connected to iCloud as I have a new iPhone.  How can I get the information off of the old device?  It still holds a charge but the screen won't activate (not busted).
    I believe if there was some type of device that I could connect it to (sort of like a laptop with add in external monitor), I can retrieve.  I've already purchased software that will pull it onto a PC in PDF format.

    Define "broken phone."

  • HT1766 How can I view the information I sent to my laptop from my iphone 5 ? This may sound confusing .  How do i view on laptop after transfer from iphone5?

    I saved info from my iphone5 to my laptop on itunes..
    I can not find the information.  Where can I find info?  No record on itunes.

    How did you sent info, via e-mail?

  • How can we fetch the information from standard ItemDetails iView of SAP MDM

    Hi Portal/MDM experts,
    Is there any chance to fetch the information from standard ItemDetails iView? if it is possible please tell me the process.
    If it's not, how can we customize the ItemDetails iView using java WebDynpro .
    my requirement is, I have to fetch some of information from itemdetails iview and it'll be used in other WebDynpro  application, means we have fetch some details from itemdetails iview and populate them in another application. Please suggest me the procedure to do this.
    Regards,
    Mahi.

    Hi Mahi,
    Please follow the below steps:
    1. Create the Result Set iView.
    2. Select the Custom Events button and Add the Custom Event
    3. Select Event Type=EPCF
    4. Give Event Name=EpfcTest and Namespace=urn:com.sap.tc.webdynpro.mdm.epfc.test
    5. Select the desired fields to be passed to the WebDynpro application and give the parameter name.
    6. Save the iView
    7. Create WebDynpro application and write the below code.
    public void wdDoInit()
        //@@begin wdDoInit()
    namespace = "urn:com.sap.tc.webdynpro.mdm.epfc.test";
    eventname = "EpfcTest";
    WDPortalEventing.subscribe (namespace,eventname,wdThis.wdGetCatchValueAction());
        //@@end
    public void onActionCatchValue(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String dataObject )
        //@@begin onActionCatchValue(ServerEvent)
    int marked=dataObject.indexOf("=");
    String value=dataObject.substring(marked+1);
    wdContext.currentContextElement().setCatchedValue(value);
        //@@end
    variable Data Object will contain all the Mapped fileds separated by ;. You can then use the String functions to separate the parameters.
    Regards,
    Jitesh Talreja

  • How can i find contact information from phone?

    While I was attempting to update the OS to 4.3.5 on the Iphone and error occurred that prevented me from completing the update.  I ejected my phone from iTunes and immediately got a message on the phone telling me to connect to iTunes.  When re-connected to iTunes I got a message saying my phone was in restore mode and that I needed to restore it.  I did so and when prompted to sync with my existing phone profile / back up I did so.  However, I got nothing restored and instead got my wife's contacts, etc copied to my phone.  Is there a way that I can find the contact informaiton manually???
    Please help!!!!

    ADOBE already took the payment they needed, they don't need my credit card anymore
    please remove this private information from Adobe's data base.  I can see that several
    customers are angry with Adobe.  I feel controlled by this company.  I regret to have rented
    this software as it did not even did a good job.  HOW COME WE ARE BEING CONTROLLED ?
    How come we cannot reach anyone and get a smart answer.  Awaiting for a phone call or an
    official confirmation that the private information about my credit card has being removed.
    This is my order:  Your Adobe Order number: AD014990712
    Lucie who reached the several frustrated customers

  • How can I copy GPS information from one image to another?

    I bought a Canon S100 specifically for its GPs and movie capability.  On a recent vacation, I used the S100 and a Nikon D300.  In cases where images were taken with both cameras in approximately the same place, I would like to copy the GPS information from the S100 CR2 files to the D300 NEF files.  Does anyone know how to do this or if there is any plugins that will do it?

    The added benefit of using GeoSetter to copy the information from one photo to another, is that you can see where every already-tagged photo is on a Google map to make sure the location is actually correct.  Sometimes the camera clock is off a few seconds or minutes and you can easily figure how what offset to use by watching where the existing photos show on the map.
    Using the MS Pro Photo Tools to generate a track from the existing S100 photos and then using that track in GeoSetter to assign the rest, with interpolation enabled, seems like the best course of action if the S100 track information is no longer available.
    When using an external program to Geotag images that are already in LR, to be safe you should first save all the metadata to XMP files in the folder you’re going to tag, then exit LR, then geotag the photos, then restart LR and read information from all the XMP files.
    Another benefit of GeoSetter is that you can assign the locality information to the photos that already have just coordinates in them.

  • Plz Help, How can I get the Information from the net conneted machine?

    Suppose Person x has login on the network by using
    dial-up network connection? I want to know that wheather he is on the network and get the data from his machine ?
    Suppose I know his username/Password and phone no
    for dial up...
    Plz, suggest me how can I do this?
    How can get information from that machine?
    Thanks
    Pramod

    Hi,
    I dont know whether I understood your question completely.Anyway,let the users be X and Y and be on diff machines,
    Since X is logging in using a dialup network the ip is allotted dynamically and so, Y cannot know X's ip till he logs in and tell Y about it explicitly. Workaround is that either X's or Y's ip must be constant/static or there should be another way that X know about the ip of Y each time he logs in.
    If X's ip is static, Y can poll certain port at X where u's alpplication is running and if conn. is succ, after some authentication, get the information u want. For writing u'r own services there should be u'r own components at both ends, one requesting connection and other accepting. Please get back to me if more doubts or if I have'nt understood u'r problem fully..
    regards Stallon

  • I lost my ipod, how can i delete all information from it?, I lost my ipod, how can i delete all information from it?

    I don't know if someone stole it or not and my ipod isn't set up with the cloud. How can i delete all my information from it?

    Unless you have already set up the FIndMyiPod feature (could have been done via MobileMe before iCloud) and wifi is on ans some other conditions are met you can't wipe/erase your iPod.

Maybe you are looking for