Special character '#' ODS data upload

Hi experts!!
I have to load R/3 data from PSA to ODS. I have found problems during data load with 0postxt field (description field) because in several FI documents there is '#' inside the text field, for example: "COMPANY X FOR # SALES".
The PSA is upload fine but when the system tries to activate ODS data, it gives me an error in this register.
I have checked RSKC transaction and it is defined '#' character as a permited character:
ÇÉÀÇÊÈÏÌÅÉÒÙÁÍÓÚÑÑÈÍÌÓÒÚÙÉÈÍÌÓÒÚÙ·.'#
What else can I check?
Thanks a lot for your help.
Kind regards,
GP

Hi,
It may not be because of that.
SID error comes during activation of ODS because the related MD is not available for assigning SIDs.
Whenever Master Data is loaded SID's are generated for those Master Data records.
Now when you load Transaction Data these SID's will be used (for the records which use above master data values). This results in performance gain.
If Transaction Data is loaded first than the system checks for SID's. If they are not available system generate SID's. This results in a loss of performance.
Now in the case if you don't have the setting selected (Further Processing Without Master Data/Always update data, even if no master data exists for the data) system will throw error No Sid’s found and load will terminate.
So as a first step ensure that the related master data is loaded and Attribute change run has been triggered.
OR
Load the MD and Activate the MD (Modeling > InfoObject > Search the Infoobject > Right click > Activate Master Data)
Once you perform this you can retrigger the activation. It should work fine.
Else as a workaround you can blank out these particular values and activate.
There is also one more workaround wherein you can create the Master data entries directly in BW itself. But both the above step should be done after consulting Business and considering data volume that needs to be edited/created.
In most case once you perform the loading and activation of MD your activation should work fine when repeated.
OR
In the infopackage goto Update Tab and make the setting Update the records even if no master data exist and reload
This may work.
Try Searching in SDN for this Topic and you will find much detailed info as this is discussed very frequently.
Thanks,
JituK

