Coding Block in LSMW recording via MB1C

Doing Inventory load by LSMW, when recording with T.Code MB1C, in 2nd screen getting a "coding Block". How to go around it it.

through LSMW the MB1C Recording not support, you can go for below standard methods like
Batch Input
Object               0110   Goods movement
Method               0000
Program Name         RM07MMBL
Program Type         B   Batch Input
or BAPI method
Business Object      BUS2017      Goods Movement
Method               CREATEFROMDATA              Post Goods Movement
Message Type         MBGMCR                      Post goods movements with MB1c
Basic Type           MBGMCR03                    Post Goods Movements with MB1C

Similar Messages

  • Getting Coding Blocked Error while recording MB1C

    Hi,
    While recording TCode MB1C when I enter the material number and quantity and press Enter I get a message "Coding Blocked". When I click on OK I'm able to proceed further. But, when I'm not recoding I'am able to make entries in the same without this message. Is it okay to record MB1C even if I get this message. I don't know the reason why I get this message.
    Please help.
    Regards,
    Sriram.

    Hi,
    the t-codes MB1B and MB1C need to record with Not a Batch input session..
    try this way..
    go to SHDB > create new record> etner t-code MB1C and check Not a Batch input session and record..
    later in the coding assign the field not bacth input session = 'X" and default screen size..
    prabhudas

  • MB1C Upload Program Coding Block Screen

    Dear Experts,
                       I have created an upload recording of mb1c transaction. After adding header data I have created it's classification entries. Recording has been created successfully. But; when I execute this recording to upload tab-delimited text file data, it shows a CODING BLOCK screen before the classification window opening. and return to header screen. Why this CODING BLOCK screen is appears; while during recording creation this screen does't appears.
    Can Someone please suggests me a solution to skip CODING BLOCK screen.
    Thanks and Regards,
    Sohail

    Coding Block Screen; that could be a Configuration problem. Me solved this problem through two uploads using MB1C and MSC1N.

  • Coding Block for BDC MB1C

    Hi Experts,
    While running BDC for T-code MB1C i am getting error pop-up as coding block and its skipping the batch and its getting stop there..
    Please help me to resolve the issue...

    hi,
    check these.
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=6660067]
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=3308056]
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=3196807]

  • MB1C LSMW Recording fails with missing Prod Date for Batch Managed Material

    An LSMW recording for transaction MB1C that was batch managed was successfully recorded.  This included the entry of the Production Date before pressing enter to post the Good Receipts.  However, when the transaction was executed, the error came back, "Enter the date of production".  In looking at the screen in the lsmw batch results, it shows the date in the production date field.
    I also tried to create the recording in the Transaction Recorder (trancode SHDB), and process the recording simulating the background mode and got the same results.
    Any ideas why it seems to be ignoring the production date?  Any help will be greatly appreciated.

    An LSMW recording for transaction MB1C that was batch managed was successfully recorded.  This included the entry of the Production Date before pressing enter to post the Good Receipts.  However, when the transaction was executed, the error came back, "Enter the date of production".  In looking at the screen in the lsmw batch results, it shows the date in the production date field.
    I also tried to create the recording in the Transaction Recorder (trancode SHDB), and process the recording simulating the background mode and got the same results.
    Any ideas why it seems to be ignoring the production date?  Any help will be greatly appreciated.

  • Not allowing block or delete of Customer record via tcode VD02/XD02

    Hi All,
    I want to check on the process of NOT allowing block or delete of a customer record thru tcode VD02/XD02. From a business point, we would like to only use VD05/XD05 to block a customer record and VD06 to mark for deletion. This will allow users to create/change the record using VD02/XD02 and different set of users to have control block/delete.
    Any inputs are appreciated. Thanks.
    Naren

    Hi,
    You will have to discuss this with your Basis team and check if there is any authorization object for that particular functionality in the Transaction.
    As far as i know i dont think it is possible, you can only restrict the users from using particular transactions but not from using a particular functinality in a transaction.
    The best option is to assign alll the Master Data related responsibility to a limited and resposible group of users or discuss with your technical team if they can do some restricting.

  • Adding Trading Partner to Coding Block subscreen

    Hello All,
    The company that I work for have a need to add Trading Partner field to Coding Block subscreen to allow manual and in batch population of this field.  I have added Trading Partner to all custom coding block subscreens via transaction OXK1 but the field is still not available in FB01 when 'More' button is clicked in the document item.  It needs to be there because the standard SAP interface program RFBIBL00 expects it there for Account Type S.
    Could you please let me know how I can make this field available in the Coding Block subscreen?
    Thank you so much!

    Hi,
    Please check in field status group, see if you set the field "visible"
    Regards,
    Pole

  • How to handle the pop-up Screen in LSMW - Recording

    Hi,
       I am doing the LSMW-Recording for Pricing Conditions.there are so many condition types are there.
    my problem is while uploading the data from flat file,if record alredy exists in SAP system, it will display one Pop up screen,  says "the record already exists do you want to overlap it".so that time it has to hit enter and has to overlap the existing records.
    can any one please help me..this is very urget to me.
    Points will be awarded for correct response.
    Thanks,
    Shobha

    Hi,
    Go to Maintain Field Mapping and Conversion Rules
    Insert coding at __BEGIN_OF_PROCESSING.
    Like:
    Select .....
    if sy-subrc = 0. "Record found
      skip_record.
    endif.

  • LSMW - Recording Method

    I am trying to do LSMW recording method for T code MB1C Movement type 561inicial stock entery. with serial numbers.
    so i have one material with 70 qty with different serial numbers. how can i prepare the EXCEL sheet for the data. i creted with one serial number only i am not abule to create with 70 diferent serial number can u pls explain me the how to create excel sheet for the LSMW recording method for material entery MB1C 561 mov type.
    Regards,
    Anthyodaya.

    LSMW is a house,
    BAPI just a room in this house.
    Means that these are not 2 independed ways, LSMW is a workbench that gives you the option to choose from batch
    /direct input method, BAPI and IDOC as well as recording.
    There is no big difference for the LSMW steps.
    Recording is just  meant to be the last option, in case that SAP has not given method.
    Beside of the BAPI, for goods movement  you have IDOC and batch input method given.
    There is really no need for a recording.And you do not need to do any more ABAP for BAPI than you have to do for recordings.
    A recording is a static method.
    For any little variation you wouild need to do an extra recording.
    the SAP given methods are flexible.

  • Coding block error in MB21

    hi,
      i recorded the BDC for TCODE: MB21 only for 2 screens.
      My  requiremnt is to display the items.  the user can modify the items and save the same.
      while saving systems shows the coding block error.
      how to remove that coding block error.
      regards,
      Subu.

    avoid bdc and use BAPI_RESERVATION_CREATE

  • Coding block in BDC

    I have this BDC program with call transaction MB1B, while using dismode 'E', it works fine and create a matdoc, but for every material on the screen appears empty screen "coding block" and I have to push OK button in order to close this "coding block".
    How can I suppress "coding block" screen ?

    1. You can use simulate background mode while recording. To use the same in the program
        data w_ctu_params type ctu_params.
        w_ctu_params-dismode = 'H'.
        w_ctu_params-defsize = 'X'.
        w_ctu_params-nobiend = 'X'.
    call transaction 'MB1B'  using bdcdata options from w_ctu_params.
    Refer to the wiki link
    https://wiki.sdn.sap.com/wiki/display/ABAP/BatchInput-+BDC
    2. You can use BAPI_GOODSMVT_CREATE. You can refer the documentation for more details or search in the forum.
    Hope it helps.
    Sujay
    Edited by: Sujay Venkateswaran Krishnakumar on Sep 5, 2010 4:47 PM

  • Coding Block Pop up in BDC

    Hi All,
    I am calling the transaction MB1B through a dialog program using BDC.
    But when the transaction is being called I am getting popup with the title coding block but there is nothing in the pop up screen its blank and when I press ok the transaction gets completed successfully.
    But problem arise when I am running the transaction in 'N" mode.
    In this case the transaction is not getting completed and its returning with sy-subrc 1001.
    Please suggest.
    Thanks

    Hi,
    Do the recording in one go, that is, record the screens which you need, and don't record anything extra.
    Save the recording, and then try to run the program.
    Thanks and regards,
    Prerna

  • Re: Dynamic Action is not triggering in LSMW Recording

    Hello All,
    In SAP HRMS personnel actions if i do using LSMW Recording it is not triggering  the dynamic actions.
    Is there any mechanism to Trigger dynamic action in LSMW Recording ?
    How to find the differences in process with and with out recording ?
    Small help is also highly appreciated.
    With Regards,
    Sunil,
    +91-9903695384.

    Yes. Do one  thing. First study the dynamic action. Try to understand what the dynamic action is doing. Is it creating data in other infotype or is it updating some other table. Once it is clear what the dynamic action is doing then you can try to implement the same logic in LSMW. In LSMW there is a provision to add more than one recording and this recording can be called based on some logic..
    Thanks & Regards,
    Sandip

  • Dear Community, how can I connect SCSI tape recorder via USB to iMac ? Is there any adapter/converter on the market now ? Cheers, Marek

    Dear Community,
    how can I connect SCSI tape recorder via USB to iMac ?
    Is there any adapter/converter on the market now ?
    Cheers, Marek

    Thanks Jan.
    Actually the reason to use Quantum SCSI tape recorder is to back-up big amount of data (propriety movies footage) both on PC (what is quite easy, using SCSII host adapter with VHDCI 68 connector) and iMac what seems to be not easy. All my search by Google leads to that conclussion, they finished production of SCSI-to-USB or FireWire because somebody stopped to produce chips to covert protocols. So even buying noe second-hand adapter, no guaranty it's still working with Lion (nobody is developing drivers anymore). Strange is, nobody or just a few are using SCSII (Ultra 320) devices (while the transfer is not bad, 320 MBps what is 2560 Mbps, so the only limitation is tape recording (some 80 MBps) not an interface. Using compression mode I can (and I do) record 1,6 TB of footage data. However quite slow, is safe and cheap, comparing with any HD storage solution. USB 2 is much more limited.
    I'm using Time Capsule for buck-up. But even 3 TB one day will be full of data, then old back-ups will be eaten by new once, what is not good idea for archives. I'm using another 2TB NAS HD (2x2TB RAID 1), but this is also going to be full soon.
    Of course, you are right, the option is another machine (OSX,Win,Linux or Solaris) equipped with SCSII controller. But this requires another machine, just for back-up time to time, and in practice iMac folders must be shared with that small auxiliary machine because amount of data practically excluding even temporary data collection on auxiliary machine. And it must be transfer by wire, not WIFI, my only network. Tape recording is in my case really good, professional solution, isn't it?
    Anyway, if somebody has similar requirements as me, and found the solution for SCSI, please let me know. So far, follow Jan's idea, I'm thinking about some embeded mini PC, fanless, equipped with slot for SCSI, with SOME smart system on-board, to deal with iMac for type recording. The option is previous Apple model, but to be honest, I became Mac/OSX user 4 years ago. I fell in love with Mac, but my knowledge about previous models is based on Google....
    My desk becomes full of boxes. Do you know how big Quantum TC-L42BX is ? Is very big. And now another box.....another keyboard....another screen... And one small adapter could solve the problem. Eh....
    Best regards,
    Marek

  • No accounting document for 561E via MB1C and MIGO

    Dear All
    We are in MTO Scenario.
    we are trying to post initial stock against sales order through MB1C VIA 561E movement.
    the material document is not having an accounting document.
    Please help out.
    I've checked all setting as follows:
    1.) [OMJJ]
    for  Account grouping-561E - val update-qty update-val string(WA01)-Cn(2)-GBB-BSA
           Account grouping-561E -val update-qty update-val string(WA01)-Cn(2)-PRD-PRA
    2.)[OMJJ]
    Update control / WM movement types
          val  qty
    561 -    -     E                    In.ent.st.bal:slsOrd
    561 -     -     E               E     In.ent.st.bal:slsOrd
    561 -    -/     E                    In.ent.st.bal:slsOrd
    561 -    -/     E               E     In.ent.st.bal:slsOrd
    561 -/    -/     E                    In.ent.st.bal:slsOrd
    561 -/    -/     E               E     In.ent.st.bal:slsOrd
    3.)Logistics - General>Material Master>Basic Settings>Material Types>Define Attributes of Material Types
                                             -->FERT     Finished Product
                                                                    -->Quantity/value updating
                                                                                    qty    val
                                                                                1001     FERT  -/       -/
    4.) [OME9] settings
       for account assign cat 'E'  account modifier  'VKA'
    5.) [OBYC]
        for GBB-BSA- chart of a/c-val class-G/L accounts
             PRD-PRA- chart of a/c-val class-G/L accounts
                   are done and OK.
    still we are not able to generate accounting document for initial posting via [MB1C]
    WE HAVE EVEN TRIED TO POST VIA [MIGO], there also no accounting.
    hence, we are also not able to get accounting doc for PGI via 601.
    Please suggest me a solution at the earlist, I will be glad for the same.
    N.B:- if posting through 561, it is ok.
    Regards
    Maheshoe

    Maybe your SO special stock is not valuated that's why you won't get the accounting document.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4d/2b92b743ad11d189410000e829fbbd/frameset.htm
    You can manage valuated or non-valuated sales order stock.
    Edited by: Csaba Szommer on Mar 6, 2010 2:02 PM

