LSMW OR SCAT

Hi all,
Can anybody send me the document for LSMW and SCAT.
I need it urgently.
Thanks in advance.
Regards,
MHP

For Scat,
see below the link
http://help.sap.com/saphelp_47x200/helpdata/en/ae/410b37233f7c6fe10000009b38f936/frameset.htm
For LSMW see below the link
http://www.erpgenie.com/sap/saptech/lsmw.htm
or
http://64.233.183.104/search?q=cache:-DE9K5Tj0j8J:www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc+LSMW&hl=en&ct=clnk&cd=1
or
http://64.233.183.104/search?q=cache:UxW33BpYargJ:sapabap.iespana.es/manuales/pdf/lsmw.pdf+LSMW&hl=en&ct=clnk&cd=3
or
http://www.sap-img.com/sap-data-migration.htm
or
http://sapabap.iespana.es/manuales/pdf/lsmw.pdf
or
http://64.233.183.104/search?q=cache:mwZTHP7d4I8J:www.ficoexpertonline.com/downloads/0703.doc+LSMW&hl=en&ct=clnk&cd=10

Similar Messages

  • LSMW and SCAT.

    Hi all,
    Can anybody send me the document for LSMW and SCAT.
    I need it urgently.
    My email id is [email protected]
    Thanks in advance.
    Regards,
    MHP
    Edited by: MHP on Jan 10, 2008 9:28 AM

    Hai.
    check this.
    Step-by-Step Guide for using BAPI in LSMW
    Note! The screen prints in this article are from ECC 5.0. They may differ slightly in other versions.
    Introduction:
    This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.
    Pre-requisites:
    It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.
    Step-by-Step Procedure:
    Details of the BAPI used in this scenario:
    Business Object: BUS2012
    Method: CreateFromData
    Details of Message Type and Basic IDoc Type:
    Message Type: PORDCR
    Basic IDoc Type: PORDCR02
    Let’s have a look at the BAPI first, before proceeding to the LSMW:
    1. Go to Transaction BAPI
    2. Click on Search Button
    3. Enter the value “BUS2012” and select “Obj.type(Technical Object Name”
    4. Press ENTER
    5. Following screen appears:
    6. On the left side of the screen, Expand the “PurchaseOrder”.
    7. Select “PurchaseOrder” and double-click on the same for details.
    Building LSMW using BAPI:
    1. Go to Transaction LSMW.
    2. Enter the Project, Subproject and Object information and click on CREATE.
    3. Enter the descriptions for Project, Subproject and Object.
    4. Now select Settings à IDoc Inbound Processing
    5. “IDoc Inbound Processing” screen appears. Enter the required details as shown below:
    6. Click on “Activate IDoc Inbound Processing”.
    7. Click on “Yes” when prompted for “Activate IDoc Inbound?”
    8. Hit on “Back” to return to the main screen.
    9. Click on Continue (F8). Following Screen appears:
    10. Select the Step 1 “Maintain Object Attributes” and select “Execute”.
    11. Select the radio button “Business Object Method” and enter the following details:
    Business Object: BUS2012
    Method: CreateFromData
    Hit ENTER
    12. Save and click on BACK button. Following information message is displayed.
    13. Now select step 2 “Maintain Source Structures” and click “Execute”.
    14. In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:
    Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on “Create” again to create the child structure. Following popup appears:
    Select “Lower Level” and click on Continue. Enter the Item data structure name.
    Click Save and hit BACK button to go to the main screen.
    15. Select step 3 “Maintain Source Fields” and hit execute.
    16. Enter the fields as shown below:
    17. Click SAVE and return to main screen.
    18. Select step 4 “Maintain Structure Relations” and click Execute.
    Select E1PORDCR and click on CREATE RelationShip. Following screen appears:
    Select HEADERDATA and hit ENTER
    Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.
    Click Save and return to main screen.
    19. Select the step “Maintain Field Mapping and Conversion Rules” and click on execute. Maintain the Field Mapping as seen below:
    20. Select step 7 “Maintain Source Files” and provide the link for the test file created. (Create a test file with the same structure as defined earlier).
    Save and return to main screen.
    21. Select the step “Assign Files” and click on Execute.
    Assign the file provided to the source structure. Here the same file is provided for both the structures.
    Save and return to the main screen.
    22. Select the step “Read Data” and click on Execute.
    Click on Execute.
    Return to the main screen.
    23. Select the step “Display read data” and click on execute.
    Click on the structure name to get the field level values.
    24. Return to main screen and now select “Convert Data”.
    25. Return to the main screen and select “Display Converted data”.
    26. Return to main screen and select “Start IDoc generation”.
    27. Now select the step “Start IDoc Processing” on the main screen.
    28. Return to main screen and click on “Create IDoc overview”. Here the data record and status records of the IDoc could be viewed
    It is given in screen shot.
    http://www.****************
    BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.
    LSMW used to transfer data without/less code.
    What type of data we transfer using LSMW?
    LSMW is best suited for transferring master data.
    Actually BDC and LSMW are not comparable at all.
    for example LSMW itself can use BDC as a way of mass data transfer.
    BDC is a mass data transfer technique via screen logic of existing SAP Data entry transactions. It behaves as if you are manually making thousand of entires into sap system as a background job. And that is probably the reason why BAPI's are preffered over BDC's.
    On the other hand LSMW is a tool to facilitate DATA migration from other legacy systems ... It contains step by step procedure for data migration.
    Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc
    LSMW internally might well be using the following techniqes for data transfer..
    1. IDOX
    2. Direct Input / BDC
    4. BAPI's
    LSMW is an encapsulated data transfer tool. It can provide the same functionality as BDC infact much more but when coming to techinical perspective most the parameters are encapulated. To listout some of the differences :
    LSMW is basicaly designed for a fuctional consultant who do not do much coding but need to explore the fuctionality while BDC is designed for a technical consultant.
    LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.
    LSMW mapping is done by SAP while in BDC we have to do it explicitly .
    LSMW is basically for standard SAP application while bdc basically for customized application.
    Coding can be done flexibly in BDC when compared to LSMW
    see this and do accordingly
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    Go through the steps
    Hi please go through the following steps for IDOC method
    Step 1. Run the transaction ( /nlsmw ) you will reach to the screen
    Here you have to specify
    Project : 060_BUS_TRANS
    Subproject : SERVICE_TICKET
    Object : SRV_TICKET_ZSVT
    click on the execute button .you will reach the screen :
    The screen shows the 15 steps to Run the lsmw
    Step 2) select the first step ( Maintain object attributes) and click the execute button.After clicking on the execute button you will reach at. the screen
    Here you have to specify ( MEssage type and basic type)
    click on the BACK button
    Step 3) select the 2nd step ( Maintain source structures) and click the execute button
    Here you have to specify the source structures.
    Step 4) Select the 3rd step ( Maintain source fields) and click on the execute button :
    Here you have to specify the fields present in the source structure
    Step 5) select the 4th step ( Maintain structure relationship ) and click on the execute button :
    Here you have to specify relationship between source and target structures
    Step 6) select the 5th step ( Maintain field mapping ) and click on the exécute button :
    Here you have to map the fields between source and target structure. Also you have to apply conversion rules here if any
    STEP 7) select the 6th step and click on the exécute button
    Here you can define any fixed value or user define routines
    Step 8) select the 7th step ( Specify files) and click on the exécute button :
    At This screen we have to specify the files for This we should be in change mode .So please click on the button shown in the above screen. After clicking on This button you will be in change mode and will be able to specify the files :
    Step 9) select the 8th step ( Assign files) and click on the exécute button
    For assigning files yoy should be in change mode do the same thing click on the button as shown in the above screen :
    Then assign the files to different structures.
    Step 10 ) select the 9th step ( Read Data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Again click on the exécute button . After clicking on the exécute button you will reach to the next screen
    Here you will see data is read.
    Step 11) select the 10th step ( Display read data) and click on the exécute button :
    Here you can see your test data present in test files assign to source sturcture
    Step 12 ) select the 11th step ( Convert data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Click on the exécute button as shown on the : After click on the exécute button you will reach to the next screen
    Data is converted
    Step 12th ( Display converted data is same as Display read data )
    Step 13 ) select the 13th step ( Start idoc generation) and click on the exécute
    button :
    At this step Idoc is generated using converted data
    Step 14) select the 14th step ( Start idoc processing ) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen :
    And then click on the exécute button : After clicking on the exécute button you will reach to the final processive screen
    If data is processed correctly you will see ( 53 Status message with green sign)
    Check the following link:
    http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html
    http://www.sapbrain.com/TOOLS/LSMW/SAP_LSMW_steps_introduction.html
    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
    for Long texts Upload
    Please take a look at this..
    http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm
    LSMW with TABLE CONTROL
    Refer the links -
    just refer to the link below
    http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g
    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:
    In this you have to create a structure same as that of the input file
    eg: name
    age
    4. Maintain structure relations:
    This will link the structure to the input file.
    5. Maintain field mapping and conversion rules:
    Here is the place where you can 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 the same you can do teh needfu.
    regards
    sowjanya.b.

  • Which is required   LSMW or SCAT ?

    please tell me i tried both lsmw as well as scat for uploading data like creating material codes .I found that scat is more easy than lsmw . .please suggest your opinion what to use lsmw or scat?

    Hi,
    LSMW:
    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:
    In this you have to create a structure same as that of the input file
    eg: name
    age
    4. Maintain structure relations:
    This will link the structure to the input file.
    5. Maintain field mapping and conversion rules:
    Here is the place where you can 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 the same you can do teh needfu.
    SCAT Computer Aided Test Tool
    with regards,
    sowjanyagosala

  • ABOUT SCAT AND LSMW

    CAN U TELL ME THE PROCEDURE TO UPLOAD DAT USING LSMW AND SCAT.MY EMAIL ID IS [email protected]  .PLEASE SEND ME THE SOFT COPY IN THIS ID.

    Debassish,
    Check the below links
    [http://www.sap-img.com/general/lsmw-steps-for-data-migration.htm]
    [http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc]
    [With demo|http://www.****************/Tutorials/LSMW/LSMWMainPage.htm]
    Reward points if useful
    Regards,
    SVP

  • Creation of Location Master Data

    What's the transaction code for creating Location master data or program SAPL0A02? Has anyone tried to do LSMW or SCAT for uploading hundreds of items?

    Hi,
    If I am correct we can create locations through SPRO transcation.
    Enterprise Structure>Definition->Logistics General--> Define location.
    Here we can create number of locations on plant wise.
    The key in this field indicates a location within a plant.
    You can use the location to set up a plant according to space and local area. You can assign an address to a location.
    The following master data objects can be referenced to a location:
    Asset master records of asset management
    Equipment
    Functional location
    Work center
    Production resource/tool
    Regards
    Srinivas

  • Uploading of customer balances to GL A/C

    How do we upload trial balance figures. is it through lsmw or through passing JV

    HI
    There are 3 ways to upload Customer balances with some precausions as well..
    the ways will be a. BDC b. LSMW c. scat tool
    the precautions will be:
    1. If it is addition to existing balances then take the existing balances from trial balaces reports.
    2. consider the new balances with old balances then record (SHDB) the FB01 transaction for BDC if ur going through BDC program.
    3. If it is new balances then create one new document type with number range concept.
    4. After upload of the balances then tally the balances with existing ones , and disconnect the link between the document type with number ranges because with the same document type no one elce should post with the same document type.
    5. Consider the correct posting keys while uploading the balances
    Let me know for any assistance.
    Regards,
    Suresh

  • Mass updation of Condition Records.

    Hi All,
    I need to update Condition Exclusion Indicator in Condition Record for 3 Z Conditions. I have checked it is not possible using Mass Maintenance. Could you suggest either I should use LSMW or Scat to update all the records.
    Thanks & Regards,
    Sam Rock.

    Hi Sam,
    I suggest LSMW.
    Regards,
    MT

  • Uploading of Journal Entries to GL

    Hi guys,
       I am a new user of SAP, Right now, we are re-encoding our journal entries coming from different excel files to GL. Is there an easy way that we can do away with manual encoding to the SAP?
       I'm seeking your help with regards to this matter. Thank you in advance.
    Regards,
    Rudy

    HI
    There are 3 ways to upload Customer balances with some precausions as well..
    the ways will be a. BDC b. LSMW c. scat tool
    the precautions will be:
    1. If it is addition to existing balances then take the existing balances from trial balaces reports.
    2. consider the new balances with old balances then record (SHDB) the FB01 transaction for BDC if ur going through BDC program.
    3. If it is new balances then create one new document type with number range concept.
    4. After upload of the balances then tally the balances with existing ones , and disconnect the link between the document type with number ranges because with the same document type no one elce should post with the same document type.
    5. Consider the correct posting keys while uploading the balances
    Let me know for any assistance.
    Regards,
    Suresh

  • Mass Plant Upload

    Hi
    Can any one tell me how to upload the Plants in mass? Is there any standard available for this? LSMW and SCAT is not possible as the creation of Plant does not have a transaction code....
    Solution is highly appreciated,
    Thanks and Regards,
    PKM

    Hi Prakash,
    You are trying to create about 500 plants. Just imagine what could be the master data maintenance efforts required for these 500 plants.
    Can you please specify what process you are trying to configure. May be some expert will give some short solution.
    Regards
    Rajesh

  • Can't find the created queries in SQVI after SAP GUI Upgrade

    Hi all,
    I have a problem when I update my SAP GUI (7.10 -> 7.20)
    After the upgrade, I can't find anymore the queries in SQVI. The liste is totally emptied...
    Could you help me to find them? Or plz, just tell me I deleted them T_T
    Thanks in advence.

    Hello Alexander,
    Thank you for your reply, but the situation didn't change... it's really strange...
    We used the same PC to logon with 720, I'm sure that the parameters of SAP GUI are good, everything works correctly except SQVI. No problem with LSMW or SCAT... The most important point, this problem appears on all PC with 720 upgrade! So, it's not a local problem...but we didn't touch anything on server...maybe it was just a coincidence, somebody did something on the server in the same time of SAP GUI Upgrade...
    For now, we copied the lost queries from QUALITY (it's not the last version T_T but it's better than nothing!) And we still don't know where is the source of problem.
    Anyway, thank you for your help.
    Best regards,
    Alu

  • Contract price upload

    What is better options to upload contract price upload
    LSMW or SCAT ?

    Hi
    You have many options But if you know how to create LSMW then go ahead with LSMW.
    Or you can get a help from ABAPer to create a BDC program to upload the price , the advantage is you do some coding to control the upload according to your requirment. For example you have more line items in Contract say 100+ then I would recommend BDC.
    Karthik

  • Scat in crm 5.0

    Hi,
         will SCAT in CRM 5.0 work or not. For me REcord Transaction is in deactive mode.
    regards
    ram

    Hi KZ,
    I have CATT & eCATT active in SCC4, but still the 'record transaction' is not active in t.code scat. what could be the issue ?
    I believe CATT will not work in CRM 5.0, instead we should use either eCATTs or LSMW right !!
    thanks
    kumar

  • Lsmw and CATT

    Hi all ,
    Please can you help me in my doubt :
    a)what is the difference between Lsmw and CATT.
    b)I beleive the transaction for CATT is scat.Does lsmw offer some additional utilities then CATT.
    c)also I want to know for uploading data whether  BDC done by an abap code is prefered over lsmw and Catt.
    Thanks in advance 
    ws

    Hi Waman,
    LSMW has more option/functionality to load data.. whereas CATT allows screen recording and loading data from file.. Data mapping/translation/routines etc. not possible with CATT..
    Hope this helps..
    -Bharat

  • LSMW for UI fields (Data Upload)

    Hi Experts,
    We need to upload data using LSMW. But problem is that there are some fields that are in UI but not in GUI. If we use recoarding methord in lsmw, then we will not be able to capture field that are in UI but not in GUI. Please suggest how to tackel with this situation.
    Also is there any new methord to upload data in besides lsmw scat and BDC.
    Best Regards
    Pankaj Kumar

    Pankaj,
    This really isn't a CRM 2007 specifc question, but I will give you answer regardless.  First off BDC has never been supported for data loads on CRM.  You couldn't use BDC on CRM 2.0C which was released in 2001 and you still can't use it today.
    For LSMW you can use the XIF idoc adapter to perform your data loads.  All the major CRM business objects are supported and it works pretty decently.
    To get started I suggest you read my very old blog about XIF and the product master:
    The specified item was not found.
    In addition search the CRM general & framework forum on XIF and LSMW(plenty of questions and answers).
    Take care,
    Stephen

  • Unable to use SCAT to upload material master in ECC 6

    HI
    I am unable to use SCAT to upload material master in ECC 6,
    an error is triggering
    "Releases higher than 6.40 are not permitted
    Message no. TT005
    Diagnosis
    With Web Application Server Release 6.40, you cannot create new automated CATT test cases. However, you can create manual CATT test cases"
    canany body please help me to use SCAT
    Sreeram

    you have to read yourself:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    I certainly do not use SCAT or SECATT to load master data, especially not material master.
    A material master has  dynamic screens, based on the material type the view selection will be different, based on entries made in MRP view fields become hidden or mandatory. Such things canot be done with a static recording.
    SAP provides batch input programs and BAPIs for material master load and additonally loading per IDOC in LSMW (which offers as well batch input and Bapi methods)

