Types in LSMW

please explain the different types in LSMW. what is the advantage in using them.

Hi,
  Various methods in  LSMW are..........
Standard Batch / Direct Input
Batch Input Recording
BAPI
IDOC.
we use these depending on the requirement.
Regards.

Similar Messages

  • Validating material types in LSMW

    Hi Experts,
        How do we vaqlidate material types in LSMW.
    what are the kind of problems generally we get doing LSMW.
    Thanks,
    Naren,

    material types are stored in table T134.
    so we will write a SELECT to know,its a valid or not.
    SELECT SINGLE MTART INTO V_MTART
                  FROM T134
                  WHERE MTART = ZSOURCE-MTART.
    IF SY-SUBRC = 0.
    *--ITs a valid Material type
    BMMOO-MTART = ZSOURCE-MTART.
    else.
    *--Invalid material type,its an error.
      SKIP_RECORD. <--this SKPS the current record,as there is no meaning to process this error record.
    ENDIF.
    Regards,
    Srikanth
    Message was edited by: Srikanth Kidambi

  • Initial Stock Upload T code MB1C and Movement Type 561through LSMW - Error

    Hi,
    Trying to Upload the Initial Stock, Transaction Code MB1C and Movement Type 561 through LSMW.
    While recording the fileds, system giving a message of Code Block.
    Please let us know about Code Block while uploading the Initial Stock.
    Thanks
    Siddu.

    Check this thread
    [Re: Coding Block in LSMW recording via MB1C|Coding Block in LSMW recording via MB1C;
    thanks
    G. Lakshmipathi

  • Material Price at Valuation type using LSMW

    How to upload material prices at valuation type level in LSMW Program for Material Master which should affect MBEW table.

    If you are using the direct input method, you should see a structure for MBEW which you can fill to update the price.
    The fields are in structure BMMH1.
    VPRSV     VPRSV     CHAR     1     0     Price control indicator
    VERPR     VERPR_BI     CHAR     14     0     Moving average price (BTCI)
    STPRS     STPRS_BI     CHAR     14     0     Standard price
    PEINH     PEINH_BI     CHAR     6     0     Price unit (BTCI)
    Regards,
    Rich Heilman

  • Load customized set type using LSMW+ IDOC (XIF)

    Hi experts,
       now i could load most product field using LSMW+ IDOC (XIF), but when i load customized set type, it gives error " User-defined set type ZTest does not exist in BDOC structure ". After some study i know i must to enhance BDOC type ? but i am not very familiar with BDOC, andy idea ? ths
    also could anyone provide some function module to load product ? ths again
    Edited by: Gang LI on Apr 23, 2009 11:57 AM

    Hi,
       You will have to Re-Generate Your BDoc Structuring due to your Carried out Changes,
    Use TCode:SMW_BDM
    For Creation of the BDoc and Check.
    Hope it answers your Queries..
    Thanks and Regards,
    RK.

  • Mass Update custom condition types using LSMW

    Hi Members,
    Our client has created some custom Condition types for Discount/Surcharges , which they included in info records. Now, I am developing a LSMW which Updates/Creates inforecords. But, it was unable to create or change the custom condition types, as there is no access sequence for these custom ones. The standard SAP documentation confirms the same, access sequence not required. Even transactions like  MEKP/MEK2 are also unable to change the condition record data. Is there anyway, I can change the condition records data in SAP, except manual updation
    -Thanks!
    Edited by: Tirumala Nalla on Jul 30, 2009 7:32 AM

    Hi  Greetson,
                I have tested BAPI_SALESORDER_CHANGE ,that is also not deleting the header condition types.  If you see the code for BAPI_SALESORDER_CHANGE,it calls only SD_SALESDOCUMENT_CHANGE .I could not able to delete the header condition type that.It didnt say any error message or success message for condition types.It just says Order Header processed successfully and item processed successfully.Can you tell me what i am missing .
    Regards,
    Vigneswaran S

  • Infotype mass upload using LSMW

    Hi Experts,
    I want to update HR  info types using LSMW in mass.
    Infotypes needs to be selected dynamically depending upon action type and action reason.
    Can any one pls guide me which method to use in LSMW.
    With regards,
    Chandrasekhar.C

    Although you wish LSMW works thats way..it doesnt. As you know LSMW is nothing but a mere a recording, you will have to have 1 recording each for each action type.
    you practically have to perform that each action once, record it and then use it to upload data for that action type.
    so record separately every action for which you want. and coming to infotypes, dynamically picking is nothing but configuring you Infogroup (V_T588D) for that specific action. This anyway you have to configure to run actions from pa40.
    so when you are performing LSMW recording of PA40 , and select you action, the infogroup will run you through all the infotypes configured in that infogroup of that action.
    i hope it answers ur query..else revert back.

  • Material Classification Upload using LSMW

    Hi SAP Experts,
    We are thinking of using LSMW as a means to upload our material master data for the classification view. How is this done?
    Can we use LSMW to upload materials with many class assignments with multiple characteristics?
    Ex. Material A is assigned to class X and class Y. Class X has characteristics 1, 2, and 3. Class Y has characteristics 4, 5, and 6.
    Would appreciate a swift response.
    Thanks in advance!

    Hi All,
        If it is the existing material you need to modify the Classification type. It can be done by BDC. If you instruct the ABAP team they will make it & give. I am not sure about modifying classification type using LSMW. If you need to create a new material master data with classification using LSMW i will give the steps.
    Check out this link for LSMW Steps:
    www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    Reward if useful.
    pherasath

  • Periodical creation of PO-Invoice per LSMW or BAPI (MIRO)

    Hi Friends,
    i'm just wondering, what would be the best way to create purchase invoices like in MIRO, with LSMW or BAPI?
    BAPI is more flexible and easier to analyze the ERRORS?
    Thanks for your input
    Jimbob

    Hi Kris,
    I think you'r right.
    In my case a have to use the Idoc ACLPAY, ACLPAY01 as Message Type and Basis Type in LSMW.
    Furthermore I have an Input file.
    So LSMW save some time for handling the Input file.
    And regarding the error log I can read the data from the table which is used by WE05.
    With BAPI it would be easy to create log files on the basis of the returntables.
    OK. Thank you very much.
    Rg. Jimbob

  • Need screen-shot  for create mm01 using BAPI(Through lsmw or ecording)

    hi,
    could u give screen-shot of the lsmw using bapi.for material master data create using t.code (mm01')
    i will be waiting for eply.
    regards
    eswar.

    Check this link dude.....
    http://www.****************/Tutorials/LSMW/LSMWMainPage.htm
    It has all different types of LSMW with the screen shots.... keep doin
    Regards,
    Pavan

  • LSMW BAPI for Initial Stock (561)

    Hi all,
    I've done LSMW for initial stock (movement type 561) using BAPI method:
    Business object = BUS2017
    Method = CREATEFROMDATA
    Message Type = MBGMCR
    Basic Type = MBGMCR03
    LSMW works well but the result shows material document with only one item.
    How can I generate material document from LSMW BAPI with many items within?
    Thanks in advance.
    Peerasit

    Try Another option as below
    Make bdc for MB1C stock upload using movement type 561 by recording through transaction SHDB.
    Regards,
    Sandesh Sawant

  • Material Master Using LSMW

    when i try to fill values for field BWTAR(Valuation type) in LSMW upload for Material Master I am getting ie. first create the valuation-type-independant data. How create this.

    Hello,
    There is an AFS BAPI that can be used for material master update. I don't remember it, I'll provide you tomorow whith the function module you need. You can also find it in the BAPI repository. Go to transaction code BAPI and select object AFSMaterial, then you should see a method called "AFSMaterialMasterCreation", the coresponding FM will be displayed.
    Mehdi

  • How can we update insp. type in material master on mass basis.

    Hi Team,
    We are using LSMW for material master. I was told that we can not update inspection type  through LSMW. Is it possible thru LSMW if not, how can we update insp. type in material master on mass basis.
    Is there any T-Code to update mass chages for inspection type in material.
    Please suggest.
    Thanks

    Hi,
    You can use  TCode -QA08.
    This Tcode have facility to Inspection Type activation in single  / mass material.
    Also useful for deactivation, special setting at Inspection Type level.
    Regards,
    JM

  • Using lsmw to update FI text

    does anyone have any idea how should i update my FI text that is 'we' or 're' document type using LSMW for posting date 01.02.2009 to 10.05.2009?

    Hi,
    Use LSMW and the following object for Long texts
    Object               0001   Long texts
    Method               0001   (No selection)
    Program Name         /SAPDMC/SAP_LSMW_IMPORT_TEXTS
    Program Type         D   Direct Input:
    The above DI program would load the texts...
    Example: if the Documnet number is 5000057140, Doc Type: WE, Fiscal year 2009, with company code 1234
    Text Name is a contatenated string of Company code, document number & Fiscal year - example: 123450000571402009
    Language: EN (the language with which Long text is to be created...)
    Text ID: 0001(Correspondence),0002 (Note), 0003 (Payment advice information)
    Text Object: BELEG (Document text)
    Hope this helps.
    Best Regards, Murugesh

  • Configuration acquisition value for data load LSMW

    Experts,
    We want to load data through batch input. The script works fine but we have a problem with storing the historic acquisition value in a foreign currency. We have 10 areas defined of which we are using for this company area 01, 02 and 32 (foreign currency value). What happens at loading is that the other areas are copying the value from area 01. I would like to know what the transaction is for blocking the system to copy value into the non used areas and just open are 01, 02 and 32 to enter data.
    Thanks,
    Glenn

    can you check below message types in LSMW IDOC method
    /SAPMP/LOIPRO                   Production Order with Configuration Data
    CNPMAS                          Configuration profile
    CONFIG                          Configuration for transceiver
    DWLOAD                          Download transceiver configuration
    UPLOAD                          Configuration transceiver for upload

Maybe you are looking for

  • Recursive associations in LiveCycle Data Services

    I have a recursive associations in my table     CREATE TABLE TMPADNAN       ID    NUMBER(10)                              NOT NULL,       NAME  VARCHAR2(255 CHAR),       MID   NUMBER(10)     ALTER TABLE TMPADNAN ADD (       CONSTRAINT TMPADNAN_R01   

  • "No Service" on a new iPhone 5? Here's another solution.

    This may sound blindingly obvious to some, but there are no instructions to do this included with a new, shipped phone: you need to activate service through your carrier. If you are on AT&T, go to the AT&T Wireless website and enter a search for "act

  • LE8 Multi Instrument Editor Window won't stay open

    Following the instructions in the user manual, I have double-clicked on a multi instrument to open the multi instrument window so that I can enter my own program names, however, it is visible for a nanosecond and then disappears. Is there another way

  • Disk space concern

    Thanks to all your help in getting me going in iMovie & iDVD. But..... with each VHS tape I read in, I am using disk space up fast. I do have a second 500 GB internal drive - can I make iMovie use this drive always, as a default? If so, how? It looks

  • I accidentally chose to view things horizontally and now I cannot type anything. Please help!

    So I have been working on a master's project in iphotos ibooks... I was typing some text, and fiddled with an option that asked for things to be viewed in Vertical as opposed to horizontal. Now, everytime I click on the text box to type, the typing d