LSMW for T-code MB1B

Hi ABAPERS,
   I have assignment to create LSMW for MB1B Transaction code.
In which process i should use because I have to load the data in item level and no standard program is available for this,
Can you please guide me that in which process i should use and the steps for that..
Thanks and Regards
Deepa

SAP has following standard import methods for goods movements that can be used:
batch input:
Objekt               0110  
Methode              0000 
report name         RM07MMBL
BAPI:
Business-Objekt      BUS2017     
Methode              CREATEFROMDATA
message type       MBGMCR
Basis type             MBGMCR03
IDOC:
message type       MBGMCR
Basis type             MBGMCR03
still the opinion that no standard programm is available?

Similar Messages

  • LSMW for Transaction Code FB41

    Hi,
    Can any one let me know LSMW - direct input method or BAPI (Bussiness Object) to update data using transaction code FB41.
    I have used direct input method RFBIBL00, but this standard direct input method is not supported for transaction code FB41.
    Thanks and Regards,
    Shravan G.

    BAPIs for FB41:
    BAPI_ACC_DOCUMENT_POST
    BAPI_ACC_INVOICE_RECEIPT_POST,
    BAPI_ACC_GL_POSTING_POST,
    BAPI_ACC_DOCUMENT_POST.
    Regards,
    Nagraj

  • LSMW for transaction code -TRS_SEC_ACC- Securities Accounts

    Hi Experts,
    I have to create a LSMW for the transaction code TRS_SEC_ACC.please help me to find out any standard method for the above to create the Securities Accounts.
    Regards
    Swaraj

    I have never worked with the transaction
    TRS_SEC_ACC
    but F4 search help in  Bapi method in LSMW gives me
    BUS5200
    CREATE
    maybe OSS Note 777320 - CMS 3.0: Data migration from CML to CMS
    can help you further

  • Error in lsmw for t-code QP01

    Hi Experts,
    Iam uploading data through LSMW for QP01 but in the second last step that is create batch input session its giving me this error "No profile with entry tool for task list / / / in session QP01" can anyone help to get rid of this error. pls reply ASAP.
    Thanks in advance.
    Abhishek Pandey.

    Hi,
       Check below link, it may be useful.
    Re: QM_LSMW BY RECORDING METHOD FOR QP01
    Thanks,
    Asit Purbey.

  • Error in LSMW for T code TS01 in program RFBISA00

    Hi,
    I am creating GL Account using LSMW  with below specifications:
    Object               0010   GL A/C Master Record
    Method               0001   Hier. structure
    Program Name         RFBISA00
    Program Type         B   Batch Input
    When i am executing the batch input session, i am getting below error:
    First record in file GL_GL_GL.lsmw.conv is not a session record (type 0)
    Please let me know the solution..
    Thanks
    Piyush

    Hi Naimesh,
    I check your blog, its really good.
    Kindly can you please help me for method 0002  Flat structure ).
    I am using below fields and assigning to BSKX structure.
    SAKNR                          C(010)    G/L Account
    BUKRS                          C(004)    Company Code
    KTOKS                          C(004)    Account Group
    XPLACCT                        C(001)    P&L statement acct
    GVTYP                          C(002)    P&L Statement Acct Type
    XBILK                          C(001)    Balance Sheet Account
    TXT20_SKAT                     C(020)    Short Text
    TXT50_SKAT                     C(050)    G/L Acct Long Text
    XOPVW                          C(001)    Open Item Management
    XKRES                          C(001)    Line item display
    DZUAWA                         C(003)    Sort key
    FSTAG                          C(004)    Field status group
    But i am getting the error. Can you please tell me the solution.
    hanks

  • LSMW  for t-code ABSO (Create Asset Transaction)

    Hi All,
    I'm new to LSMW.
    I get the requirement to create LSMW tool using t-code - ABSO(Create Asset Transaction).
    Could anyone provide some idea/ guide how I perform recording while the
    - transaction type A and B restrict posting to <u>depreciation area 04</u> only.
    Is there any way to verify / do it? Please kindly advise.
    Thank you!

    Hello Little
    I know this is a very old thread. I am in a similar situation as you were. We have multiple transaction type, each calling specific depreciation areas only. Thus my input file has, for  each asset a Depreciation amount, special depreciation etc, based on the transaction type. When I create the LSMW, it maps the target fields (like NAFAV, NAFAL etc) to only one depreciation area. Thus all the values during running the file are wrong.
    Can you tell me how you managed this?
    Like you I am also new to LSMW!
    Thank you

  • LSMW for Commodity Code

    HI Experts,
    does enyone know the name of direct input, which transfer commodity code to SAP?
    I can't do it by batch input recording becouse i don't have direct transaction in spro to filling the commodity code.
    Thanks for reply
    Kasia.

    follow the menu path Logistics > SD > foreign trade > data service > service > Load / Compare >  (your region) >  Load commodity code
    Please read OSS note 1034696

  • Lsmw for mb1b transaction.

    hello,
        is it possible to do lsmw for mb1b transaction.
        if possible then how ?
        any suggestions please.

    Hi
    you can use the LSMW for the transaction MB1B .
    Or
    use the program to stock transfer from plant to plant :
    REPORT YMBIE096 LINE-SIZE 80.
    * Program: YMBIE096
    * Author: Sheila Titchener
    * Date: Mar 1999
    * Purpose: To move stock to new plant
    TABLES: MCHB.
    * internal table
    DATA: BEGIN OF I_MCHB OCCURS 0,
    MATNR LIKE MCHB-MATNR,
    LGORT LIKE MCHB-LGORT,
    CHARG LIKE MCHB-CHARG,
    J_2CTRNR LIKE MCHB-J_2CTRNR,
    J_2CELNG LIKE MCHB-J_2CELNG,
    CLABS LIKE MCHB-CLABS,
    END OF I_MCHB.
    *-----------------------new code smt nov 98-----------------------------
    * batch input tables
    DATA BEGIN OF BDCDATA OCCURS 100.
    INCLUDE STRUCTURE BDCDATA.
    DATA END OF BDCDATA.
    DATA BEGIN OF MESSTAB OCCURS 10.
    INCLUDE STRUCTURE BDCMSGCOLL.
    DATA END OF MESSTAB.
    SELECT-OPTIONS S_MATNR FOR MCHB-MATNR.
    PARAMETERS: P_DISP AS CHECKBOX.
    DATA W_MODE.
    DATA W_MESSAGE LIKE MESSAGE.
    START-OF-SELECTION.
    SELECT MATNR LGORT J_2CELNG CHARG CLABS J_2CTRNR FROM MCHB
    INTO CORRESPONDING FIELDS OF TABLE I_MCHB
    WHERE MATNR IN S_MATNR
    AND WERKS = 'BT'.
    END-OF-SELECTION.
    LOOP AT I_MCHB.
    CHECK I_MCHB-J_2CELNG NE 0.
    CHECK I_MCHB-J_2CELNG = I_MCHB-CLABS.
    PERFORM MOVE_STOCK.
    ENDLOOP.
    *& Form MOVE_STOCK
    * Call transaction MB1B to transfer stock
    FORM MOVE_STOCK.
    DATA: W_QTY(10).
    WRITE I_MCHB-J_2CELNG TO W_QTY DECIMALS 0.
    REFRESH: BDCDATA, MESSTAB.
    PERFORM DYNPRO USING:
    'X' 'SAPMM07M' '0400',
    ' ' 'RM07M-BWARTWA' '301',
    ' ' 'RM07M-WERKS' 'BT',
    ' ' 'RM07M-LGORT' I_MCHB-LGORT,
    ' ' 'BDC_OKCODE' '/0',
    'X' 'SAPMM07M' '0421',
    ' ' 'MSEGK-UMWRK' '94',
    ' ' 'MSEGK-UMLGO' I_MCHB-LGORT,
    ' ' 'BDC_OKCODE' 'NLE',
    *CODING BLOCK
    'X' 'SAPLKACB' '0002',
    ' ' 'BDC_OKCODE' '/0',
    'X' 'SAPMM07M' '0421',
    ' ' 'MSEG-MATNR(1)' I_MCHB-MATNR,
    ' ' 'MSEG-ERFMG(1)' W_QTY,
    ' ' 'MSEG-CHARG(1)' I_MCHB-CHARG,
    ' ' 'BDC_OKCODE' '/0',
    *CODING BLOCK
    'X' 'SAPLKACB' '0002',
    ' ' 'BDC_OKCODE' '/0',
    *CODING BLOCK
    'X' 'SAPLKACB' '0002',
    ' ' 'BDC_OKCODE' '/0',
    * 'X' 'SAPMM07M' '0410',
    * ' ' 'BDC_OKCODE' '/0',
    *CODING BLOCK
    * 'X' 'SAPLKACB' '0002',
    * ' ' 'BDC_OKCODE' '/8',
    *CODING BLOCK
    * 'X' 'SAPLKACB' '0002',
    * ' ' 'BDC_OKCODE' '/8',
    'X' 'SAPLJ2CW' '0190',
    ' ' 'J_5C7-UMCHA' I_MCHB-CHARG,
    ' ' 'BDC_OKCODE' '/7',
    'X' 'SAPMM07M' '0421',
    ' ' 'BDC_OKCODE' '/11',
    *CODING BLOCK
    'X' 'SAPLKACB' '0002',
    ' ' 'BDC_OKCODE' '/0'.
    IF P_DISP = 'X'.
    W_MODE = 'A'.
    ELSE.
    W_MODE = 'N'.
    ENDIF.
    CALL TRANSACTION 'MB1B' USING BDCDATA MODE W_MODE UPDATE 'S'
    MESSAGES INTO MESSTAB.
    WRITE: / I_MCHB-MATNR, I_MCHB-CHARG, I_MCHB-LGORT,
    I_MCHB-J_2CTRNR, I_MCHB-J_2CELNG.
    IF SY-SUBRC NE 0.
    * what to do if there's an error????
    LOOP AT MESSTAB.
    SY-MSGNO = MESSTAB-MSGNR.
    CALL FUNCTION 'WRITE_MESSAGE'
    EXPORTING
    MSGID = MESSTAB-MSGID
    MSGNO = SY-MSGNO
    MSGTY = MESSTAB-MSGTYP
    MSGV1 = MESSTAB-MSGV1
    MSGV2 = MESSTAB-MSGV2
    MSGV3 = MESSTAB-MSGV3
    MSGV4 = MESSTAB-MSGV4
    MSGV5 = MESSTAB-MSGV4
    IMPORTING
    * error =
    MESSG = W_MESSAGE
    * msgln =
    EXCEPTIONS
    OTHERS = 1.
    WRITE: / W_MESSAGE.
    * message id messtab-msgid type 'I' number messtab-msgnr.
    ENDLOOP.
    ENDIF.
    ENDFORM. " CHANGE_BILLING_TYPE
    * FORM DYNPRO - new form smt nov 1998
    * > DYNBEGIN
    * > NAME
    * > VALUE
    FORM DYNPRO USING DYNBEGIN NAME VALUE.
    IF DYNBEGIN = 'X'.
    CLEAR BDCDATA.
    MOVE: NAME TO BDCDATA-PROGRAM,
    VALUE TO BDCDATA-DYNPRO,
    'X' TO BDCDATA-DYNBEGIN.
    APPEND BDCDATA.
    ELSE.
    CLEAR BDCDATA.
    MOVE: NAME TO BDCDATA-FNAM,
    VALUE TO BDCDATA-FVAL.
    APPEND BDCDATA.
    ENDIF.
    ENDFORM.
    Edited by: raj on Jun 5, 2009 7:55 AM

  • LSMW for FB02

    Dear Experts,
    I am creating LSMW for T.code FB02 to change the document line item Text, but encountered an issue because of difference in line items number per document.
    Example : Recording document contains only 2 line items, but when trying to clear some documents the number of line items may vary depending on postings.
    How can we change line items text in document as the number of line items will be different in documents. Can we do this by LSMW.
    I am using recording method in LSMW.
    Regards,
    Raj

    You need to use the program:
    Refer the following blog:
    LSMW with RFBIBL00

  • Problem on LSMW for STPO

    Dear all,
    I had try upload STPO by LSMW with PO standard object
    ( Object: 0085, Method: 0001, Program Name: RM06EE10, Program Type: Direct Input),
    but 2 error message is come out at the last stage - Start Direct Input Program :
    message 24 - "Order type UB is not allowed"
    message 6 - "Item category U not allowed".
    Do any one has any idea on it ? I can't found out any issue from OSS.
    Thanks !
    Regards,
    Eric

    HI Eric
    I hope this is relating to Tcode  Me21n in R3 and you want to upload STPOs in R3.
    Actually me21n does not support LSMw for some reason.
    kindly go through this post .
    Re: LSMW For T-code ME21N
    we tried in my last project but could not suceed and ultimately we did though program using BAPI.
    Regards,
    Nimish sheth
    pls rewards points for helpful answers.

  • LSMW for transaction PA30.

    Hi Experts,
    I want to know the steps to create LSMW for Transaction code PA30 (recording).Please dont send me LSMW for other transactions.....I need the steps only for PA30 transaction. Points will be rewarded.

    Check this site for LSMW document..
    http://www.erpgenie.com/abap/index.htm
    Check this link for Step-by-Step Guide for using BAPI in LSMW with screen shots
    http://www.****************/Tutorials/LSMW/BAPIinLSMW/BL1.htm
    Check these threads.
    Inbound Idoc With LSMW
    LSMW Using IDOC
    Also check this link too
    http://www.abapprogramming.blogspot.com/2007/08/difference-between-conversion-and.html
    regards.

  • LSMW for PB10 screen

    Dear Friends,
    How can I upload bulk Applicant Data to SAP as my client is not using ESS.  I tried to create LSMW for transaction code PB10 but it is not working. Is there is any way to upload Applicant Data in the system through LSMW.
    Samriddhi

    Hi,
    Try to use FM BAPI_APPLICANT_CREATE in report programming..

  • LSMW for Vendor Master (t-code XK01)

    Hi guys,
    I'm creating a LSMW for Vendor Master (t-code XK01) using direct input but the following error message appears:
    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
    I mapped the TCODE filed using xk01 and the same error still displays; in the first step I select Object 0040, method 0002 and the program is RFBIKR00, is this correct?
    Some of the fields are stored ina different table; How can I mapped this fileds?
    Any you can provide will be great......

    Hi,
    Are you getting this error immediatly or later half?
    1. This could be with same Vendor number which would be existing in the system.
    2. Data inconsistencies.
    What are the flat files that you have is it a single file or more than one?
    Thanks,
    Prashanth

  • IDOC/BAPI for T.code PIC01 to uplaod using LSMW

    Hi friends,
    I want to upload the data for T.code PIC01. can any one worked using IDOC/BAPI to uplaod using LSMW.
    Thanks,
    Sivaram.

    What T-code is that PIC01??
    --Ragu

  • LSMW for MB1B

    Hello,
    Can any one help me LSMW for MB1B tcode.
    Header details : Movment type,Plant,storage location
    Item details     : Receiving plant,Mat no ,qty ,batch no.
    Regards,
    Chitra

    ok,we can use recording.
    one recording,we have 2 input structure  ( Header + Item).
    1.How will you make relationship between source and target.
    we dont know,while execution how many item record will come for item part?
    2.While recording how will you do it?
    Regards,
    Chitra