Maybe you are looking for

  • I phone is not recognized by computer

    My iphone charges in car and on charger, but when I connect it to the computer it is not recognized at all. I have reset my phone, uninstalled my itunes and reinstalled it, updated all software, tried every cord in the house, tried new and old mac an

  • Logo created in cs6 and I need to either clone it or export it to illustrator...

    So I have created a logo in CS6... I would like to use the logo on a letterhead but when the letter is saved as a pdf the letterhead is pixelated. The logo is text only with effects on the lettering. I need be able to either export the logo into illu

  • How to list the umages from server system

    Hi, I am using tomcat. while clicking on a link in my application it will invoke the swing file. in that file i have to list out the images from my server. While accessing our application it retrives from the local system images not from server... Wh

  • ORA-00354, ORA-00353 on RAC 11gR2

    Hello All, I have a database Oracle RAC 11gR2 on OEL linux 5.5 32bit. When i am trying startup my database I am facing the below errors: this error is occuring on the startup of any node ERROR at line 1: ORA-00354: corrupt redo log block header ORA-0

  • Final Cut Studio 2: Import Problem

    Hello all, I am new to these discussion boards, but have been having some troubles with my FCS2 software. I just had my computer serviced by Apple and it came back reformatted. So I install all of my FCS2 programs etc. and it seems now that none of m