Lsmw customer master problem

hi gurus,
i have tried lsmw with customer master using program RFBIDE00.
i went upto step convert read data.
my problem is
when i read data it shows all fields correctly filled. but after converting data it is not showing
the correct fields and mapping data correctly.
and more over in converted data it won't show structure name in left side coloumn.
thanks and  regards,
dharani kumar

Hi Dharani,
First check ur Maintain source fields (the way(order) ur defined here , in the same way u have to take in the flate file(its not mandatory to take in the same way(y iam telling means mostly we get confusion(if we are not aware of lsmw) ),
and also check the length and character type (all fields should be Character type c) and length is not less than Data dictionary length).
and after that  check ur mapping step , have u done proper mapping r not .
if everything is done perfectly , and also issue is not resolved , just have a ping.
Reward points if helpful.
Thanks

Similar Messages

  • In LSMW Customer master standard program.....

    I have problem in LSMW customer master data creation.I have used LSMW standard program
    object : 0050
    method : 0000
    prog.name : RFBIDE00
    PROGTYPE : B
    but upto Dispaly converted data all the steps are wrking fine..
    but In the step13: Create batch input session, I am getting error message.
    like "Editing was terminaterd"
    kindly guide me on this..........

    hi
    chk this:
    /message/3216495#3216495 [original link is broken]
    regards,
    madhumitha

  • LSMW Customer Master Error

    I am getting the following error in LSMW customer master master load in LSMW for only some of the records.
    Field KNVV-WAERS. does not exist in the screen SAPMF02D 0310
    Any one now the solution

    Hi
    Make sure you have mention the Currency in your screen or data.

  • LSMW - Customer Master & BAS

    Hi!
    We are trying to load a Customer Master file from a flat file using LSMW and Data Transfer Workbench to load the address data in BAS (since we need to access some extra fields like email address). The problem is that LSMW also creates a new address in BAS so how do we associate the address created by Data Transfer Workbench to KNA1? Do I need an ABAP program and functions ADDR_ADOWNERREF_READ and ADDR_ADOWNERREF_DELETE? Do I then just write over the value in the KNA1-ADRNR field with the value created by Data Transfer Workbench? Can this be done automatically using LSMW?
    Thanks,
            Tony.

    Hi Tony,
    I know you have posted this a long time ago but were you able to figure this out?
    If you were, can you please help me with this.
    Thanks,
    Kevin

  • LSMW : Customer Master upload

    hello,
    i am uploading customer master data using the standard object : 0050 and program : RFBIDE00.
    I am trying to upload data like Street2, street3 and street 4 which can be viewed in the street address drop down in transacction XD01/02. In my lsmw i am using the mapping for these fields in the structure BIADDR2 where the fields i mapped to are str_suppl1, str_suppl2, str_suppl3.
    but when i try and upload data i do not get these fields updated even though i have given  them in the upload file.
    Please can anyone tell me the reason why it is doing so?
    Thanks and Regards
    Swanand

    Hi Swanand,
    We have done the customer master upload using LSMW but with the IDoc variant (message type DEBMAS). You can upload all data you need using this IDoc.
    Regards,
    John.

  • LSMW Customer Master update

    Dear Gurus,
    I am trying to update customer master data through LSMW. I am following through the 14 steps- "Batch input recording".  I create a TAB delimited file excel and store it to the local drive C:\. When i try to read data i am not able to read as it says "Error when uploading file 'C:\XD02.txt' (Return Code = 13).". Could you help resolve the issue. thanks in advance.
    Best Regards
    Raji

    Dear Raji,
    There are two possibilities:
    1. You upload the file from presentation server to application server and use the same for processing with background.
    2. You can use Fore Ground process with presentation server.
    The reason is that you cannot access the presentation server for background processes. It is typically carried out in application server.
    Regards,
    Naveen.

  • Customer master problem

    Sir in tcode VA01 i am getting error message no. VP199.[no customer master record exists for sold to party  1 ]What to do ?
    I am online.

    Hi raghav
    Check in t.codes VOR1 and VOR2.If the data is not mainatained maintain there.It will solve your problem
    Regards
    Srinath

  • LSMW Customer Master Load

    Hi,
    I´m using standard batch input object 0050 (customer master) to upload customers to the system.
    I now have the problem, that it´s working in foreground, but not in background. In foreground, I´m
    getting a warning, that the field KNA1-BRSCH does not exist on screen SAPMF02D 0120. As I have
    seen, the field comes on the next screen, and when I press enter, it´s filling that field there. So in the
    end, I can run the batch input in foreground.
    But in background it´s always stopping because of this message. But as it is standard batch input,
    it shouldn´t come up, right?
    Does anybody have an advice for me, what to do?
    Is it possible to let the batch input session run in a state, that it ignores warnings and just stop at
    errors?
    Thank you for your help!

    The field was suppressed by customizing, and because of that, the error occured...

  • LSMW - Customer Master

    Hi, im using the LSMW migration system to create the customers. Im using the standard Direct Input (Obj:0050 Meth:0000) method and i have this problem: i need to load the Dunning data from the table KNB5, but, for one customer i have more than one entries. The dunning data it`s loaded in a table control in one of the Company Data tabs. You reach that table control by pressing the button: Dunning Data. How can i load the multiple records of the table KNB5 so the Direct Input can fill this table controll? For the relations of the structures i have this:
    BGR00 -> ZBGR00
    BKN00 -> ZBKN00
    BKNA1 -> ZBKNA1
    BKNB1 -> ZBKNB1
    BKNB5 -> ZBKNB5
    And the input file has this format:
    0 Data for ZBGR00
    1 Data for ZBKN00
    2 Data for ZBKNA1
    3 Data for ZBKNB1
    4 Data for ZBKNB5
    Im using a unique file for all the structures. The problem it`s that i can`t have more that one ZBKNB5 reg (ID: 4), like this:
    0 Data for ZBGR00
    1 Data for ZBKN00
    2 Data for ZBKNA1
    3 Data for ZBKNB1
    4 Data for ZBKNB5 Reg1
    4 Data for ZBKNB5 Reg2
    4 Data for ZBKNB5 Reg3
    So, how can i load the Dunning Data table control if all the structures are at the same level?
    Later i try to use the IDOC standard method to create the customers, and this method provides me with a more adequate structure heritage, because the BKNB5 structure it`s subordinated to the BKNB1 structure, so this allows me to have more than one KNB5 register. I run the IDOC and creates the customer fine, but the Dunning Data table controll still empty, even i had all the data in the KBNB5 structure on the LSMW system.
    Can someone please help me with this?? Thanks!!. And sorry for my bad english. Im from Argentina.

    hi ,
    just record the entire customer record using SHDB and u can find all the fields , thts the easiest way according to me .
    regards,
    dinesh .

  • LSMW Customer Master text load- screen to small

    Hello!
    I am loading customer texts via LSMW.
    Some of the texts are very long (up to 29 paragraphs/lines), though during LSMW batch run, the screen shows only 20 paragraphs/lines, so 21 onwards are not loaded...
    How to expand the quantity of lines so it is eg 30 on the screen?
    Thanks!
    Cheers
    Bea

    Hi,
    You can try to increase the resolution of your screen and make the screen to look smaller.
    Or you can try to use FM 'SPLIT_TEXTLINE' to split those text which cant upload to your master data.
    Thanks.

  • LSMW - Customer Master Data

    Dear Gurus,
    I uploaded 3 weeks ago some 1500 customers into the system. My client is sending me another 3 files containing about 110 customers and wants me to check if there are any duplicated between the customers already existing into the system and theses other 110.
    How can I check this?
    Thank you for your help
    Chris

    Dear Chirs,
    The said conparision cannot be done inside the SAP system. Because while create Customers with same name / Address the system just givens a warning message (provided requires settigns have been done).
    Thus any such conparisions would have to be done only in Excel. Use SE16N & access table KNA1. Download the Customer Code & Name details to Excel & run Voookup to match & check for duplicate records...
    Hope this helps...
    Thanks,
    Jignesh Mehta

  • LSMW Customer Master LSMW Error in program RFBIDE00

    Hi,
    I regenerated program RFBIDE00 using RFBIDEG0.
    After generation i'm getting short dump while executing RFBIDE00. short dump is as below,
    "The data object "BKNB1" does not have a component called "QLAND"."
    i checked and found that structure BKNB1, does not have this field. I'm now not able to revert back the program to earlier version as well.
    If anyone has come across the same error, could you please share the solutions.
    Thanks,
    Raghavendra

    Check via SNOTE is this note was (or is being) implemented by somenone  else (). It was, else regeneration of the program would not have inserted a line with this field (*) and it was not implemented via Support package, else the field QLAND would be in structure BKNB1. Perhaps the note is not yet "fully implemented" nor transported in Qal. and Prd. systems.
    If you are or have been in an Upgrade Project, you can also look at SPDD and SPAU on the same objects (structure BKNB1 and source program RFBIDF00)
    Regards,
    Raymond
    (*) Call SNOTE, then click on landscape icon (or menu:goto,  SAP Note Browser) and select note 1433345.
    (**) Look at include RFBIDF00, FORM BKNB1_ERWEITERUNG_PRUEFEN, for code like
    *------- withholding tax country
        IF BKNB1-QLAND(1) NE NODATA.                            "HD 1433345
    *------- BKNB1-Erweiterung zu 4.70:

  • Customer master conversion uing lsmw tool

    hi folks,
    iam using lsmw customer master conversion ,i facing an issue the subroutine i wrote , accoring the company standards what ever i write subroutine will reflect all the objects in that the particular project i write and leads to dump ,now i should a subrotine in project such that it doesnt reflect all other objects in that project , i should write globally so can any one tell the syntax how i should write subroutine that doesnt reflect others.

    answered

  • LSMW problem with Partner functions in Customer Master

    Hi All,
    Requirement is to load the Customer Master Data using LSMW.
    Loading General data is ok, But when I am planning to load the
    partner function using the recording method in LSMW, How do I upload
    more than '1' Ship to party partners and more than '1'
    Bill to party partners using LSMW.
    Normally in table control there is a "+" button at the end of the
    table control which when pressed enters one line in table control,In
    Partner function screen , there is no such button available, so how
    can I determine which line am I supposed to enter data using LSMW.
    One partner can have multiple no of BP and SH partners like more than 10
    of both types. How do I upload these partner functions in SAP using LSMW?
    Regards,
    Ajay

    That a customer master has several business partners is just usual, a customer can have as well several company codes and sales areas. So where exactly is the problem?
    Most problems come with recordings, recordings should be the last option, not the first.
    What import method do you use?

  • Problem in Customer Master Upload using LSMW

    Hi,
    I am using LSMW direct input method to upload customer master. I have used ZSOURCE structure as parent structure and for multilple entries like Bank details and contact details i have used other child structure like ZBANK and ZCONTACT. I am using separate flat file for Bank and contact details.
    I have used one common field 'ID' as the first field both on ZSOURCE, ZBANK and ZCONTACT structure to link-up. Thus, i am able to load multiple records for Bank data. But i am unable to get contact details.
    Also, value for Reconciliation account(KNB1-AKONT) and sales group(KNVV-VKGRP) is not passed to screen.
    I have checked 'Generate Read Program','Read Data', 'Generate Conversion Program' and 'Convert Data' step again and again. Upto step 'Display Converted Data', data is converted successfully, but the same field values are not passed to screen.
    Can you pls help me to get the value..

    Hi,
    LSMW will have a Indicator for headr and itam, i do not remember the correct field, but it will have an indicator, check the fields, there will be a single charecter lenght field, that should be the indicator, and using that we can write the logic.
    check that single charecter field, if that is X that means the header record is processed, and do the items.
    and, this is another way, try this out also
    YOu can do this in "Define Source Structures" step,
    the HEADER is defined first,
    then the DETAIL below the HEADER.
    add the fields to the structures.
    Both should have some common key field
    Please take care that the name of the common field is the same.
    Once you do this it is linked. The you have a header and item corresponding to that header. then run the LSMW as you would.
    Re: Table control in LSMW

Maybe you are looking for

  • How do you use Voice Memos?

    I read in the Features Guide (link below) that it was possible to use a microphone and make voice recordings, but when I hook up a microphone nothing happens and the Voice Memos menu doesn't appear. What do I need to make this work? Thanks http://man

  • Some files not showing up in iPhoto

    I used the Grand Perspective app on my iPhoto library package to find large video files I could reduce to save space. In the process, I've found some files that are in the package but aren't displayed in iPhoto. If I do a search for the file in iPhot

  • Entourage crash- all data lost!

    Microsoft Entourage just crashed on me for no apparent reason. I first saw a message related to a problem with the database, but I honestly didn't pay attention to it. When Entourage crashed shortly after that, it asked if I wanted to restart, but wh

  • HELP! Won't boot update of 10.6.5

    I just installed 10.6.5 on my 13" Aluminum Unibody Late 2008 Macbook up from 10.6.4 and now my Mac side won't boot up (I have a windows side that I have to select by holding down option when the white screen comes up). What happened was, I installed

  • TS3376 Can Anybody Answer This Quickly, Please?

    Someone recently stole my ipod and I was wondering if there was a way for apple to remotely turn on the "find my device" feature if the device had an internet connection where ever it may be. I have an ipad set up with it but I never set it up on the