Extract open reservation (with open demand in MRP)

Dear PP experts,
Would you know how we can extract a list of open reservations (ie. with demand still visible in MRP) ? We essentially manage sales orders, production orders, services orders and PIRs. We were able to extract open reservation for production orders using various criteria on RESB table (eg. bulk material blank, final issue blank, etc...). However criteria for services orders are differents...
Is there any MRP related table which provide this information? Or would you have some hints to accomplish this. My customer want to be able to extract a basic list for sanity review.
Thanks in advance for your help,
BR,
Francois Paquet BA

Hi,
I can think of 2 options:
1. Use report - MB25, to get a list of material reservations. In the scope of list you can check open reservations. Also there are other selection options with which you can restrict the data read, check the same.
2. Build a Z report using FM - MD_STOCK_REQUIREMENTS_LIST_API this would give the same info as MD04 & you can then have custom input & output fields as per your business need.
Adopt the one which best suits your need.
Regards,
Vivek

Similar Messages

  • Can't open PDF with open with (choose illustrator)

    Hi!
    We have another small problem . The person that use the Adobe Illustrator want to right click on a PDf file, go to open with and choose Illustrator, but it's not in the list. If I try to add it, it doesn't show.
    How can I get that PDF file open with illustrator instead of opening illustrator then open the PDF?
    Thanks!
    Christian

    I'm a bit confused by your answer.
    Steve's reply was for a Mac. But you talk of the Start Menu and from your other post it appears you are on Windows. I didn't know it was possible to drag a file onto the Start Menu to open it. Doesn't work for me in Vista.
    Regardless, in either OS, you should be able to right click and assign a program.
    In Vista I right-clicked a PDF, chose Choose Default Program, then Browse, found Photoshop, and hit Open. The PDF opened in Photoshop and now when I right click a PDF I see Photoshop is in the list of candidates (it wasn't before). It isn't the default though, because even though I went through Choose Default, I didn't every actually assign a new default.

  • How to save a open request with open hub?

    Dear experts,
    we want to save a query result in an open hub destination. So at first we want to store the data in an ods object (we use bw 3.5) which was filled by the apd. The we want to tranfer the delta to the open hub destination which is connected with our bpc ms system. How can we care for extracting only closed requests from the open hub? And is it possible to extract the data from an ods which was filled by an apd??
    Thanks an regards,
    Gerrit

    Hi,
    In APD we use direct update DSO. SO its better to load the data from this DSO to one standard DSO or a cube. Then you can create a delta DTP, which can fetch request based delta to open hub destination.
    Hope it helps,
    Pravender

  • Opening .jpg with "Open with" command after installing PSE 8.0

    Can anyone tell me how to get PSE 8.0 to appear in the list of available programs (using Vista) when right clicking on a photo? All my previous versions of PSE (6.0, 7.0) have appeared in the list. While Photoshop Premiere elements is there, since I installed PSE 8.0 and uninstalled PSE 7.0, I cannot right click on a photo and open it into PSE 8.0. I've tried resetting default programs and adding to the list but it simply doesn't appear. I don't know if something on installation glitched, though the program works fine- except I cannot open a photo into it without going into the program, and then going to OPEN, which is tedious. I've never had this problem before and much is different in PSE 8.0, so I don't know if its me, my computer or something in the program?
    Any ideas? I've tried everything I can think of, including trying ot make it the default program but it won't do that either.
    Help!
    Thanks in advance if you can help.

    I had the same problem on my WinXP Pro SP3 with PSE8. Windows would not let me add PSE 8 to the Open with list of any file extension. I could use Chose Program, navigate to "C:\Program Files\Adobe\Photoshop Elements 8.0\PhotoshopElementsEditor.exe" and select it, but it would not be put into the Open with list. Same behaviour when I went from the explorer file extension list.
    I finally found out that in the registry, there were old entries left from PSE  3, 4, 5, 6 and 7 in key HKEY_CLASSES_ROOT\Applications\. While in PSE 3, 4, 6 and 7, the executables contained the version in their names (like Photoshop Elements 7.0.exe), PSE 5 and PSE 8 are both called PhotoshopElementsEditor.exe. This ambiguity led to Windows not adding PSE 8 in the Open with list. This only started with version 8, since before the names of the executables were all unique.
    By investigating this I found out that there were leftovers from PSE 3, 4, 5, 6, 7 all over the registry, although I always uninstalled properly .
    It took me quite a while cleaning this mess up.
    Note: Do not alter your Windows Registry unless you know exactly what you are doing and have taken a backup of your system before!
    Beat Gossweiler
    Switzerland

  • Can't open PDFs with "open in iBooks".

    When I click on "open in iBooks" the PDF file appears for a second in the library and then disappears. I have to completely shutdown my iPad and then restart. Sometimes even this doesn't help. I noticed this problem started after the most recent iBooks upgrade.

    I have been having the same problem. The default app that came up when I would do "open in" was GoodNotes. I deleted that app and could then open the pdf in iBooks with iBooks as the default. Put GoodNotes back on and iBooks is still the default. So maybe there is something conflicting in that app. I also see a gazillion more apps that will read pdf files now when I do the "open in" through Mail.

  • How to find open orders with amount and open deliveries?

    Hi All,
    I want to find out the open orders with open amount and open deliveries for a particular customer.
    We need this for credit check purpose.
    Kindly guide us for this.
    Regards,
    Satish.

    Hi,
    To find out open order:
    data: c_bef_pgi(1) TYPE c VALUE 'A',
    RANGES: rg_wbstk FOR vbuk-wbstk."range for wbstk
      rg_wbstk-sign = 'I'.
      rg_wbstk-option = 'EQ'.
      rg_wbstk-low = 'C'.
      APPEND rg_wbstk.
      rg_wbstk-low = 'A'.
      APPEND rg_wbstk.
    1.first put query on vbak table
    2.Put query on vbuk table as
          SELECT vbeln bestk lfstk gbstk FROM vbuk
                  INTO TABLE it_vbuk_open
                  FOR ALL ENTRIES IN it_vbak
                  WHERE vbeln = it_vbak-vbeln AND
                        bestk IN rg_wbstk AND
                        lfstk = c_bef_pgi.
    so this wil give u open orders.
    3. Then according to vbuk, get the details from vbap.
    To find open delivery
    1. First put query on vbak table
    2. Put query on vbfa as
      SELECT vbelv posnv vbeln posnn vbtyp_n vbtyp_v FROM vbfa
                 INTO TABLE it_vbfa
                 FOR ALL ENTRIES IN it_vbak
                 WHERE vbelv = it_vbak-vbeln AND
                       vbtyp_n = 'J' AND
                       vbtyp_v = 'C'.
    3.Then from VBfa,get the details from LIkp
    4.Then put entry on vbuk as
    *entries from vbuk
          SELECT vbeln wbstk fkstk gbstk FROM vbuk
                 INTO TABLE it_vbuk_del
                 FOR ALL ENTRIES IN it_likp
                 WHERE vbeln = it_likp-vbeln AND
                       wbstk IN rg_wbstk AND
                       fkstk = c_bef_pgi.
    Thanks & Regards,
    Anagha Deshmukh

  • Can not see videos with open door

    Hello
    Im using open door as one of my browser , before i was able to open videos but now i couldnt , i want to know that i have to download another app or how can open videos with open door
    thanks

    No idea what open door is.
    I know it isn't an Apple product, so your best bet is to find the developer's website and get help from them.

  • Open Hub: How-to doc "How to Extract data with Open Hub to a Logical File"

    Hi all,
    We are using open hub to download transaction files from infocubes to application server, and would like to have filename which is dynamic based period and year, i.e. period and year of the transaction data to be downloaded. 
    I understand we could use logical file for this purpose.  However we are not sure how to have the period and year to be dynamically derived in filename.
    I have read in sdn a number of posted messages on a similar topic and many have suggested a 'How-to' paper titled "How to Extract data with Open Hub to a Logical Filename".  However i could not seem to be able to get document from the link given. 
    Just wonder if anyone has the correct or latest link to the document, or would appreciate if you could share the document with all in sdn if you have a copy.
    Many thanks and best regards,
    Victoria

    Hi,
    After creating open hub press F1 in Application server file name text box from the help window there u Click on Maintain 'Client independent file names and file paths'  then u will be taken to the Implementation guide screen > click on Cross client maintanance of file name > create a logical file path by clicking on new entiries > after creating logical file path now go to Logical file name definition there give your Logical file , name , physical file (ur file name followed by month or year what ever is applicable (press f1 for more info)) , data format (ASC) , application area (BW) and logical path (choose from F4 selection which u have created first), now goto Assignment of  physical path to logical path > give syntax group >physical path is the path u gave at logical file name definition.
    however we have created a logical path file name to identify the file by sys date but ur requirement seems to be of dynamic date of tranaction data...may u can achieve this by creating a variable. U can see the help from F1 that would be of much help to u. All the above steps i have explained will help u create a dynamic logical file.
    hope this helps u to some extent.
    Regards

  • Extract Data with OPEN HUB to a Logical Filename

    Hi Experts,
    Can anybody help me in sending the link for How to guide...Extract Data with OPEN HUB to a Logical Filename?
    Thanks in advance.
    BWUser

    Hi,
    check this links...
    http://searchcrm.techtarget.com/generic/0,295582,sid21_gci1224995,00.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b498e02af76b
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1570a990-0201-0010-1280-bcc9c10c99ee
    hope this may help you ..
    Regards,
    shikha

  • FPBW: Extract Open Items with a posting date in the future

    Dear all,
    I'm are currently searching for possibilities to extract Open Items with a posting date in the future from SAP IS-U 4.72 into SAP BW 3.5.
    Currently I'm using the Business Content extractor 0FC_OP_01 together with the mass transaction FPBW in IS-U.
    The problem I'm facing is within the mass transaction FPBW. I've have set the key date at 01.11.2007, but this job already runs for 52.000 seconds on the same database select-statement.
    Does anybody know a possible solution to improve the performance of the statement below? (I pasted it from the process overview)
    ================================
    SELECT
    /*+
      INDEX("DFKKOP" "DFKKOP~1" "DFKKOP^1" "DFKKOP____1" "DFKKOP____1__X" "DFKKOP_1")
      "BETRH" , "BETRW" , "BUDAT" , "BUKRS" , "FAEDN" , "GPART" , "GSBER" , "INKPS" , "SPART" , "VKONT" ,
      "WAERS" , "MAHNV" , "ABWBL" , "APPLK" , "AUGBD" , "AUGBL" , "AUGBT" , "AUGDT" , "AUGRD" , "AUGST" ,
      "AUGWA" , "BLART" , "BLDAT" , "EMGPA" , "GRKEY" , "HVORG" , "MANSP" , "MWSKZ" , "OPBEL" , "OPSTA" ,
      "OPUPK" , "PERSL" , "PYMET" , "QSSHB" , "SBETW" , "SPZAH" , "STUDT" , "TVORG" , "VTREF" , "XBLNR" ,
      "XMANL" , "HKONT" , "OPUPZ" , "OPUPW" , "STAKZ" , "WHGRP" , "AUGBS" , "XANZA" , "XRAGL" , "ABWTP" ,
      "ASTKZ"
    FROM
      "DFKKOP"
    WHERE
      "MANDT" = :A0 AND "AUGST" = :A1 AND "GPART" BETWEEN :A2 AND :A3 AND ( "AUGDT" = :A4 OR "AUGDT" > :A5
      AND ( "BUDAT" <= :A6 OR "AUGBD" <= :A7 ) OR "WHGRP" <> :A8 AND "OPUPW" = :A9 )
    ORDER BY
      "AUGST" , "GPART"#
    =================================
    I have already tried to create an index on the following fields (in the same order):
    - MANDT           Client
    - AUGST           Clearing status
    - GPART           Business Partner Number
    - AUGDT           Clearing date
    - BUDAT           Posting Date in the Document
    Any help would be appreciated!
    Thanks in advance,
    Steven Groot

    Hi Marcos,
    When you have created the Restricted keyfigures for Open Items, You have to add the date characteristic on which you are looking open item and add the variable there.Here you have to use a variable of type Interval and select the operator "<" the date of the Variable.If you go through, there are standard variable for keydate, which you can use directly.
    Hope you got the idea
    Regards
    Happy Tony

  • Reg. Open Order with Status

    HI,
    can anyone let me know about Open Order with Status normally that we have to create Generic Extractors to extract that data.
    thanx in advance
    peter b

    Hi peter,
    Normally for Open Order with Status, you need to create a generic data source
    on the database table 'VBBE', this table contains the Open Orders along with
    the open quantities, then coming to the status, it is the business process to
    determine since how long the sale order is Open, and the status of the Order..
    I would suggest you to create a table level data souce on VBBE and try to
    build the logic in the extractor if at all needed..
    Hope it would give U an idea to begin..if you can achive any this with this do not
    forget to assign point..
    for any further questions revert..
    Cheers..
    Pattan.

  • Postings to G/L accounts with open item management are not permitted in ASKB

    Hi Gurus,
    I have the error FAGL_POST_SERVICE012 'Postings to G/L accounts with open item management are not permitted' when i run the transaction ASKB. The very strange thing is that in table APERB_ITEMS for this company code there isn't any record. My questions are:
    1. The ASKB posts only if the APERB_ITEMS is populated?
    2. If yes, Why the ASKB wants to create postings on this company code?
    3. If no, which are the logic  conditions that include a asset in the ASKB execution?
    4. If the logic is correct, how i can to run the ASKB on OI accounts?
    Thanks in advance,
    Best Regards,
    Emanuele

    Hi ,
    I believe you know why do you run transaction code ASKB if not please see below
    The report evaluates all asset transactions since the last run. Unlike the periodic depreciation posting program, the APC posting run is not tied to a certain accounting period. It generates one document per posting period and depreciation area. That means that asset values are summarized for various account groups in one document. Document number assignment is external. You have to enter the document type in Customizing for Asset Accounting.
    There are various possible ways of posting APC values:
    To an account set within the original company code
    To an account set of an alternative company code
    To an account set directly in a special ledger
    The account set can be determined from a different depreciation area.
    Derived depreciation areas can be treated as real depreciation areas. This means that the system posts APC differences rather than special reserves, as was the case up to now.
    During a test run, the system completes all accounting checks (for example, budgetary control of objects belonging to Funds Management).
    While doing above system reads and update table APERB_ITEMS . If you look to Program for ASKB is RAPERB2000  and if you take your ABAper help to under the coding he will tell you  that is program use APERB_ITEMS to update  and read.
    MANY THANKS
    REGARDS
    Preeti Agarwal

  • Closing of Open Reservations

    Hi Gurus,
    Need to close all the open reservations that were created with in a given period ( Ex: All open reservations more than 25 days of the created date)
    Need to consider the reaservations which were created through PS ( Project Systems ) , PM ( Plant Maintanance ) and MM ( Materials Management).
    Need a auto closing method.
    Thanks in advance.
    Regds,
    NalindaR

    Retention period, in days, for reservation items
    Indicates the time in days during which a reservation item resides in the system before being deleted by the reservation management program.
    Use
    If the "date required" of a reservation item is older than the current date minus the number of days specified here, the system sets the deletion indicator in the reservation item.
    Go to SPRO-MM-Inv Mgmt & Phy Inv -Reservations-Default Values and Check the Behaviour Once.
    Or you can follow the above Replies.
    Reservation Program RM07RVER / MBVR

  • Profit center ledger with opening balance

    Hi Experts
    Can I have a ledger report for profit center with opening balance, I went and tried in General Ledger option in Financial  Reports >> Accounting >> General Ledger. But I am unable to get opening balance respect to profit center. My requirement is to extract a report with all profit center with their openings.  Thanks.

    Hi,
    there is a button named is "Expanded",Click on that.You will find inside dimension.choose as per your requirment and run.
    Thanks
    Deepak Tyagi

  • PDFOpenOptions issue with open(file, options)

    Hi guys,
    I have a script to open JPGs and now I need to adapt it to open PDFs.
    I'm getting a "wrong type of enumerated value" error exactly because of the way I'm working the PDFOpenOptions (line "open(fileList[i], pdfOpenOptions);").
    I found quite a few scripts that define pdf open options just like I did, but in all of them the root path was hard coded (I need it dynamic).
    So, where am I going wrong? Too much time on it, can't see errors anymore... (mac, cs4)
    #target photoshop
    app.preferences.rulerUnits = Units.PIXELS;
    app.displayDialogs = DialogModes.NO;
    app.backgroundColor.rgb.red = 255;
    app.backgroundColor.rgb.green = 255;
    app.backgroundColor.rgb.blue = 255;
    var pdfOpenOptions = new PDFOpenOptions();
    pdfOpenOptions.antiAlias = true;
    pdfOpenOptions.mode = DocumentMode.RGB;
    pdfOpenOptions.bitsPerChannel = BitsPerChannelType.EIGHT;
    pdfOpenOptions.resolution = 72;
    pdfOpenOptions.supressWarnings = true;
    pdfOpenOptions.cropPage = CropToType.TRIMBOX;
    var fileList = File.openDialog("Select files to batch",true);
    if (fileList != null) {
         for (var i in fileList) {
              if (fileList[i] instanceof File && fileList[i].hidden == false) {
                   open(fileList[i], pdfOpenOptions);
    alert("Done");
    else {
         alert("No files selected");
    Thanks in advance!

    Cool!
    I had to figure some other things out like extracting the path from openDialog
    which I didn't find anywhere else.
    So it's finely time to share a decent and commented script (with the invaluable
    help of Muppet Mark, thanks man!):
    //This script is set to open pdf files,
    //make 256x256px JPG duplicates,
    //create a folder named zJPGs relative to the doc's path
    //and save the files there
    //Gustavo Soares,
    //with the great help of Muppet Mark and many others
    #target photoshop
    //set units to pixels
    app.preferences.rulerUnits = Units.PIXELS;
    //avoid displaying dialog boxes
    app.displayDialogs = DialogModes.NO;
    //set background color to white
    app.backgroundColor.rgb.red = 255;
    app.backgroundColor.rgb.green = 255;
    app.backgroundColor.rgb.blue = 255;
    //define the pdf options for opening the document
    var pdfOpenOptions = new PDFOpenOptions();
    pdfOpenOptions.antiAlias = true;
    pdfOpenOptions.mode = OpenDocumentMode.RGB;
    pdfOpenOptions.bitsPerChannel = BitsPerChannelType.EIGHT;
    pdfOpenOptions.resolution = 72;
    pdfOpenOptions.supressWarnings = true;
    pdfOpenOptions.cropPage = CropToType.TRIMBOX;
    //pdfOpenOptions.page = 1
    //Select files to batch ('true' is for aloowing multiple seleciont)
    var fileList = File.openDialog("Select files to batch", true);
    //Returns the dynamic path from the openDialog –
    //there's certainly a better way for doing this
    var fullPath = fileList[0];
    var fullPathTemp = fullPath.fsName;
    var sliceIndex = fullPathTemp.lastIndexOf ("/");
    var docPath = fullPathTemp.slice(0, sliceIndex); //'0' means the beginning of the string
    //Read the functions below to understand the loop
    if (fileList != null) {
         for (var i in fileList) {
              if (fileList[i] instanceof File && fileList[i].hidden == false) {
                   open(fileList[i], pdfOpenOptions);
                   jpg256();
                   app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    alert("Done");
    else {
         alert("No files selected");
    //Functions start here
    function jpg256() {     
         //make a 256 x 256px image of the original document
         var myDoc = app.activeDocument
         var docName = myDoc.name;
         //can use this for opening files with extension
         //var docNameChange = docName.slice(0, -4);
         var myNewDocName = docName + ".jpg";
         var myNewDoc = myDoc.duplicate(myNewDocName, true);
         var width = myNewDoc.width;
         var height = myNewDoc.height;
         //resize
         if (height >= width) {
              myNewDoc.resizeImage (null, 256, 72, ResampleMethod.BICUBICSHARPER);
              // 'null' resizes proportionally
              myNewDoc.resizeCanvas (256, 256, AnchorPosition.MIDDLECENTER);
         else {
              myNewDoc.resizeImage (256, null, 72, ResampleMethod.BICUBICSHARPER);
              // 'null' resizes proportionally
              myNewDoc.resizeCanvas (256, 256, AnchorPosition.MIDDLECENTER);
         //save the file in a folder named 256x256
         //check if it exists, if it doesn't then create
         var jpegOptions = new JPEGSaveOptions();
         jpegOptions.quality = 7;
         var folder256 = docPath + "/zJPGs";
         if (Folder(folder256).exists) {
              save256();
         else {
              var fldr = new Folder(folder256);
              fldr.create();
              save256();
         function save256() {
              myNewDoc.saveAs(new File(folder256), jpegOptions);
              myNewDoc.close(SaveOptions.DONOTSAVECHANGES);

Maybe you are looking for