Similar Messages

  • Generate XML - Special Character in data causing error

    Hello,
    I have a procedure written using DBMS_XMLGEN to create xml output. A problem that I am running into is some of my data has an eacute in it. How can I code the XML to account for this and any other weird characters that may exist?
    (ie - i need to be able to specify the encoding part of ?xml version=1.0 encoding=ISO-8859-1?)
    Here is an excerpt of what i have so far...the results are fine until I run to include the data with the eacute. Then nothing is generated at all. I tried .convert, but I don't know if that's what I need, or if I am calling it correctly.
    Thanks!
    Janel
    ctx := dbms_xmlgen.newContext(rc_data);
    -- set name of root element --
    dbms_xmlgen.setRowsetTag(ctx, 'XXFA10022');
    -- set name of element separating all rows --
    -- default is ROW --
    dbms_xmlgen.setRowTag(ctx, 'G_DATA');
    -- generate XML document --
    xml := dbms_xmlgen.getXml(Ctx);
    xml := dbms_xmlgen.convert(xml, dbms_xmlgen.ENTITY_ENCODE);
    i := dbms_xmlgen.getNumRowsProcessed(ctx);
    dbms_xmlgen.closeContext(Ctx);
    apps.fnd_file.put_line(apps.fnd_file.log, 'rows processed -' || i);
    apps.fnd_file.put_line(apps.fnd_file.log, 'close');
    apps.fnd_file.put_line(apps.fnd_file.log, xml);
    apps.fnd_file.put_line(apps.fnd_file.output, xml);
    -- free clob content --
    dbms_lob.freetemporary(xml);

    No. There are no XML components that will clean up malformed XML. Your options are to go to whoever sent you that document and tell them that their XML is malformed and that in future they should not do that, or to write your own component to clean up the malformed XML. Since that would involve more work than writing a full XML parser, I don't recommend the second option.

  • HOW WE CAN VALIDATE A FIELD THAT SHOULD NOT BE SPECIAL CHARACTER?

    HOW WE CAN VALIDATE A FIELD THAT SHOULD NOT BE SPECIAL CHARACTER?

    data : v_abcde like sy-abcde,
             v_num like '0123456789',
              v_data(60) type c.
    start-of-selection.
    v_abcde = sy-abcde.
    concatenate v_abcde v_num into v_data.
    if ur field co v_data
    else.
    message.
    endif.

  • Upload file with special character in ECC 6.0?

    Dear All,
    Does anyone know that in ECC6.0 unicode environment, can we upload special character like
    eg ¢, ©, É. It's ok in 4.6c version but not in ECC 6.0. Any idea ?
    Thanks

    HI,
    Try using
    open dataset <DSN> for output in legacy text mode.
    and also in transfer statement pass the actual structure rather than a flat structure, while executing transfer statement for legacy mode the field lengths are taken into consideration and there is no spill over of spaces to the next field
    say if you have a structure:
    data: begin of wa_output,
    name(20),
    email(30),
    end of wa_output.
    and a flat structure
    data: w_out(50).
    then in transfer statement use wa_output rather then w_out.

  • Uploading file with special character like ( # , $ or any other special ch)

    Hi All,
    This perform statements then uploads the file from UNIX. Because of the special character in the file this  program fails.
    Please let me resulation as soon as possible .
    Thanks,
    Madhav

    Hi
    Good
    Check the below sdn post on special character.
    https://forums.sdn.sap.com/profile.jspa?userID=3649609
    Thanks
    mrutyun^

  • Data upload problem in delta update from 1st ODS to 2nd ODS

    Dear Friends,
    I am loading data from one ODS to another. The update mode was full upload. Sometime back an error occurred in activation of the first ODS. The error was: Full updates already available in ODS ,Cannot update init./delta. So currently daily records are pulled but not added i.e. transferred recs = 4000 but added recs = 0.
    When I looked for a solution in SDN I found that using program RSSM_SET_REPAIR_FULL_FLAG for 2nd ODS will reset all full uploads to Repair Full Request which I have already done for 2nd ODS. Then initialize once and pull delta.
    But problem is that I cannot set update mode to delta as I am pulling some 80,000 records in 2nd ODS from 1st ODS with around 14 lacs records daily based on some data-selection filters in infopkg. But do not see any parameters for data-selction in delta mode.
    Please suggest.
    Regards,
    Amit Srivastava

    Dear Sirs,
    Due to this error in activation in 2nd ODS daily data upload is failing in 1st ODS.
    To correct this I converted all full upload requests in 2nd ODS to Repair full requests.
    But now when I scheduled the infopkg today with full upload again data was transferred but not added.
    I know I cannot have init./ delta so what possibly can now be done in this scenario. Please help.
    Regards,
    Amit Srivastava

  • How to eliminate the column data which just has a special character

    Hello All,
    I working on a query which will query the table and returns only the meaningful data. In the table, I have the data like this
    ID                SearchWord
    1                   20A-1
    2                   Mainline
    3                   %
    4                   -
    5                   Little Rock, AR
    When I select the data from this table, In the result set, I don't want to see '%'  record, '-' record. If a SearchWord contains the special character along with other alpha numeric characters its fine. But if a record contains only special characters,
    I wanted to eliminate them. How can I achieve this?
    Thanks so much for all your help.

    SELECT *
    FROM Table
    WHERE SearchWord NOT LIKE '%[^0-9A-Za-z]%'
    AND SearchWord LIKE @Yourparameter
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Upload the Special Purpose Ledger Data Using GB01 Application Trough BAPI

    Hi Experts,
    I need to Upload the Special Purpose Ledger Data Using GB01 Application Trough BAPI
    Can anybody help me Which BAPI is available for this application.
    plz give me the Guidence Which steps Should i follow this.
    Thanks Inadvance

    try these
    JV_GB01_DOCUMENT_POST.
    JV_GB01_DIRECT_INPUT this fm is used to to post directly to SPL
    or try BAPI_ACC_DOCUMENT_POST
    BAPI_ACC_GL_POSTING_CHECK
    BAPI_ACC_GL_POSTING_POST

  • Dtw gives special character while importing the data

    Hi all
    I m trying to update business partner and my template file is tab delimited but I don't know why my all business partner updated with special character " like this "" even I tried to update from CSV also ??
    Can anybody help me to remove or update this special character from business partner name as well as bill to address , block, building, city  by query or any other way ??
    Thanks
    Ricky

    Hi ricky 1,
    Before you upload the CSV/TXT file, open it up in a Notepad.
    You will see the "hidden" quotation marks that don't appear in Excel.
    Use the replace function to remove them, save it, then upload again.
    Kind Regards,
    Nick Lakasas

  • Special character issue while loading data from SAP HR through VDS

    Hello,
    We have a special character issue, while loading data from SAP HR to IdM, using a VDS and following the standard documentation: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e09fa547-f7c9-2b10-3d9e-da93fd15dca1?quicklink=index&overridelayout=true
    French accent like (é,à,è,ù), are correctly loaded but Turkish special ones (like : Ş, İ, ł ) are transformed into u201C#u201D in Idm.
    The question is : does someone know any special setting to do in the VDS or in IdM for special characters to solve this issue??
    Our SAP HR version is ECC6.0 (ABA/BASIS7.0 SP21, SAP_HR6.0 SP54) and we are using a VDS 7.1 SP5 and SAP NW IdM 7.1 SP5 Patch1 on oracle 10.2.
    Thanks

    We are importing directly to the HR staging area, using the transactions/programs "HRLDAP_MAP", "LDAP" and "/RPLDAP_EXTRACT", then we have a job which extract data from the staging area to a CSV file.
    So before the import, the character appears correctly in SAP HR, but by the time it comes through the VDS to the IDM's temporary table, it becomes "#".
    Yes, our data is coming from a Unicode system.
    So, could it be a java parameter to change / add in the VDS??
    Regards.

  • When  I am uploading  file with special character it gives error

    Hi All,
      I am uplloading one file with special character then it gives error. Please let me know solutions on this is soon as possible.
    Thanks,
    Madhav

    hi are you looking for the file to be transferred with the special character then declare it wil the char field...and send it..
    or the special charactera are coming unnecessary use the command ............replace all occurances  to avoid this..

  • Special Character error in IDOC

    All,
    I am trying to upload PO data using IDOC type "PORDCR1" from LSMW. All is well till I convert data. We have some speical characters in short text field at item level and even when I convert the data and display it from LSMW it looks fine, but when I processing idoc it's erroring out meaning if I have special character "Á" in IDOC during processing it's getting converted to "Á#" and it's screwing up the positions.
    What I am not able to understand is when I am displaying the converted data in segment mode in LSMW it's getting displayed perfectly without extra "#", but when I am checking errored idoc from WE05 it has this new #. Did anyone come across this issue?
    Your help will be greatly appreciated. Thanks for your time.

    Ok, the issue was with LSMW port (which was not marked as UNICODE) and because of which it's not translating special characters....

  • Data Upload in DB2

    Hi,
    I have a text file that has some records,this file can either be pipe seperated,comma delimited or any special character seperated.
    I want to upload this data to the db2 database.
    I have done the same thin in oracle with the help of sql* loader.
    Can any one tell me any utility in DB2 or can I use sql*loader in DB2 also for the file upload.
    (This is the first time i am working in DB2)
    Regards
    Anshul

    Hi Nidhi,
    Try to use the statement MODIFY ztable FROM TABLE internal_table.
    or run a loop across internal_table and use the stmt : INSERT INTO ztable VALUES wa.
    Thanks,
    regards,
    akshay ruia.

  • How can i view the already permitted special character in the system

    Hi,
         How can i check already permitted special character in the BI System.
    Suppose i am adding some special character with the help of RSKC.
    I want to view the already permitted special character in the system.
    Usefull answers are really helpfull.
    MRC.

    hi,
       Thanks for your all user full answer.
    Actually my problem is, i am loding some datas with some speicial character(*,&,#).My data got loaded with out any error.
    The same special character(*,&,#) i checked it over the table RSALLOWEDCHAR.
    But the special character character is not available in that table.
    Thats why i am thinking , with out any error how my datas got uploaded.
    At the sametime special char is not maintained in the table RSALLOWEDCHAR.
    Is there is any other way to maintain the Special char(*,&,#).
    Shall i want  to check any other table apart from the  above tabe.
    Kindly explain the same.
    Thanks & Regards,
    MRC.

  • LSMW: Convertion of special character turn into #

    Hi all,
    Ich am Ulpoading a file in the step 'READ DATA' in LSMW and when I check the result in the next step 'DISPLAY READ DATA' I see that the upload (i do not know if LSMW make an WS_UPLAOD or GUI_UPLOAD or another function) converts a special character that we use in Portugal
    in the file:           Fabricação
    in LSMW after Upload:  Fabrica##o
    The file was an Excel which I saved as txt (tab delimited)
    Who can help??????
    Thanks
    Picasso

    Hi Picasso,
    LSMW is having 'GUI_UPLOAD' function module to upload data.
    GUI_UPLOAD FM is having import parameter CODEPAGE.Whose functinality is to take care of such special character.
    Include which is called for READ DATA step, you can very wel find out that the codepage is not suitable for your Portuguese language.
    Do one thing write an BDC...Call GUI_UPLOAD FM and then Pass CODEPAGE number.
    codepage number you will get from  tcp00 table.
    here is example to take care of special Japanese character:
    CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = l_ws_path
          filetype                = 'ASC'
          has_field_separator     = '#'
          codepage                = '6300'
        TABLES
          data_tab                = i_aenr
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.

Maybe you are looking for

  • How do I fully cancel a synchronization with flickr? How do I clean up my get my Aperture library to accurately reflect what's on Flickr?

    I went to add one photo to my Flickr site yesterday and I must have had the whole project selected because it started to upload all 635 photos in the project. I realized this about an hour later when I came back and I managed to pause the synchroniza

  • Macbook pro 17 inch and iphone bleutooth tethering broken again.

    Hi, Before the lastest security patch my bleutooth tethering connection finally worked. That was cool However now it doesn't work anymore. I believe the latest security patch of mac osx broke it. Does anyone have the same experience? regards, Okpail

  • ITunes not playing songs

    Hey all! So, I bought a song on iTunes and none of my devices (iPod, phone, computer). When trying to play it on my computer, I have to sign in to authorize the computer, which I already have it authorized. and it doesnt do this any other purchased s

  • Need help on sharing a jsp page between clients?

    Hi, Let me explain this: In my jsp application I have two jsp pages that work as a find dialog like applet find dialog.One of those shows the columns from rowset(which user can enter the criteria ) and the other gets the values from first one, makes

  • Automatic Clearing with remainder

    Hello all We have a requirement to use automatic clearing to clear down customer accounts that show a credit balance, and leave an AB document on the customers account for the remaining credit balance. Any thoughts Warwick