Maybe you are looking for

  • Eprint= Ajax submit failed: error = 403, Forbidden

    i have a photosmart b210 and my laptop is a macintosh but the issue is not with the printer but with the eprint wireless site. i can't sign in using my email and password. i get this message Ajax submit failed: error =403, Forbidden. when i put my em

  • Transferring iMac G5 to new aluminum iMac

    i just bought a new iMac and used a firewire at the initial set up to transfer all the information from my last iMac G5 to my new iMac. It had iLife 06', and now I think that my new iMac that is supposed to have iLife 08' is running on the 06' stuff.

  • Print Purchase Order Document

    Hi, is there a function, that lets you print a purchase order from the system, if not , what would the best way of doing this be? I did try Function 'ME_DISPLAY_PURCHASE_DOCUMENT' which works , I belive , if the document has been printed before, but

  • File Name - Metadata Name - Final Cut Pro X

    I want to include the Metadata Name field or file name on each clip used in a project so when I share to DVD they can see each clip name on the screen for editing purposes.  So far I have added a title then manually typed the info into each clip.  I

  • MSI cleanup utility failure when trying fix for Error 1714

    I am trying to run the suggested fix for: Error 1714 Error "The installation source for this product is not available..." when you install or update (Acrobat 7.0, Acrobat 3D, Adobe Reader 7.0 on Windows) http://www.adobe.com/cfusion/knowledgebase/ind