Disadvantage LSMW Method besides Recording

Hi Expert,
In LSMW, there are several method such as Direct input, Batch recording, Bapi, and IDoc. Commonly, we use Batch recording. I would like to use another method for uploading the data, but then my supervisor ask me if there is disadvantage / side effect on using other method besides recording.
Especially, if I want to use Bapi method, I need to activate Idoc inbound Processing. Is there any negative effect if I activate it?
Thanks before

If LSMW would only have recording as import method, then I would call the usage of the whole tool a disadvantage.
I use LSMW for many years, and maybe because we are big company with complex processes I rarely find an option where recording can be a solution.
Recording is static, most of the data I have to deal with requires flexibility, hence I have to make use of the other 3 import options.So it is an advantage to have Batch Input, IDOC and BAPI method.
What is save, what is unsave? if you connect a test system with a productive system, then some say that this is unsave.
Sure there can be side effects, especially if a an unexperienced user has to do the customizing.
I personally have never seen a negative side effect with activating IDOC inbound processing in LSMW.

Similar Messages

  • Lsmw (batch input recording)

    explain step by step procedure for uplodig master data through lsmw (batch input recording) method. please explain settings for auto field mapping in 5th step

    Hi Neela,
    These are the steps to be followed while doing a Batch Input Recording.
    LSMW STEPS (Batch Input Recording)
    1. Maintain Attributes:
    Here you have to choose the second option and you can do the recording how this should work. Then assign the same to the Batch Input Recording name.
    2. Maintain Source structure:
    Create a structure name
    3. Maintain Source field:
    Create a structure like the Input File
    eg:
    Name - LIFNR
    Description - Account number or Vendor Number
    4. Maintain structure relations:
    This will link the structure to the input file.
    5. Maintain field mapping and conversion rules:
    You can choose the Auto Filed Mapping under Extras Menu. Yopu can also do coding, depending upon the code you have written or assignment you have done the values will get picked up from the file and get processed.
    6. Maintain field mapping and conversion rules:
    If you have any fixed values you can define here.
    7. Specify files:
    Specify the input file path and type.
    8. Assign files:
    This will assign ur file to the Input file
    9. Read Data:
    This will read ur data from teh file.
    10. Dispaly Read Data:
    You can see the uploaded data
    11. Convert Data
    This will convert the data to the corresponding format for processing
    12. Display Converted data:
    13. Create batch input session
    Here this will create a batch input session for processing
    14. Run Batch Input session:
    By clicking on the session and process (Back ground or Display Errors)
    Refer the Below Links
    http://www.sapbrain.com/TOOLS/LSMW/SAP_LSMW_steps_introduction.html
    /people/hema.rao/blog/2006/09/14/lsmw--step-by-step
    http://help.sap.com/bp_blv1500/BL_US/documentation/LSMW_EN_US.doc
    http://esnips.com/doc/8e732760-5548-44cc-a0bb-5982c9424f17/lsmw_sp.ppt
    http://esnips.com/doc/f55fef40-fb82-4e89-9000-88316699c323/Data-Transfer-Using-LSMW.zip
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI.ppt
    http://esnips.com/doc/7582d072-6663-4388-803b-4b2b94d7f85e/LSMW.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm
    Reward Points if Useful
    Regards
    Gokul

  • Need a convenient method to record ALL sound in- and output

    Here's what I'm going to do: I'm working for a small music magazine and I'm going to be responsible for some of the interviews from now on. As they are often done by telephone I'm planning to use Skype, as it's a cheap method to call to foreign countries.
    Now I need a simple and convenient method to record these calls for later review. I tried using 'arecord', but it takes sound from the capturing device set in 'alsamixer', which is either the microphone or the mixer (general sound output). However it has to be the microphone, otherwise I cannot talk in Skype.
    So, 'arecord' is going to record the device which is set to capture, which is the microphone, so, I'm only getting my voice recorded, but not that of the interviewee.
    It would be ok to have something that just records all audio output (independently of what's set in alsamixer) as I usually redirect the microphone to the output as well as I wouldn't hear me that well with the headset on. Commandline-tools would be prefered.

    Hi,
    Do you mean that you want all 7 dates together on 1 row?
    Here's one way:
    SELECT LISTAGG ( TO_CHAR ( SYSDATE + 1 - LEVEL
                              , 'DD-Mon-YYYY'
                    ) WITHIN GROUP (ORDER BY LEVEL)    AS txt
    FROM    dual
    CONNECT BY LEVEL <= 7
    This is an example of String Aggregation, that is, taking a column on multiple rows, and concatenating all the values (however many htere happen to be) into 1 big string column 1 row.
    Like everything else, exactly how to do it depends on your Oracle version.
    For more on String Aggregation, including differetn techniques for different versions, see http://www.oracle-base.com/articles/10g/StringAggregationTechniques.php
    Message was edited by: FrankKulash
    Sorry, I mis-read the question.

  • LSMW method for transaction IW31 (Service Order)

    Hi all,
    I am looking for a way to create multiple Service Orders using LSMW, but no Recording.
    Transaction would be IW31.
    Can you give some tips please?
    Thank you! Walter.

    Hi Brenda, thanks for the confirmation you found in the notes!
    Can you tell me how to use the BAPI for mass-upload / migration? I haven't done that before, but it looks to me that we won't use LMSW for that, but tr.code SE37, right?
    I found out that the BAPI you mention belongs to Business Object BUS2088A, wich cannot be selected in the first LSMW-step.
    So the idea is then to write an Abap-program which reads my input-file (which contains all the data to create the service-orders) and then call the BAPI several times to create the Service-Orders one by one. Am I right, or is there a standard way to use this BAPI for mass-upload?
    Thanx again, Walter.

  • How to overcome view changes in bdc session method  using recording ?

    how to overcome view changes in bdc session method  using recording ?
    ex-for mm01 in recording if i selected views basic data1 and basic data2.
    i seheduleded for background for after 3 days .
    if any body changes views by selecting other views also.
    how to overcome this with out programming ?
    is there any settings ?

    Hi,
    I am attaching few threads.Hope these will help you.
    If there are any error records in session, all those error records will get poulated in log .SM35 and after the session is completed , u can see error records which can be corrected and reprocessed again
    We have the structures BDCLD and BDCLM, which will capture the log details inthe session. Firstly, sesssion should be processed. After that log will be created. Then caputure the information into an internal table using BDCLM and BDCLD.
    and refer the link.
    error correction in bdc session
    regards
    Madhu

  • Customized LSMW (Batch Input Recording) to upload data for Vendor

    Hello Fiends,
       can u help me on this object and how to upload in xk01.
            Customized LSMW (Batch Input Recording) to upload data for Vendor Master using Transaction code XK01
    With best wishes,
    Chandu.
    Point will be rewarded....

    Hi,
    Go through the following link, you will find your answer
    http://www.sapbrain.com
    Regards,
    Bhaskar

  • Disadvantage of 'QUERY ALL RECORDS' set to YES in DATA BLOCK

    Dear all,
    Can any one tell me disadvantage of 'QUERY ALL RECORDS' set to YES in DATA BLOCK. I have made a datablock 'QUERY ALL RECORDS' set to YES becoz of requirement 'restrict duplicate data entry'.For your information
    my datablock is multi record.
    Than You

    What if you have 1,000,000 records in your table and you query all records. Ouch!
    restrict duplicate data entryThat is standard database functionality: primary or unique key on the table.

  • Urg : lsmw method idoc -bom posting for cs01

    Hi Floks ,
    My requirement to Bom Data in Lsmw method idoc process .what are the steps can i followed and which message types .give brief about it .
    thanks
    suresh
    Message was edited by:
            suresh duvvuri

    Hello,
    at first, that would be very useful if you could say which fields/segments exactly are not transfered...
    there can be lot's of reasonsd why the fields are not inserted with 53 result status, but in general you can try several points:
    1. check if all the fields you want to transport are properly mapped
    2. you can try to debug, if indeed your mapping rules are working during convertion
    3. do you want to fill this fields in insert (to create new BP) or update mode (udate already created BP)?
    etc.
    regards,

  • Method to record a call in nseries??????

    is there any other method to record a call in nseries?? other than the total call recorder??
    like its in the nokia 7210 or other classic phones.
    Solved!
    Go to Solution.

    kavi6233 wrote:
    Open the in-built recorder and minimise it. Make your call, maximise it and hit record!
     Good mate  i didn't know this before but still that can record only upto 1 min
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • LSMW Method for VD51 Customer-Material Info master data conversion

    Hi,
    I am using LSMW for VD51 Customer-Material Info master data creation but can't able to find any standard BAPI, IDOC or Direct input program.
    Can anybody tell me any standard way to do it or only the recording method possible for this.
    Thanks
    Dhirendra

    Hi,
    I have done this once and used recording method in LSMW. Do the recording from LSMW itself.
    Thanks,
    Jyothi

  • LSMW- Download error records to a file

    Hi Experts,
       I have a query regarding error handling in LSMW using Direct Input method.
    I want to upload a file using Direct Input method in LSMW(for material master).
    Once the upload is done, there may be some records which cannot be uploaded due to some errors.
    I want to download such records in the same structure as the source structure was, to the presentation server.
    I know i can validate in the conversion and mapping step, but i cannot find all the conditions when a upload will fail.
    Can Somebody guide me in this regard?
    Thanks and regards,
    Ravi kanth Talagana

    Bump...

  • LSMW method for transaction ME31K ( Create contract)

    can anybody tell me in which method of LSMW i should use to create contract ( Tcode- ME31K). Is there any direct input method for this or i have to use BAPI_CONTRACT_CREATE?
    please answer it in details...
    Thnxx in advance..

    In LSMW,
    1st step Maintain Object Attributes. Here you can choose the kind of input method.
    For your purpose you can choose Batch input recording and then go for Recording overview.
    There you can do your recording for the tx.Similar to your BDC process.
    Hope this helps to some extent!

  • LSMW Methods

    What is the best method to upload the legacy data among
    1. BDC Batch/direct Input and what is the diffrence between these two.
    2.BAPI Syncronous method.
    3.IDOC
    And diffence between BAPI and IDOC method.
    4.Recording Method
    I know the last option is recording if there is no standard way defined such as idoc/Bapi/Batch.
    Please Sujjest Most Efficient way. 
    Regards
    Dhirendra

    Hi,
    The method to be opted while uploading data via LSMW is highly dependent on input file structure. Fields to be considered while uploading the data play a vital role for selecting the method for upload.
    For a verdict on best possible method, standard program, BAPI, IDoc's stand on the same line. Either of the method which satisfy the requirement should be opted. Recording method should be kept as last resort. Because recording will not provide that control while uploading data which is provided by others. Also BAPI and standard program are also capable of data validation, so they provide much robust solution.
    It is highly unlikely that a particular upload scenerio will be satisfied by all Standard program, BAPI and IDoc. Even if this happens go for standard program provided. IDoc's are not frequently used in LSMW.
    Upload procedure using BAPI and IDoc's are same only when standard IDoc is used. Otherwise necesary settings for custom IDoc and its creation also comes into picture.
    Hope this answers your query.
    Regards,
    Brajvir

  • LSMW-Change Info Record

    Hi all,
    I need to use LSMW to change infor records, they are standard, consignment and subcontracting info records.
    How can I make the system to choose the right info record type? Do I need a recording with these three fields?
    NORMB                Indicator: Standard info record
    LOHNB                Indicator: Subcontractor purchasing info record
    KONSI                Indicator: Consignment info record
    Thanks!

    How do you know which info record you need to change?
    Based on what field  do you do this decision?
    I recommend not to use recordings, SAP has developed  LSMW import methods for info records that really work well.
    Recordings are only needed if SAP has not given anything in standard, mainly to load data into Z-tables.
    I recommend to have a look into the info record tables EINA and EINE
    EINE table has only  field ESOKZ that determines which type of info record it is.

  • LSMW - LF as record separator

    Hi,
    I want to use LSMW to upload longtexts to SAP. Source file is an excel spreadsheet with two columns containing the material no and the longtext. If the longtext contains more lines each line is separated by an LF (word wrap within cell in excel)!
    If I now save the excel file as TXT file and upload it in LSMW each CRLF and LF is recognized as "end of record indicator", but I only want CRLF as "end of record indicator"!?
    Can I prevent LSMW from handling each LF as "end of record indicator"?
    Thanks & Regards
    Daniel
    Edited by: Daniel Brack on Aug 3, 2010 2:01 PM
    I just found the solution by myself. Take a look at note 1464980 - GUI_UPLOAD: Line break LF was accepted!

    Hi,
    I want to use LSMW to upload longtexts to SAP. Source file is an excel spreadsheet with two columns containing the material no and the longtext. If the longtext contains more lines each line is separated by an LF (word wrap within cell in excel)!
    If I now save the excel file as TXT file and upload it in LSMW each CRLF and LF is recognized as "end of record indicator", but I only want CRLF as "end of record indicator"!?
    Can I prevent LSMW from handling each LF as "end of record indicator"?
    Thanks & Regards
    Daniel
    Edited by: Daniel Brack on Aug 3, 2010 2:01 PM
    I just found the solution by myself. Take a look at note 1464980 - GUI_UPLOAD: Line break LF was accepted!

Maybe you are looking for

  • Adobe TV not working

    Hello I've "signed in".  Tried to play any of the lastest "Subscriber Beta" videos and none of them work.  Actually NO videos work on this page at all! http://tv.adobe.com/watch/muse-feature-tour/publishing-export-and-ftp-option-improvements/ I've tr

  • Link is no longer active error

    I could only find non-answered posts to my problem so I'm posting it again. When I try to share a link of a folder with jpeg images, my recipient get the following message: "Sorry, this link is no longer active." When I sign out of my account, I some

  • QT7 and QT10 player

    I bought a new iMac (os10.6.4) and it comes with QT10 and on my old machine I had QT7 upgraded to pro and with the MPEG2 download added, and I'm puzzled with v10. It looks like version 7 is the working version, version 10 appears to be literally a pl

  • EReader onscreen text not visible

    I dowloaded and installed eReader but the onscreen text showed only as block rectangles.  I unistalled your program and reinstalled but with the same on-screen result.  What am I doing wrong (or, more importantly, is there a mistake in your installer

  • Space bar doesn't seem to work in Flash

    Hey everyone, This sounds quite ridiculous but my space bar doesn't want to work in Flash CS3. I'm a web designer and started recently for a new company. They asked me to include a flash image on one of our websites. When I try to add text to the sta