Call BMBC with specific material plant and batch

Hi, ive searched and tried several option to call t-code BMBC Batch Cockpit from a report with a specific material, plant and batch and untill now i was unable to do this.
Is my last option a batch input?
It seems that all those subscreens make BI my last resource.
Thanks for your help.

Hi,
For,
Step 2 :- Check your Data type of Characterstic.It should be Numeric.
Step 3:- First you have to assign Organization Area in Class Header then only you will find that field active in Characteristic screen.
Regards,
Dhaval

Similar Messages

  • Need FM/BAPI to get matdocs and mvt history by material, plant and batch...

    Hello Experts,
    Are there any available FMs or BAPIs to get the material documents and its movement type?
    Just like in transaction MB5B(Stocks on posting date)
    Hope you can help me guys. Thank you and take care!

    As I said, I need an FM or BAPI and not a standard transaction.
    Thanks.

  • To identify a equipment based on material, plant and functional location

    HI Gurus,
    I wanted to identify whether there is any equipment is already created for a given material, plant and functional location. can you tell me how to findout?
    Thanks
    satya

    Hi
    Check with respect to material and serial no : TCODE : IQ08 or IQ09
    Try in IH08
    You can define material, plant and functional location
    - Pithan
    Edited by: Pithan Pithan on Mar 31, 2009 4:13 PM

  • Table for material plant and divison

    Dear All,
    Please help me getting tables to get material plant and division in 1 report.
    Regards,
    Shreya

    Hi
    Use the Table: MARA for Division
    Table: MARC for Plant
    Regards
    Prasanna

  • Difference between Material Class and Batch Class

    Hi!
    What is the difference between Material Class and Batch Class?
    and how can we use these classes?
    Rgds,
    Ajit

    Iam not sure but i think
    1) Material class for sorting purpose
    2) Batch Class for Batch Management
    thanks
    K.Prabakaran

  • Deficit of BA Blocked qty EA : material plant sloc batch ,Message no. M7021

    user gets this message while trying to perfrom MB1a (mvmt type 555), i have checked stock is available under ls26 and mmbe no restrictions on material or batch not sute why getting this error.pleaes help

    Hi,
    Please note the mov type 555 - is for withdrawal for scrapping from Blocked stock.
    Hence please check whether enough stock is available in Blocked stock for the material in the Plant/SL/Batch using the reports MMBE or MB52.
    Thanks & Regards,

  • While creating SO with BOM material, plant is getting grayed out.

    Hi,
    I am trying to create a sales order with BOM material.
    As soon as I give the material, sub items are getting added but I am not able to modify the plant for main item, fields such as plant, item category are gettinh grayed out.
    Is this related to item category or any other setting,
    Please help me.
    Thanks,
    Pramod.

    Hi,
    The field is getting greyed, because you created BOM for perticular plant and it's unique.
    Second is about to item category, when explode bom in sales order then main item become HIGHER LEVEL ITEM,and all other are child or sub item,once it is at higher level it is in display mode,
    Kapil

  • Putaway in Warehouse to Bin with same material but different batch

    Hi Everyone,
    I'd appreciate some help on this as I'm a bit perplexed.
    When a Goods Receipt (MIGO) is being done we have a problem with the Stock not going to the correct Storage Bin. Basically we require to find a storage bin with the same material and add the receipted material to the storage bin.
    However the system will not let us do this becuae the batch for the material is different and the system doesnt put the material away into the desired storage bin. Instead the system puts the material in Storage Type 902 with the PO number as the Storage Bin.
    The functional consultant has asked me to implement a user exit to search for a storage bin with the same material as is being Goods Receipted and put the material in this bin. I have a problem with this becuase there is no TO being created once the MIGO is done so I dont know where to start on this problem.
    To illustrate 
    1. Migo is done on Material 1234
    2. A user exit should search for a bin already containing Material 1234 (ignoring batch) and add this receipted material to the bin.
    Is this possible ??
    Any help or suggestions is greatly appreciated. Thank you very your time.
    Kind Regards
    DK

    HI,
    I hope system will allow to store same material with different batch numbers in the same Bin.
    System will treat it as separate quants in the Bin since Batch no: is different.
    In this case you can try with Putaway strategy - I - addition to existing stock itself.
    If you face any issue regarding Auto-TO creation, check the below link.
    [http://help.sap.com/saphelp_47x200/helpdata/en/c6/f85c504afa11d182b90000e829fbfe/frameset.htm]
    Also try to do a manual TO creation with reference to the TR in the above case in Simulation system so that you will be able to know the exact reason for the error.
    Thanks & Regards,

  • Open vi file with specific Labview version using batch file (Windows)

    I want to open certain vi with using Windows batch file and to use specific version of Labview development system. I tried
    "C:\Program Files (x86)\National Instruments\LabVIEW 2012\LabVIEW.exe" "path_to_vi"
    "C:\Program Files\National Instruments\LabVIEW 2012\LabVIEW.exe" "path_to_vi"
    to use 32-bit and 64-bit development systems respectively. However Labview opens file with version which was last used before. Are there any ways to force it use specified version?

    No, it's a VI I wrote so that when I open any VI from Windows Explorer it will open it in correct version of LabVIEW according to it's source version (rather than the latest/last version of LabVIEW I opened). All it does to launch the right version of LabVIEW is to call System Exec with the path to the correct version of the LabVIEW.exe and the path to the VI - which is essentially the same as what your batch file is doing.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How can I/Is it possible to silently print a PDF with specific print settings and obtaining the resulting job id (in windows at least)?

    Greetings,
    I have a specific application for Windows I'm developing where I need to silently print a PDF to a real printer.  The trick is I need to set specific printing preferences ... such as color/monochrome, # of copies, page size / source tray, etc.   The printer is always set to spool documents, and it is key that I know the job id (even if its already done printing) of the resulting print job.
    With windows APIs mixed in, I would imagine something like ...
    OpenPrinter(printername)
    StartDocPrinter(...)
    -----> some SDK call to print the document based on the handles I pass it...or perhaps one page at a time after I call StartPagePrinter()
    EndDocPrinter(...)
    ClosePrinter()
    I've been searching for something for days that would give me this sort of control, but I've been finding the documentation very difficult to find on silently printing a PDF through any means other than a command line which doesn't appear to give me the information or control I need.
    Is this possible with the Adobe SDK? 
    I've seen other posts accomplish this by changing the printing defaults for the printer, and then sending the job silently with a commandline.  This has two problems for me: 1) I still don't know the Job ID of the print job, and 2) I can't rely on the idea that other unrelated print jobs will not be sent while I'm processing the PDF ... making it difficult to use defaults as a means of controlling the settings without causing a lot of side effects.
    Even just a point in the right direction would be a huge help for how I could accomplish this.  
    Thanks a lot,
    Wayne

    You cannot uninstall Kit Kat from your phone. BTW what kind of phone do you have??

  • PR-PO material with one material group and GRN with another material group

    Dear friends,
    If PR is made for 40W Philips Bulb , PO is made 40W Philips bulb and at the time of GRN it is noticed that 40W Wipro bulbs are coming then how to map this in sap?
    Regards,
    Mahesh.

    Hi
    In SAP  movement type 101 and 161 for the Auto PO at the time if Receipt,
    configuration
    1. Material Master- Auto PO enable mark this tick in purchasing view
    2.Vandor Master- Auto PO enable mark this tick in purchasing tab of vendor master
    3. Material should be valuated maetrial
    4. P oran shoud be a STD p organ and it has to be assigned with the plant,,
    5 Info record has to be maintained with the Value/price with the Validity and tax code
    6 you can not post into GR blocked stock for auto po
    check following link
    [Automatic Po creation With MB01 i am getting Error;
    [http://www.sap-img.com/materials/steps-to-create-auto-po.htm]
    Regards
    Kailas Ugale

  • Error in BAPI_BATCH_SAVE_REPLICA  With valid Material / Plant combination .

    Hi,
    I am running a background job with around 3 laks records; Out of which for one record this bapi is giving an error while assinging Batch type . If i go with this single record it will get executed properly.
    In every run with complete file a single record is getting errored out with msg as "Batch is alredy assigned ".
    For non of the records we have changed the Batch num..then why this alone record is getting errored out.
    Or else please tell me How to get this error while executing the BAPI in fore ground so i can debuug and find it ourt...
    Please help me..in finding this one..
    Thanks ,
    Ravi...

    Hi,
    I am running a background job with around 3 laks records; Out of which for one record this bapi is giving an error while assinging Batch type . If i go with this single record it will get executed properly.
    In every run with complete file a single record is getting errored out with msg as "Batch is alredy assigned ".
    For non of the records we have changed the Batch num..then why this alone record is getting errored out.
    Or else please tell me How to get this error while executing the BAPI in fore ground so i can debuug and find it ourt...
    Please help me..in finding this one..
    Thanks ,
    Ravi...

  • Labview Calling DLL with 2D array input and output

    Hi all,
        I have to call  a dll which a 2D double array as an input and also a 2D double array as an output.The dll is made by me and written in c language , I need it to work  efficiently.
    If i define the program in labview like this
    The 2 2Darrays sent into CLN were "Array data pointer",then how to define the function in c laguage? just like  -----int  myfunction (Parameter1,Parameter2,Parameter3,Parameter4)
    If the function in the dll is defined like this         int myfunction (double  **A, int sx,int sy ,double **B,int ix,int iy),then what will the program in labview will be ?
    sx ,sy ix ,iy are the array's size.

    ylongwu wrote:
    If the function in the dll is defined like this         int myfunction (double  **A, int sx,int sy ,double **B,int ix,int iy),then what will the program in labview will be ?
    sx ,sy ix ,iy are the array's size.
    Your proposed prototype double ** seems to indicate that you want an array of pointers to the rows of the array. That is not how LabVIEW stores multidimensional arrays (nor how this is usually done in C for such arrays).
    LabVIEW and most C libraries threat multi dimensional array as one single block of memory where the rows are located one after the other. So as DFGray has already pointed out you should use double * instead as datatype or since you create the DLL yourself and if it doesn't need to be compatible with other environments than LabVIEW change that altogether into:
    typedef struct {
       int32 dimSize1;
       int32 dimSize2;
       double elm[1];
    } 2DDblArrRec, **2DDblArrHdl;
    int myfunction (2DDblArrHdl A, 2DDblArrHdl B);
    then change the Call Library Node parameters for the arrays to pass the array as Data Handle (the native LabVIEW datatype) and leave away the extra dimensions since they are already inside the handle structure.
    Last but not least if you want to be very fancy you can even use NumericArrayResize() on the output handle to resize it to the correct size before filling in your information and leave away the Initialize Array function on the LabVIEW diagram.
    Message Edited by rolfk on 05-26-2010 09:11 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Issue for Production Report With Production Order Details and Batch Number

    Hi Guys,
    I am looking for a  batch report.I have tried it but i didnt get the desired results.Pls any body give me some solution.
    I need to include the Batch number  in this report and when i have done the same  the values are repeating  and also need to display the Item Description for (Description in Production Order - Parent Item)
    SELECT  distinct t0.docnum,T0.[DocDate], t4.IssuedQty as 'Consumed Qty', T1.[ItemCode] as 'Circle Codee',T1.[Dscription] as 'Circle Name',t3.itemcode
    FROM [dbo].[OIGE]  T0
    INNER JOIN [dbo].[IGE1]  T1 ON T0.DocEntry = T1.DocEntry
    LEFT JOIN owor t3 on t1.baseref = t3.docnum
    left  join wor1 t4 on t3.docentry=t4.docentry
    INNER JOIN OITM T5 ON T1.ItemCode = T5.ItemCode
    INNER JOIN OITB T6 ON T5.ItmsGrpCod = T6.ItmsGrpCod
    INNER JOIN IBT1 T7 ON T5.ItemCode = T7.ItemCode
    INNER JOIN OIBT T8 ON T7.BatchNum = T8.Batchnum and T7.ItemCode = T8.itemcode
    where t0.docdate between  [%0] and [%1] and T6.[ItmsGrpNam] = 'Raw Materials' and t0.JrnlMemo = 'Issue for Production'
    Any body provide me some idea for achieving this....
    Regards,
    Vamsi.

    Hi Bala.
    Thanks for the query but still  not acheived the result.
    The Scenario is to know the quantity of the Coil (Raw MAterial) used IN making a product in different stages and from which batch and Whse the RawMaterial is Consumed in making of the Product(Production Order Parent Item)
    ------------- (Issue for Production )-----------------------|    Production Order Qty(IssuedQty)    Production Order       |  BatchNum
    DocNo/Date      | ( RawMaterial/Coil Code/Desription)  |   (Quantity issued for RM)                  ItemCode/Description | Batchnum
    Regards,
    Vamsi..
    Edited by: VamsamP on Dec 1, 2010 5:06 PM

  • Adding text to indesign pages with specific font ,size,and color using javascript

    Hello,
    Using javascript i am able to add some text to each page of an indesign file.
    myNewText = "SOME TEXT"
    myTextFrame = myPage.textFrames.item(0);
    tempframe = myTextFrame.contents;
    myTextFrame.contents =  myNewText + tempframe ;
    But i want to specify the font used,size and color for that text.
    When i try the code mentioned in indesign javascript scripting guide
    myNewText .appliedFont = app.fonts.item("Times New Roman");
    myNewText .fontStyle = "Bold";
    nothing gets changed and font family already used stays the same.
    How can i do that only for the added text and not for the whole content?I dont want to add the text to a new text frame I want to append it to the existing text frame.
    And is there a way to specify font size too?
    thank you

    There's a mixup going on here. Let's see if we can sort out some of it
    at least.
    If you just want to add new text to an already existing text frame,
    that's easy:
    myTextFrame.contents += "Hello";
    But if you want the new text to have unique formatting, it's a little
    more complicated.
    There are two simple ways to do it, I think:
    1. Create a temporary text frame, as you have done, and add the text,
    and format everything in there. Then move() that formatted text to the
    end of myTextFrame and delete the temporary frame:
    tempFrame = app.activeDocument.textFrames.add();
    tempFrame.contents = "New Text";
    tempFrame.paragraphs[0].appliedFont = app.fonts.itemByName("Times New
    Roman"); // etc...
    tempFrame.paragraphs[0].move(myTextFrame.insertionPoints[-1],
    LocationOptions.AFTER);
    tempFrame.remove();
    2. The other option, is to add the text directly to your textFrame. But
    if you want to format only that text, you have to store where the text
    started:
    myTextFrame = app.selection[0];
    firstInsertionPoint = myTextFrame.insertionPoints[-1].index;
    myTextFrame.contents += "New Text";
    myAddedText =
    myTextFrame.characters.itemByRange(myTextFrame.insertionPoints[firstInsertionPoint],
    myTextFrame.insertionPoints[-1]);
    myAddedText.appliedFont = app.fonts.itemByName("Trajan Pro"); // etc.
    What you've done in your sample script, however, is to try to apply a
    font to a simple JavaScript string. It won't work, but the way you did
    it, it won't throw an error either, because in fact you've created a new
    property of your string. (myString = "Hello"; myString.appliedFont =
    "Times"; // myString now has a Javascript property called appliedFont --
    but that's nothing to do with InDesign!)
    HTH,
    Ariel

Maybe you are looking for

  • How to delete a file when it is open ?

    Hi all, I want to delete a file even it is open, and that should be deleted with out exiting the program itself. By using deleteOnExit() method of File class it is possible, but it is not valid for all types of files, and it works if we exit the prog

  • Email displays as read

    All of my old email recently started viewing as being unread. Any ideas?

  • Installing CC (with LR5 and PS CC 2014) on replacement computers

    I have a monthly "Photography" subscription to CC (for Lightroom and Photoshop CC).  I had these installed on my old PC and on a laptop.  The Laptop died ( I will be buying a new one soon, but probably a MacBook Pro, rather than the previous Windows

  • Include jspx page in af:regionDef

    Does any body know how to include a jspx/jsp page in <af:regionDef> tag Thanks in advance

  • 'th' is not supported language on AIR 15

    we've an iOS app that supported several languages(en, ko, zh, th) but 'th' is not supported language on AIR 15 how can we support 'th'?