Import Strings with "newline"-Symbol by DTW

I try to import data from excel (*.txt - Unicode) with "newline" in text-Strings ("/n") with DTW Tool into a TEXT fiels in SAP B1 DB (items).
SAP Icnore the "newline" - Symbol, after the import.
How can I format the text?
which is the correct indication in the txt File for "newline / enter"?

Manuel:
could you please try this?  Im away from my SBO station, so cannot test, but I think can work:
you can enter a CR or LF character like this: 
 

change all the new lines with this chars and test
Hope this helps
Harold

Similar Messages

  • Transport Request's stuck with TRUCK symbol - very Urgent

    Hi All,
    I am in the process of Importing 450 transport request's. I have imported 190. While importing next 30, it stucks at importing stage with TRUCK symbol.
    Please suggest, how to overcome it or how to reset the tp.
    Thanks,
    Arjun

    Hi Arjun,
    There me be various aspects of your transport being stuck. Just ensure the changes in the Transport Request are not big before taking any action. Please be informed that if you are canceling this in the middle in particular if the transport request holds some table structures, the system may mal-function. So please discuss with your development team about the same. You may need to revert the minor changes done by the transport.
    1. Check for the table spaces, if any of them are full add some more space. As the transports may have stuck for the same and may go through.
    2. Check if enough background process are free in SM50 for the transport jobs to run. You can check for the transport jobs status in SM37 by giving RDD* as the Job name. Look out for any of the Job over running or is in waiting status. Looks out for some remedy there. You can cancel the transports by canceling these active jobs in SM37 or in SM50.
    Hope this will help. <b>Please be careful if you are really need to cancel the jobs. As I have mentioned at the beginning</b>
    Regards,
    Sanujit

  • ASCII import problem with symbol 0xFF

    When I'm importing ASCII file which contain the special symbols like 0xFF it's recognized as fields separator. The impcat is incorrect structure. I need this symbol because it is cyrillic character which appears in contact names very often. How may I import contacts with correct names.

    Jean,
    This appears to be a bug in the way the export program runs on 9.2. It seems to be a problem only in the API call that you showed us: wwv_flow_api.create_report_columns and its p_pk_col_source=> value. This can get corrupted when you have a tabular form column that uses a Primary Key Source Type of Custom PL/SQL Function or Existing Sequence, which is a choice you make in the builder wizards or later on the report column edit page in the Tabular Form Element region.
    If you can find all of these situations (using the builder) by looking at the report columns for reports related to the new 1.6 features that you mentioned, then change them all to use an existing trigger instead (create a dummy trigger T_DUMMY first), you might be able to get an uncorrupted export file. The next step, which is an unofficial workaround, is to find those API calls in the export file, looking for     p_pk_col_source_type=> 'T',
        p_pk_col_source=> 'T_DUMMY',Then change the 'T' to 'S' and the trigger name to the correct sequence for the column involved and that should do it. If you need to enter a PL/SQL function, change 'T' to 'F' and enter the PL/SQL code in place of the trigger name.
    We're still investigating this problem, so please let us know if this helps you out in the short term.
    Scott

  • Error importing oBusinessPartners with DTW 2005.0.16

    I can not import BusinessParters with DTW 2005.0.16. For objects like Items ... it works as usual. With oBusinessPartners the Source data is shown empty, resulting in 0 imports and in 0 errors. If I open the dialog "Maintain Interface" to see the field database, it is empty within the oBusinessPartners.
    How can I correct this?
    Thanks
    Franz

    hi all,
    Franz is right with his interpretation: It is about participating in the Ramp-up program for SAP Business One 2007 A:
    Customer upgrade projects will not be able to participate in the 2007 A Ramp-Up if PL23 (or higher) on SAP Business One 2005 A SP01 have been applied. This is because Enhancement Package content has been introduced with PL23 which, due to compliance rules that SAP must follow, SAP can only add to SAP Business One 2007 A once this new release has been assigned general availability status.
    Necessary details for SAP partners can be checked at (as previously mentioned in this thread):
    http://service.sap.com/~sapidb/011000358700000173412007E
    Hope this clarifies,
    Heike

  • Data with "," overflows to the next field when importing data with DTW

    Dear all,
    When I tried to import data with DTW, for the data that includes ",", the data after "," all jumps into the next field after import.
    E.g. Column A(memo): bank, United state
           Column B(project code): blank
           Result in SBO: Memo field : bank
                                  Project code: United state
    I  have tried 2 ways.
    1. Save the file as csv, and adding double quote(") at the beginning and ending of the data. However, it didn't work. It didn't work with single quote as well.
    2. Save the file as txt, without amending the data at all.
    It worked, however, in SBO, double quote is auto added, it becomes "bank, United state".
    Please kindly advise how to handle such case.
    Thank you.
    Regards,
    Julie

    Hi,
    Check this if it is useful :
    Upload of BP Data using DTW
    Rgds,
    Jitin

  • Problem with Euro Symbol when import a PDF in SAP

    Hi all,
    I developed a sap interactive forms based on two custom tables.
    It works fine, i can download from sap and upload in sap the data.
    I have a preblem if, in a text field, in the pdf file I put the u20AC symbol. with this symbol the system can't convert the pdf and so It isn't able to create the xml structure from the pdf file.
    Any suggestion?
    thanks
    enzo

    Very odd.
    But if you want help you will need to provide more details: OS, version of Acrobat, how the file were created, etc.

  • Importing Pricelists with DTW

    Hi All,
    I'm trying to import pricelists to be created I'm using the oPricelists template in the DTW.
    If I import 1 new pricelist it is fine and imports correctly but I'm now trying to import another 80 new pricelists and DTW is giving an error on the first line. Error reads:
    "Internal Error (-5000) occurredApplication-defined or object-defined error65171"
    Is there a limit to how any pricelists are allowed in SBO?
    Any help would be greatly appreciated.
    Thanks
    Lou

    Hi Wyk,
    There is no limit to the number of pricelists which can be added into SBO.
    However in the OPLN table there is a field called ListNum which is defined as a smallint.
    In the Online Books the length definiton is as follows:
    Use the smallint data type to store numbers in the range from -32,768 through 32,767 only (requires 2 bytes of storage per value), and the tinyint data type to store numbers in the range from 0 through 255 only (requires 1 byte of storage per value).
    This may give you additional indication of storage size of the OPLN table. There is also the possibility of deleting pricelists after they are no longer in use as they might cause performance issues. This must
    however be done manually and the price list cannot be connected to any BPs or Payment terms when being deleted.
    Regards,
    Varun
    SAP Business One Forum team.

  • String with multiple lines

    hi
    i have a string with multiple lines inside it eg.
    hello this is
    my string with
    mutiple lines inside it
    how could i get it to print out line by line
    iv used "\n" so it detects the new lines but it doesnt seem to work
    this is my following code that doesnt seem to detect the newline
    if(multiString.equals("\n")){
    }

    nicchick wrote:
    i have a string with multiple lines inside it eg.
    hello this is
    my string with
    mutiple lines inside itWhere do you have this String? In a file? in a JTextArea of a Swing GUI? Details are important.
    if(multiString.equals("\n")){But the whole string isn't an "\n" so this won't do. Again, much will depend on the current state of the String. You may need to split it based on the current line separator.

  • How to export strings with "\"

    When I export a string with backslashes in it (eg. path name to a file) then when this file is imported at run time then backslashes '\' cause the import to fail. So for now I have to replace all "xxx\yyy" strings in exported file with "xxx\\yyy" and then import
    of such MODIFIED file goes OK.
    But this is tedious - is there another way to deal with it ?

    This is caused by the fact that the ASCII backslash character is the escape code specifier, and when the file is read by the import/export properties tool it is treated as such. If you have any character sequences in a string such as "\t" or "\n" these get interpreted as tabs and newlines within the string.
    To avoid this behavior when importing you will need to modify the strings in TestStand before exporting them to include the "\\" escape code set to the file. The caveat to this is once these values are read back from the file they will be interpreted as single backslashes. For instance, if you export "c:\\temp", and then import it back you will get "c:\temp". This is simply the nature of the Import/Export Properties tool.
    If you do not like the b
    ehavior of this tool in its shipping form, you can rebuild the "limitloader.dll" module to include the functionality that you want. Whenever you click the Tools>>Import/Export Properties menu selection, the MainSequence of \Components\NI\Tools\ImportExport.seq is being executed. This has a single step in it that calls the "DisplayImportExportDialog" function of the limitloader.dll. The source for the limitloader.dll can be found in the \Components\NI\StepTypes\Database directory.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Creating a string with hiearchical data

    This is being done in Crystal 8 will all updates applied.
    I have a database with records that are linked to a series of "folders" that are hierarchical in nature as shown below:
    Folder 1:
         Folder 1.1
              Folder 1.1.1
    Folder 2
        Folder 2.1
    All of the folders can have data records attached to them.
    The database represents the folder structure in a table with the following attributes:
    Folder ID   (integer)
    Folder Name (String)  (such as "Folder 1"
    Folder Parent ID (integer)
    (other non-related fields)
    If the folder is at the root level, then the value in Folder Parent ID is 0, otherwise, it is the Folder ID of the parent folder.
    I need to be able to create a string field that displays the path for any given folder that I can insert into a group header or footer, or into a report header if the report deals with records in a single folder.  Desired format for the  string is: 
    "Folder 1> Folder 1.1> Folder 1.1.1"
    I need to be able to display at least 6 levels of folder indentation.
    I have tried several ways to create a formula that will reliably produce the desired string, and can get close, but cannot completely address the problem.  My most successful approach was to put multiple instance of the table into the report and link the Folder Parent ID of one level to the Folder ID of the next level down and then use the data to build the string with a formula like this:
    Local StringVar Result := {portfolio_master.portfolio_name};
    local stringvar ExitLoop := "1" ;
    if  ExitLoop = "1" then
        Result := {portfolio_master_1.portfolio_name} + "> " + Result
    else
        ExitLoop := "0";
    if {portfolio_master_1.parent_id} NE 0 AND ExitLoop = "1" then  // NE replaces Crystal not equal symbol which will not show
        Result := {portfolio_master_2.portfolio_name} + "> " + Result
    else
        ExitLoop := "0";
    if {portfolio_master_2.parent_id} NE 0 and ExitLoop = "1" then
        Result := {portfolio_master_3.portfolio_name} + "> " + Result
    else
        ExitLoop := "0";
    if {portfolio_master_3.parent_id} NE 0 and ExitLoop = "1" then
        Result := {portfolio_master_4.portfolio_name} + "> " + Result
    else
        ExitLoop := "0";
    if {portfolio_master_4.parent_id} NE 0 and ExitLoop = "1" then
        Result := {portfolio_master_5.portfolio_name} + "> " + Result
    else
        ExitLoop := "0";
    Result;
    This formula works so long as the folder in question is exactly 5 levels deep.  Changing the nature of the links(inner join, left outer join etc.) between the instances of the table in the Database Expert changes the data that is visible, but I can't find a combination that will show ALL of the needed information for all of the folders. 
    I understand that this is a brute force approach, and that there must be a different way to skin the cat.  My preference would be to "walk the tree" with a loop structure, but I don't see any way to do the needed data look up within the loop.
    Any suggestions would be greatly appreciated!
    Thanks,
    L. Jasmann
    Edited by: ljasmann1 on Jun 23, 2010 9:09 PM
    Edited by: ljasmann1 on Jun 23, 2010 9:33 PM

    I have been working to adapt the code provided above to my application.  Although I have worked with Crystal for quite a while, this is the first time that I have attempted to use SQL in Crystal... and it is just not working.. probably because I am no doing something very basic.
    Here is  the code as currently set up in the SQL Formula Editor.  Only major difference from the code provided above is that the ID fields are integers instead of strings, and the field that I want to print out is a string field separate from the ID fields....  I have substituted the field names from the table I am referencing for the ones in the code above.  The table that I am using has been selected using the Database Expert.
    DECLARE @Value int, @pf int, @FolderPath VarChar(MAX)
    SET @Value = "portfolio_master"."portfolio_id"
    SELECT @pf = "portfolio_master"."parent_id" FROM portfolio_master WHERE "portfolio_master"."portfolio_id" = @Value
    SET @FolderPath = "portfolio_master"."portfolio_name"
    WHILE @pf <> 0
    BEGIN
    SET @Value = @pf
    SELECT @pf = "portfolio_master"."parent_id" FROM portfolio_master WHERE "portfolio_master"."portfolio_id" = @Value
    SET @FolderPath = "portfolio_master"."portfolio_name" + ' > ' + @FolderPath
    END
    SELECT @FolderPath AS FolderPath
    When I test the SQL statement it errors out on the very first statement (the DECLARE statement).  If I substitute a different statement in front of the DECLARE statement, it errors on that statement.
    Here is the error that I get back. The database is using MS SQL Server.
    Error in compiling SQL Expression:
    Failed to retrieve data from the database.
    Details:  ADO Error Code:  0x80040e14
    Source:  Microsoft OLE db Provider for SQL Server
    Description:  Incorrect syntax near the keyword u2018DECLAREu2019,
    SQL State:  42000
    Native Error:  156 [Database Vendor Code:  156].
    Any pointers would be greatly appreciated...
    Thanks,
    Larry Jasmann

  • Importing Sales orders and Invoices thru DTW

    Hi every one,
    I am facing a unique problem when using DTW to import sales orders and invoices through DTW.
    I am using the two templates- Documents and Document Lines. But the imported Invoice or the sales order(In both cases) the dicount field in the row is taking a negetive discount value. Let me elaborate....
    1. I am taking a BP which has been alloted a Particular pricelistcode in the BP Master.( say it be Purchase price).
    2. Now In the Doc_lines Template I have put the value in the price column- (eg. Rs. 500).
    3. Now the itemcode used in the template is already having a masters and the prices are also defined in SAP B1. Say the Purchase price defined for the item is Rs.400
    4.When I am importing the order/nvoice then the discount field in the row automatically takes a value of -25%, the unit price has the value Rs.400 and the Total Field shows Rs.500.
    ( this Implies that the price I have suggested to Import i.e. Rs500 is some how not taken by the system. The system takes the price defined for the BP and then adjusts it with the price suggested by the user during import) So a negetive discount is taken.
    On the other hand if the same procedure is followed for an item where the prices are not updated in the master data then there is no such problem. the unit price field reflects the price which is given in yhe template.
    please suggest a way to get out of this problem.

    Hi Debraj,
    Try the following..
    In Admin > System init > Document Settings > General Tab ..Calculate the Row total using Unit price ....... leave this  unchecked
    Also, at the Document_lines template fill the discount column with 0
    Suda

  • Help! Macbook can't start up and a folder with a symbol "?" in it.

    my english is not good
    i hope u can understand what i said about the situation
    about 4 days ago,i opened a psd file in may mac,but my mac worked very hard at that moment.and the cursor turned like a coloful circle
    then i shut down the power
    after couple of hours i opened the computer again,but terrible thing happened
    it could't start up,just a blank screen, a folder with a symbol "?" in it.
    someone told me maybe there was something wrong with the hard drive
    so i put the system disk 1 into the computer and use the Disk Utility but it can not find my hard drive!!
    Disk Utility show that only a cd,no hard drive
    what happened with my mac? can anybody help me?
    Message was edited by: noirz

    thx ^_^
    i bought my mac in september last year so i still can get some care with my mac from apple inc.
    $1600 is too expensive and it's not my mistake about the situation.
    i found many people have this problem: computer doesn't work -> shut down the power -> can't restart ->hard drive crashed
    so, don't u think the hard drive is too weakness? i've never got any problem like this when i use other computers
    sigh... the most important thing is send my computer to the service
    T_T ...pictures...movies...music...memory...etc..

  • "Import string" method not supported in LabVIEW 7.1

    We have made an application that support multi-language (English, French, etc.). In LabVIEW 6.1, we used the "import string" VI method to support this option. The method was executed just before to open front panel. The code was based on this example found in NI Developer Zone:
    Translation/Localization Tools in LabVIEW
    (http://sine.ni.com/apps/we/niepd_web_display.disp​lay_epd4?...
    But surprise in version 7.1, this method can't be loaded without the diagram block. So the built application doesn't support it! It works only in the development interface. Why this change?
    If someone has an idea to solve this, let me know.

    If you build that example into an EXE under LabVIEW 7.1, it should work fine as long as you add the non top-level VIs as Dynamic VIs and add the language files as Support Files when you create the executable, making sure to specify in "Custom Destinations" that you want the string files to end up in the same directory as the EXE.
    Your point about the method requiring the block diagram is correct, according to the help for the method. However, I think the diagrams will be available to the run-time engine as long as you haven't purposefully removed them prior to creating the EXE in the manner described above. Maybe someone else can chime in on this point, because I know the App Builder changes a lot with every new major LabVIEW version (and sometimes, with minor versions too!).
    In any case, I just did a test where I downloaded the example you referenced, created a .BLD file as I indicated above, and got a successful executable that was able to use the Import VI Strings method to load the desired language at run-time.
    Regards,
    John

  • Some photo's missing in iPhoto only black screen Appears with ! symbol

    I am using iPhoto 08 and have around 11000 photos in my Library, about 300 all of a sudden have gone missing. The thumbnail is no longer visible only a black screen with the symbol ! appears. Any advice?

    Welcome to the Apple Discussions.
    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    If that fails:
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Regards
    TD

  • Is there a way to set up a 'dial string' with a 'wait' function?

    I'm trying to set up calling my work voicemail. On the blackberry i could set up a dial string with a wait function. So when i dialed the voicemail #, once it answered I could hit a button on the phone and it would send the next set of characters (in this case, my extension #), then wait again, and once I got my password prompt, i could again send the next characters (now my password). I can find the way to put in a pause...but it isn't enough and doesn't do what i want it to do. How can i do this on my iPhone?
    It really is important in that i don't want to have to enter these characters while i'm driving.

    Thanks for the reply....i've tried that and it's not doing what i want it to. Our VM sometimes has delays, so its impossible to predict home many pauses i need....really need a wait function.
    Thanks

Maybe you are looking for

  • I have some B/W video cameras(analog) are they supported by Labview

    i have some B/W video cameras that I wanted to use with LabView but they are not in the list of supported cameras under LabView, but they are still very new and they work great and they are small and light weight which are two important things that I

  • Triggering IDOCs via Shipping Point

    I need to setup an interface with a 3rd party warehouse. We ship approx. 10% of our product through that warehouse, and this product is shipped to all of our customers (EDI and non-EDI). In the partner profiles, I do not see any way to configure IDOC

  • Help me - Select a Access DB

    Can i execute a query in MY FORM application to anouther DB that is not my? Exemple: I want to make a select to a DB in Access, to put some collumns in my variables in FORMS. How i do that? I'm portuguese, i'm sorry mya written english

  • Srss over vlan

    Hello. I've configured vlan interfaces and installed SUNRay Software with vlan interface bnx67000 as dedicated interconnect interfaces. After this X server runs on terminal, connected to the interface, but dtgreet login screen doesn't appear. We can

  • Cannot Open Project 2010 file in Project 2013

    I have a 2010 Project file that will not open in Project 2013. It seems to be something dealing with predecessors and successors. Project 2013 stop responding when I try to open the file, and when I try to copy the information from Project 2010 and p