Data upload Vendor Master Chinese character from Excel does not upload

Hi Gurus,
We are trying to upload Vendor Master from Excel sheet.
The Chinese characters in excel sheet is not getting uploaded.
After upload, we see in SAP as ????? for these Chinese character.
Could any one inform what setting I may need to change?
Thanks and Best Regards,
Mohan

Hi Bala,
Goto he Initial screen of SAP and click the ALT+F12    costomizating of local setup.the choose the options-->choose the I18N Tab in that POP up and check the Activate the multi byte support.
press Apply and OK.
close the  SAP Log on and Re-loag on.if u r not closing the Logon screen the changes wiil not effect.
or
click on the log on SAP and choose the server  name -->right click ->Properties>chose the log on language as chanies .-->Apply and Logon.
Now u can eassily Upload to the Excel in checnies language.
Thanks & REgards,
Nelson.

Similar Messages

  • Upload vendor master in LSMW

    Hi, all, i want to upload vendor master in mass. And for the upload data, there is same vendoer with different company code or purcharsing organization, how should I complete it?

    Object 0040 Vendor master
    Method 0001 Standard
    Program Name RFBIKR00
    yeah, in fact, I use this method. In the upload file, I create two same records except the company code or purcharsing organization. But it is not OK.
    Is there anything should I take care?

  • My iCloud Uploads folder on my PC - does not upload pics - why not?

    My iCloud Uploads folder on my PC Windows 7 - does not upload pics - why not? The iCould Control Panel has the correct folder listed.
    The download seems to be working - i take a pick from my iPhone - it ends up in my PC folder - (12 minutes late however).
    But putting two pics in the uploads folder - they don't move.  iPad 2 and iPhone 3GS on iOS 5
    Any ideas?

    I tried un-installing and then left the default folders this time (last time i changed it from my C to my E drive) seems to work using the Default folder.

  • Upload vendor master data from legacy system to internal table tcode xk01

    through batch input program how to upload vendor master data from legacy system to internal table and then to SAP R/3 database(transaction XK01) by using recording method.

    By learning the basics of BDC recording and the use of GUI_UPLOAD

  • LSMW Upload vendor master data problem

    Hello,
    I have to upload vendor master data with LSMW.
    I'm using a batch input with the program RFBIKR00.
    In the step "Create batch input session", I get the following error:
    FB012 Session 1 : Special character for 'empty field' is /
    FB007 Session 1 session name VENDOR was opened
    FB112 Trans. 1 : No transaction code was transferred
    FB016 ... Last header record ...
    FB014 ... BLF00-STYPE 1
    FB014 ... BLF00-TCODE /
    FB014 ... BLF00-LIFNR DETES998
    FB014 ... BLF00-BUKRS /
    FB014 ... BLF00-EKORG /
    FB014 ... BLF00-KTOKK 0001
    FB013 ....Editing was terminated
    Does anyone know how to solve this error?
    Kind regards,
    Frank

    Hi ,
    first up all u r not mentioning the tcode and other mandatory field values...just in the field mapping and conversion step...
    click -->Extras -->Layout and select all fields
    and give default values to field TCODE,and other fields also and also check whether mapping conversion with regard to source is correct or not...
    If still any doubts i can clarify
    Regards,
    Sridhar Reddy
    Message was edited by: sridhar reddy kondam
    Message was edited by: sridhar reddy kondam

  • LSMW Upload vendor master data

    I am uploading vendor master data via a batch input in LSMW (program RFBIKR00).
    I uploaded all the vendors for 1 company code.
    When I try to upload the vendors for another company code, in the step “Create Batch Input Session” I get the error: “Trans. 1 XK01 : Acct already exists; general area not being processed, ... Data in table BLFA1 cannot be processed”.
    When I try to manually create a vendor for another company code via tcode XK01, I have no problems. But when I create an existing vendor manually for another company code I don’t have to add the information which is contained in table lfa1.
    Therefore I tried to upload the vendor, which has to be created for the company code, with a “/” in the data for table lfa1. But this doesn’t work.
    Has somebody a suggestion to solve this problem?
    Thanks

    In the similar thread you said:
    "If the vendor exists in LFA1 but not LFB1, use XK02 with the structures for LFA1. Then use XK01 with the structures for LFB1."
    It is not possible to use XK02 in order to create the vendor for another company code if the vendor already exists with a certain company code. You will get the error "Vendor xxx has not been created for company code yyy".
    The problem is that LSMW requires a mapping onto structure LFA1, but when the vendor already exists for a certain company code, LSMW returns in the step "Create Batch Input Session" the error: "Trans. 1 XK01 : Acct already exists; general area not being processed, ... Data in table BLFA1 cannot be processed".

  • GUI Download Chinese Character to Excel gibberish character

    Hi Experts,
    I'm facing a problem where I'm using FM gui_download to save Chinese Character into Excel file.
    Upon double click to open the excel file, funny character shows up.
    But if I were to open the same file using a blank Ms Excel application (Go to File->Open->choose file),
    Excel will prompt me to select a proper encoding (GB2312 in this case), and the Chinese character can be seen thereafter.
    But, my user doesn't want to go through this.
    I've browsed through the forum and someone has posted about this before and it's unanswered.
    How to download the chinese character using GUI_DOWNLOAD - unanswered
    And, Re: GUI_DOWNLOAD give 2 bytes for each chinese character - I need fixed len which is not related to my problem.
    Below is my code:
    DATA: lv_codepage   TYPE cpcodepage,
            lv_char_cpage TYPE abap_encod,
            lv_encoding   TYPE abap_encod.
    Get Code Page for Chinese Character Spras = '1' or 'ZH'
      CALL FUNCTION 'NLS_GET_FRONTEND_CP'
        EXPORTING
          langu                 = '1'   " Chinese Simplified Table T002
          fetype                = 'MS'  " Manufacturer is Microsoft Table TCP05
        IMPORTING
          frontend_codepage     = lv_codepage
        EXCEPTIONS
          illegal_syst_codepage = 1
          no_frontend_cp_found  = 2
          internal_or_db_error  = 3
          OTHERS                = 4.
    Conversion c(4) = n(10)
      lv_char_cpage = lv_codepage.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = p_file
          filetype                = 'DAT'                       "tried ASC and not working as well
          codepage                = lv_char_cpage   "8404 in this case tried 8400 and same result
          replacement             = '#'
          write_field_separator   = 'X'
        TABLES
          data_tab                = i_data_cnvr        "table content
          fieldnames              = i_data_head      "table header
    Please help. Does this has something to do with utf-8 encoding?
    Thank you.
    Thanks,
    ZY See

    Hi Nitesh,
    Is there a way to check the Excel codepage? Do you mean by codepage = 936 for GB2312 encoding?
    Anyway, this issue is fixed. Issue is related to unicode system.
    Below codes for gui_download solved the problem.
    CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = p_file
          filetype                = 'DAT'
          codepage                = '4103'
          replacement             = '#'
          write_field_separator   = 'X'
          write_bom               = 'X'
        TABLES
          data_tab                = i_data_cnvr
          fieldnames              = i_data_head
    Codepage = 4103 for utf-16 Unicode system.
    Write-bom = 'X' to write Byte-Order-Mark.
    Thanks,
    ZY See

  • To upload vendor master using BDC

    how to upload vendor master details using vendor master,
    the problem is while recording XK01 application i am unable to fill email,time-zone,street 4,.. but these are visible while i am creating with out recording..
    i am having fields for these in my legacy..
    which one is preferable session or call transaction?
    pls help me out from these its urgent..

    Look at note 653536. Also check the flag for "use central address management". (You should see this in the recorder - SHDB.)
    Rob

  • Upload Vendor Master(MK01)

    Hi abapers,
    There is a little confusion. I am trying to upload Vendor Master(MK01) through call transaction method.
    It is inserting only one record(one vendor). my flat file contains multiple records.
    Is there anything wrong in below coding.
    REPORT  ZBDC_UPLOAD_PROGRAM_03.
    data: begin of itab1 occurs 1,
          fld(80),
          end of itab1.
    data: begin of itab occurs 1,
           F1 type LIFNR,
           F2 type EKORG,
           F3 type KTOKK,
           F4 type NAME1,
           F5 type SORTL,
           F6 type LAND1,
           F7 type SPRAS,
           F8 type WAERS,
           end of itab.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
       FILENAME                      = 'C:\Documents and Settings\eccadm\Desktop\vendorslist2.txt'
       FILETYPE                      = 'ASC'
       HAS_FIELD_SEPARATOR           = ' '
      TABLES
        DATA_TAB                      = itab1
    *LOOP AT itab1.
    *write:/ itab1-fld.
    *ENDLOOP.
    LOOP AT itab1.
    split itab1-fld at ',' into itab-F1 itab-F2 itab-F3 itab-F4 itab-F5 itab-F6 itab-F7 itab-F8.
    append itab.
    ENDLOOP.
    *LOOP AT itab.
    *write:/ itab-F1, itab-F2, itab-F3, itab-F4, itab-F5, itab-F6, itab-F7, itab-F8.
    *ENDLOOP.
    DATA: BDCDATA type BDCDATA OCCURS 1 with header line.
    Loop at itab.
    perform bdc_dynpro      using 'SAPMF02K' '0107'.
    perform bdc_field       using 'BDC_CURSOR'  'RF02K-LIFNR'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_field       using 'RF02K-LIFNR' itab-F1.
    perform bdc_field       using 'RF02K-EKORG' itab-F2.
    perform bdc_field       using 'RF02K-KTOKK' itab-F3.
    perform bdc_dynpro      using 'SAPMF02K' '0110'.
    perform bdc_field       using 'BDC_CURSOR'  'LFA1-SPRAS'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_field       using 'LFA1-NAME1'  itab-F4.
    perform bdc_field       using 'LFA1-SORTL'  itab-F5.
    perform bdc_field       using 'LFA1-LAND1'  itab-F6.
    perform bdc_field       using 'LFA1-SPRAS'  itab-F7.
    perform bdc_dynpro      using 'SAPMF02K' '0120'.
    perform bdc_field       using 'BDC_CURSOR'  'LFA1-KONZS'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_dynpro      using 'SAPMF02K' '0310'.
    perform bdc_field       using 'BDC_CURSOR'  'LFM1-WAERS'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_field       using 'LFM1-WAERS'  itab-F8.
    perform bdc_dynpro      using 'SAPMF02K' '0320'.
    perform bdc_field       using 'BDC_CURSOR'  'RF02K-LIFNR'.
    perform bdc_field       using 'BDC_OKCODE'  '=UPDA'.
    perform bdc_dynpro      using 'SAPLSP01'  '0300'.
    perform bdc_dynpro      using 'BDC_OKCODE'  '=YES'.
    *perform bdc_transaction using 'MK01'.
    call transaction 'MK01' using BDCDATA MODE 'A'.
    ENDLOOP.
    *        New Screen                                                  *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.
    *        Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
      IF FVAL <> SPACE.
        CLEAR BDCDATA.
        BDCDATA-FNAM = FNAM.
        BDCDATA-FVAL = FVAL.
        APPEND BDCDATA.
      ENDIF.
    ENDFORM.
    Thanks

    Hi,
    Add below marked statement in your code. It will work.
    Loop at itab.
    REFRESH BDCDATA.
    CLEAR BDCDATA.
    perform bdc_dynpro      using 'SAPMF02K' '0107'.
    perform bdc_field       using 'BDC_CURSOR'  'RF02K-LIFNR'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_field       using 'RF02K-LIFNR' itab-F1.
    perform bdc_field       using 'RF02K-EKORG' itab-F2.
    perform bdc_field       using 'RF02K-KTOKK' itab-F3.
    perform bdc_dynpro      using 'SAPMF02K' '0110'.
    perform bdc_field       using 'BDC_CURSOR'  'LFA1-SPRAS'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_field       using 'LFA1-NAME1'  itab-F4.
    perform bdc_field       using 'LFA1-SORTL'  itab-F5.
    perform bdc_field       using 'LFA1-LAND1'  itab-F6.
    perform bdc_field       using 'LFA1-SPRAS'  itab-F7.
    perform bdc_dynpro      using 'SAPMF02K' '0120'.
    perform bdc_field       using 'BDC_CURSOR'  'LFA1-KONZS'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_dynpro      using 'SAPMF02K' '0310'.
    perform bdc_field       using 'BDC_CURSOR'  'LFM1-WAERS'.
    perform bdc_field       using 'BDC_OKCODE'  '/00'.
    perform bdc_field       using 'LFM1-WAERS'  itab-F8.
    perform bdc_dynpro      using 'SAPMF02K' '0320'.
    perform bdc_field       using 'BDC_CURSOR'  'RF02K-LIFNR'.
    perform bdc_field       using 'BDC_OKCODE'  '=UPDA'.
    perform bdc_dynpro      using 'SAPLSP01'  '0300'.
    perform bdc_dynpro      using 'BDC_OKCODE'  '=YES'.
    *perform bdc_transaction using 'MK01'.
    call transaction 'MK01' using BDCDATA MODE 'A'.
    ENDLOOP.

  • Upload vendor master with multiple phone numbers through LSMW

    Hi,
    I am trying to upload vendor master data with multiple telephone numbers. I am using BAPI BUS4001 , method SAVEREPLICA . It has allow me add only phone number. Is there any workout to short out this issue?
    Thanks in advance.
    Regrads,
    Suresh Yerra.

    Dear All,
    the telephone structure in bapi is a table. so append each telephone record to the table for multiple phone numbers.
    Thanks,
    Suresh Yerra

  • LSMW: Uploading Vendor Master : Muliple-Items

    Hi ,
    This is Prabhu , i created one LSMW for Uploading vendor Master .For Withholding tax Type i have to upload atleast 18 items.for that one I given Pagedown to Fill all The Item.But In the maintaining Source Structute I am getting Error.How can overcome This error.How to handle Table Control COncept in LSMW.
    please Guide me.
    regards
    Prabhu

    First Set :-„³   
         SAPMF02K 0610
              BDC_OKCODE                     =P+
             BDC_SUBSCR                     SAPMFWTV
             BDC_CURSOR                     LFBW-WT_SUBJCT(06)
             LFB1-QLAND                     IN                   QLAND  
             LFBW-WITHT(01)                 1A                   WITHT_01         
             LFBW-WITHT(02)                 1B                   WITHT_02 
             LFBW-WITHT(03)                 1C                   WITHT_03            
    LFBW-WITHT(04)                 1D                   WITHT_04                          LFBW-WITHT(05)                 1E                   WITHT_05
    LFBW-WITHT(06)                 1G                   WITHT_06            LFBW-WT_SUBJCT(01)             X                    WT_SUBJCT_01        
    LFBW-WT_SUBJCT(02)             X                    WT_SUBJCT_02                      LFBW-WT_SUBJCT(03)             X                    WT_SUBJCT_03                      LFBW-WT_SUBJCT(04)             X                    WT_SUBJCT_04                      LFBW-WT_SUBJCT(05)             X                    WT_SUBJCT_05                      LFBW-WT_SUBJCT(06)             X                    WT_SUBJCT_06        
    For Second Set
             SAPMF02K 0610
                 BDC_OKCODE                     =P+
                 BDC_SUBSCR                     SAPMFWTV
                 BDC_CURSOR                     LFBW-WT_SUBJCT(06)
                 LFB1-QLAND                     IN                   QLAND
                 LFBW-WITHT(01)                 1H                   WITHT_01 
                 LFBW-WITHT(02)                 1S                   WITHT_02            
                 LFBW-WITHT(03)                 1T                   WITHT_03            
                 LFBW-WITHT(04)                 2A                   WITHT_04            
                 LFBW-WITHT(05)                 2B                   WITHT_05            
                 LFBW-WITHT(06)                 2C                   WITHT_06            
                 LFBW-WT_SUBJCT(01)             X                    WT_SUBJCT_01        
                 LFBW-WT_SUBJCT(02)             X                    WT_SUBJCT_02        
                 LFBW-WT_SUBJCT(03)             X                    WT_SUBJCT_03        
                 LFBW-WT_SUBJCT(04)             X                    WT_SUBJCT_04        
                 LFBW-WT_SUBJCT(05)             X                    WT_SUBJCT_05
    Here I am enclosing The Source Structure .i am looking for Ur Comments on This .
    I am doing recording itself.

  • Music file transfered from PC does not appear in t...

    Some of my music files transfered from PC does not appear in the music player in the cellphone but they appear as rigntone..NOKIA N81
    How will i resolve it??
    Can someone help me?
    Please reply, it's urgent.

    Hi Irosenth
    Thanks for the answer. I am not sure I understand your question though.
    We have a collection of reader enabled pdfs that the user can open in a webbrowsercomponent in a .Net winform.
    We used to (Reader 9.4 and before) replace the Readers "save pdf" button with our own "save pdf" button that
    - saves the pdf
    - exports its data as xml
    - send a message to the .Net winform that the pdf has been saved.
    We implemented our own save button and its functions using a plug-in.
    Now I can't find our "save pdf" button in Reader X. That is my problem.
    So I try to create a new toolbar and place our "save pdf" on this new toolbar as you adviced me.
    I expect the toolbar to show up in the Tools pane in the webbrowser component in Reader X.
    But it doesn't. There is no Tools pane when I open the PDF in the webbrowser.
    (btw all the keyboard shortcuts we have created in the plugin (ie CTRL, ALT, L) works fine - so the plugin generally works).
    When I couldn't find my toolbar with its button in the webrowser, I tried to open one of the reader enabled pdfs in the Reader X as a standalone application.
    This was just as a test to see if it worked any different from the browser plugin. It is not part of our use case.
    But I noticed that in the standalone Reader X I do have a Tools pane, and my new toolbar but no "save pdf" button.
    This is how it looked with Reader 9.4 and before:
    OK the red text in the screenshot is quite difficult to read. It says (from above)
    "We have replaced the Readers save button with our own save button in the plugin.
    This is the (selvcreated save) button I miss in Reader X"
    "This is a Reader enabled PDF shown in a webbrowser component in a .Net Winform"
    "The users only have the Reader, not Acrobat"
    Best regards
    Jan
    Message was edited by: Dafolo_Jan

  • When uploading my formatted resume to my Apple Jobs profile, I am always presented with a c:\fakepath message and the resume does not upload. How can I rectify this?

    When uploading my formatted resume to my Apple Jobs profile, I am always presented with a c:\fakepath message and the resume does not upload. How can I rectify this?

    Add this one to the list of thinks that don't work on the Apple Job Board. It looks like Apple is using ADP's VE (Virtual Edge) technology to run this system, and I've been stupified by the number of features that are just broken, or so poorly thought out by ADP as to be unusable, (certainly for webkit and mozilla browsers at least: I didn't bother checking IE.)
    Here are a few highlights:
    "My Job List", list of jobs applied for, seems to max out at three. You can apply for more than that, but you can only see the first three.
    "Search Using Your Resume" feature yields few or no results, even when the pasted text contains only common, exactly matched words like 'Design' or 'Engineer'.
    The missing resume upload, described in this thread.
    "My Job Agent" seems to never flag anything, at least it hasn't ever for me despite pretty loose criteria.
    Agent's created using "My Job Agent" eventually just disappear, which is fine because they don't seem to work.
    When updating a profile, acknowledging the 'Terms' happens twice in a row. 
    Job seekers can only supply one cover letter despite being able apply for several jobs.
    Pagination for search results only appears at the top of the page, so it's necessary to scroll down through each page, then up to the top again to proceed to the next page.
    Well, I'm sure there are others, but you get the idea. I hope the Apple folks can fix this, (or twist ADP's arm to fix it,) so it better represents the quality of experience that Apple is so respected for consistently delivering.

  • TS2481 home laptop does not upload my recurring appointments to the iphone on only one of two computers

    Until recently I have been able to sync my office desktop Outlook 2010 to my home laptop through my iphone. Now my home laptop does not upload my recurring appointments to the iphone even though they appear on the laptop.
    I did play with the 'days back sync' settings but I thought I restored them to before. I'm pretty sure they match the settings on my office desktop.
    Suggestions?

    The computer on which you are not able to go online,Go to the command prompt and perform the following test.Copy and paste all the information in your next post.
    Click Start >> All Programs >> Accessories >> Command Prompt...A black box will appear(Command Prompt)...In the Command Prompt window type ipconfig and press 'Enter'...Look for Ethernet Adapter Local Area Connection IP Address , Subnet Mask and Default Gateway...
    IP Address should be 192.168.1.x, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 (assuming your router is 192.168.1.1)...
    If you get the above mentioned IP Address, Subnet and Gateway Address then you should ping the Gateway, type ping 192.168.1.1 and press Enter..If you get 4 replies then type ping 4.2.2.2 and press Enter..If you get 4 replies then type ping yahoo.com and press Enter...
    Now,copy and paste all the information in your next post.

  • Version 8.1 Can't Activate, Can't Update, Can't create/export NX *.prt Files to 3D PDF. Screen Capture feature does not properly represent Model/Bodies. Printing from NX does not recognize Adobe Acrobat 3D as a printer to try and export.

    Version 8.1 Can't Activate, Can't Update, Can't create/export NX *.prt Files to 3D PDF. Screen Capture feature does not properly represent Model/Bodies. Printing from NX does not recognize Adobe Acrobat 3D as a printer to try and export.
    I was able to register it though.

    Not a surprise. The Acrobat 8 product family passed into End of Support back in 2011.
    Be well...

Maybe you are looking for