Open Channel - Address Data File Export

Hi,
  I have created a Mail Form to do Customer address Export into csv file. Everything went fine except 2 fields has not extrated succefully, BAPIBUS1006_CENTRAL_PERSON-FIRSTNAME and BAPIBUS1006_CENTRAL_PERSON-LASTNAME. I have checked the the business partner contact person is maintained.
   Do anyone know where else should i maintain in the business partner details in order to get these 2 fields extracted?
Thanks,
Vivienne

Hi Srinu,
  Thanks for your prompt reply, however, I don't understand your answer. These 2 fields are retrived from the structure BAPIBUS1006_CENTRAL_PERSON, how do i use the function you've mentioned?
Thanks,
Vivienne

Similar Messages

  • Running iOS 10.6.8 on a MacBook. Suddenly Moneydance will not open my account data files. Does anyone know how I can access that information again!?

    I'm running iOS 10.6.8 on a MacBook.  Yesterday (08/15/14) a software program, Moneydance, stopped opening my account data files.  I've tried various ways of accessing them, but the software program is asking me to open an entirely new account (I only see the "Welcome" page).  I can see files in my library, but they are grayed out. I am also trying to get help from the Software manufacturer.  Could this be a software update complication?

    Contact the program developer. Unless you did something yourself, I would suspect that the program developer made some sort of change. Without knowing anything about the application, it is a guess to try to determine what happened.
    Barry

  • How do I open a "winmail.dat" file ?

    How do I open a "winmail.dat" file ?

    ".dat" is a data file. Adobe Reader can't open it.
    More info about .dat files can be found here: http://pcsupport.about.com/od/fileextensions/f/dat-file.htm

  • Adding email address in file export form

    Hi,
    i m creating file export form to run campaign.
    my requirement is to add email address to file export form because i m working with 3rd part mail sender company.
    but this attribute isn't in attribute list.
    how can i add this attribute?
    Any help in solving the issue is greatly appreciated.
    Regards
    Sevtap

    Hi Sevtap,
    for any fields that you not provided from standard you can easily create your own attribute context and use BAdi CRM_IM_ADD_DATA_BADI to fill the fields during campaign execution when generating the export file.
    best regards,
    Johannes

  • Possible reasons for BCP import failure? [Unable to open BCP host data-file]

    Hi,
    I have inherited a process where a bunch of tables are being prepared locally with python and puched to a database. It fails and I don't know why, though my first thought is access rights. I have admin access to the database (and server?) using SQL server
    authorisation. Here is an example BCP command being churned out by the python script:
    bcp "[TEST].[dbo].[ISP_2014_flat]" in "flat_files/ISP_2014_201504011504.csv" -U admin -P XXX! -c -t ^ -S "xxx20039999\DZUHE00999,2311"
    SQLState = S1000, NativeError = 0 Error = [Microsoft][SQL Server Native Client 10.0]Unable to open BCP host data-file
    What can I check that might be responsible for this problem?
    Thanks,
    Andrew

    Below are points that you can consider:
    I don't think you need double quotes (") around the table and filename.
    If the file is on shared folder, provide the UNC path like
    \\server\folder\file.csv and even if it is in local try providing full path
    Make sure the file is not opened by someone (if it exists already)
    If it works from SSMS and doesn't work if run via SQL Agent then Agent account must have access to the file
    You can see few examples given in BCP Utility and also you may give try using BULK INSERT too
    bcp Utility
    BULK INSERT (Transact-SQL)
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Opening a binary data file with a local java application from a weblink...

    I don't know if this is the right forum for my query, but I would like to be able to click on a data file from a download link on a webpage and be able to have the file "open" into the java application that processes the particular file (as opposed to selecting the "save to disk" option or having the browser display a bunch of funky characters). If the application is not already running, have an instance start up and process the data file and display the information. What steps would I need to take to get this to happen? The application is executed in a windows environment through executing a .bat file and not an executable .jar file. Any thoughts? TIA!

    This is entirely a matter of configuring the Windows file associations so that files with that extension are started using your designated process. Depending on the particulars you may be able to establish the association from the context (right-click) menu, or you may need to use Folder Options rom the Control Panel.
    In any case, this is a not a Java question, but Windows; if further help is needed you should go to a Windows help site.

  • Allocating enough memory to open a large data file

    Hello,
    I am currently running an experiment which requires me to collect data at a very high rate, creating enormous data files. At first, I ran into the problem of LabVIEW not having enough memory to save all of the data to the hard-disk at once (it seeme to have no problem with a huge array during data collection, only when it went to save it to a file), so I programmed LabVIEW to only save 100000 samples at a time. This seemed to work fine, and I was able to collect a 550MB data file in this way. However, now that I would like to analyze that data, LabVIEW can't read the data from the file into an array, giving me the same insufficient memory errors as before. My system has 3GB of memory, so in theory LabVIEW should be able to get enough to open it, however Windows doesn't seem to want to allocate what it needs. Is there any way that I can override windows and allocate enough memory to LabVIEW for it to be able to open this file and work on the data?

    BrockB wrote:
    The data is all in a 2xN tab-delimited array, and I'm using the 1d array output of the "read from spreadsheet" vi, as I only need the first of the two columns. What I meant to say earlier was that I would still have to read all of the data from the file first if I wanted to break it up into pieces to use later. Labview seems to get stuck on reading the data from the file, not actually on opening it. It also seems like breaking the data up would be a much bigger hassle than just allowing labview to use more of the 3GB that I have available (most of which is sitting unused anyway).
    First of all, any ASCII formatted file is an extreme waste of space and comparatively expensive to write and read. It is only recommeded for small files intended to be later read by humans.
    "Read from Spreadsheet file" must first internally read the entire file as a string, then chop it up looking for tab and linefeed characters, then scan the parts into DBL. If you want the first column (instead of the first row), it then also needs to transpose the entire 2D array, requiering another copy in memory. As you can see, you'll easily have quite a few data copies plugging up your RAM. ("Read/Write from/to spreadsheet file" are plain VIs. You can open their diagram to see what's in there. )
    For datasets this size, you MUST use binary files. Try it and your problems will go away.
    Message Edited by altenbach on 11-11-2008 12:06 PM
    LabVIEW Champion . Do more with less code and in less time .

  • Create a button that opens a XML data file

    I have a PDF form that was created in LifeCycle Designer. I want to have a button that when you click on it, it will open the "select File window" so that you can then import an XML data file to the PDF form.
    You can do this option manually when you are Adobe Reader in the Form by clicking Advanced, Data, Import Data to Form.
    I want to automate that by just clicking a button. Does anyone know the script to use behind the button to make this work. It's gotta be easy but I can't figure out how to bring up the "Select File Window"
    Can anyone help.
    Thanks
    Sean

    Hi Sean,
    You can import an XML data file by clicking a button, with following code:
    xfa.host.importData();

  • How to load a huge data file (export from mysql) to an oracle table?

    I have a data file which contains 1.3G bytes table data from mysql. It's format is csv.
    How can i load these data to an oracle table in java way?
    I thought about using sqlldr. But it requires a oracle client which may not be permitted in my environment.
    If i generate "insert " statement and use batch update the batch update will stop if it comes across an exception when executing the insert one by one. I find no "insert ingore" statement in oracle like mysql.
    Is there anyone can give me a solution with high performance? It's urgent and Thanks!

    hsy541 wrote:
    I have a data file which contains 1.3G bytes table data from mysql. It's format is csv.
    How can i load these data to an oracle table in java way?
    Why must it be a Java way? The point is just to move the data.
    I thought about using sqlldr. But it requires a oracle client which may not be permitted in my environment.
    Why not just import the .csv file into Oracle? I'm sure there's a script or utility that will do it.
    If i generate "insert " statement and use batch update the batch update will stop if it comes across an exception when executing the insert one by one. I find no "insert ingore" statement in oracle like mysql.
    You want to turn off transactions? I'm not an Oracle expert, but I'd be shocked if there was something you could do in MySQL that didn't have an analog in Oracle. Find a better resource, like somebody that actually knows Oracle. Who set up that database for you? Consult with them.
    Is there anyone can give me a solution with high performance? It's urgent and Thanks!Urgent to you....
    %

  • I cannot open jpg or tiff files exported from LR3

    staart with RAW. rename the files in Export dialog. export to hard drive or CD.
    the exported files show in finder, but I cannot get them to reimport to LR3 under different filename.
    his started as a result of a client who received files but couldn't upload to Shutterfly.
    very weird

    the exported files show in finder, but I cannot get them to reimport to LR3 under different filename.
    How are you doing this reimporting? What happens when you try? Is there an error message?
    What happens if you choose, in the Export dialog box, to include the exported files in the Lightroom Catalog?

  • Tungsten T3 - need to access DAT file with addresses - Please Help

    I have an old Palm Tungsten T3. The desktop computer with the synced address data has died and the T3 has lost power (so no addresses anymore).
    I have a .DAT file backup with all my addresses. Can anyone advise how I can get access to these.
    Reinstalling Palm Desktop 4.1.4e did not help as it doesn't allow me to import .DAT files.
    Can I import this file into any other app or open up in Excel etc?
    Any advice would be much appreciated.
    Thanks in advance.
    Post relates to: Tungsten T3
    This question was solved.
    View Solution.

    You have to physically copy the .dat file into the User directory over the existing address.dat file.  Find the one with your hotsync name abbreviated (i.e. - C:/Program Files/Palm (or PalmOne)/ your Hotsync name /address) and copy the .dat file there.
    Be sure you copy the file and keep another one safe in case something goes wrong.  The existing blank address.dat file will be only about 2k in size.
    Good luck!
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • I cannot open a wind mail.dat file. Any software recommendation?

    I cannot open a "windmail.dat" file. Any software recommendation.

    Try:
    How do I open winmail.dat files?

  • Opening Winmail.dat files in Mail on iPad (Ms Windows Word, Excel, Ppt)

    I thought I'd share my findings on what to do if your Word, Excel, Powerpoint attachments come into your Mail as winmail.dat files. In my experience I downloaded the following Apps:
      Pages
      Numbers
      DocsToGo
    WinMailViewer
      Letter Opener
    To open the winmail.dat file hold the icon until asked how you want to open the file: WinMailViewer or Letter Opener (assuming you've previously downloaded both Apps).
    WinMailViewer is exactly what it says ... a 'viewer' of the file.  The file is sent to the relevant App which you subsequently open to see a list of the files.
    Letter Opener will bring up the attachment(s) in a separate window and gives you choices on which App you'd like to use to open or view the file with. Depending on what Apps you've previously downloaded:
      For Excel it might list: Quick Look, DocsToGo, Csv File Editor, PDFReaderLite
      For Word, it might list: Pages, DocsToGo, PDFReaderLite
    DocsToGo is an excellent option for working on Word, Excel files (N.B. If you have a big Excel file with 'frozen' window panes, I recommend clicking on the 4th tool (bottom toolbar) UnFreezing the panes while you work or move around the file as I haven't figured how to work with it on!!)
    Pages is the best option to use for editing Word files.
    Numbers is probably the best option to use for editing Excel files.
    Csv File Editor is another Excel editing option.
    I hope that helps.

    I should further say the files I sent are .xlsx and .docx files.  They look fine my end and I send such files all the time without problems.
    However, I did try to cheat by going in via the Safari onto my 'live' online email account and the Safari automatically transfers them to winmail.dat files with the same result.
    Ahh - have just been on using my PC this time and you are right, it seems that the service provider does the transfer and then when my outlook opens the file (on the PC), it must reconvert to .xlsx etc again.
    Very strange.
    Ergo, I guess the question should be how I open wimail.dat files ??

  • How can I open the win mail.dat file on my outlook mac

    I can't open the winmail.dat file on my outlook mac.

    http://www.maclife.com/article/howtos/how_open_winmaildat_files

  • I cannot open a .dat file with adobe X1. Anyone have a solution, simple one please?

    I have adobe x1 but I cannot open an email .dat file. Any easy solutions out there please?

    As Test Screen Name states - Adobe Reader opens PDF files only.
    So - fire up Bing or some other web search engine and look for applications that open / process / work email DAT files.
    Be well...

Maybe you are looking for

  • How to add a page break after 40 records in a BI Publisher word template

    I have a report with one Group and sub total for each group. I want to check before the start of a new group if the # of rows displayed per page is > 40. If it is >40 I would rather start the new Group on a new page instead of starting at the bottom

  • Cannot Add Playlists or Movies to New Nano-iTunes "Creates" a New Device

    I just purchased a new Nano and I am trying to get it work with iTunes 7.4.1.2 properly. When I connected the Nano, it created a new playlist named after the name I gave the Nano. Everything that is added to this playlist syncs fine. However, when I

  • How to detect color pages in a PDF?

    I am using a C++ Acrobat plug-in do read/edit a PDF file. I need to get the total number of pages in the PDF as well as the page numbers of color pages. So far I have been able to get the total number of pages using PDDocGetNumPages() without any tro

  • AD/OID import mapping not working

    Can you help debug my AD-OID mapping issue? I'm getting the below messages from ActiveChgImp.trc Sleeping for 5secs LDAP URL : (:0 cn=akloas1,ou="Service Accounts",OU=Users,OU=Managed-Objects,dc=corrections,dc=govt,dc=nz Specifying binary attributes:

  • Titles created in LiveType good in .mov but don't dub well

    I handed a DVD created in iDVD with a .mov file that looks perfect, but the person making a dub said the dub came out with the titles pixelated or distorted. Any s you can offer will be most appreciated. Thanks. Roxane