Maybe you are looking for

  • IPod Touch listed device in iTunes, but no option to sync

    I am having a problem syncing my 4th gen iPod Touch with iTunes on a Windows Vista Ultimate PC.  Here are the symptoms of my issue: I have connected the iPod Touch with its USB adapter to the PC. The iPod shows as a connected Portable Device in Compu

  • Standalone Scenario - Creation of Purchase Order

    Hi, When i create a shopping basket in the standalone scenario, this is not converted automatically in PO. What can i check? If i try to create a PO from the worklist of sourcing i obtain an error on number ranges. Can somebody help me? Regards. Gian

  • Problems syncing Ipad to itunes

    When I plug my Ipad into my computer to sync it to itunes, itunes tells me to first type in my ipad password on my ipad, the problem is that the window to put in a password will not show up on my ipad screen, and all that shows up is the syncing scre

  • Error in ERM: Function module does not exist

    Hi all, Lately, we are experiencing a frequent error in ERM (5.3 SP 15.0) that we had not had before. We are unsure what caused the error. The message displayed to the user is "Unhandled error". The log error message is "Message Code is 651 Messsage

  • I just downloaded a 30 day trial and it wants me to put in a Serial Number...how do i get this serial number?

    Hi All: I would like to try this Abode Acrobat XI Pro (can you only get a trial for the Pro version) I before i buy just the regular Acrobat XI. How do i find a serial bumber for the trail version. Thanks for any help