PR to PO convertion through MD04

Hi,
When we try to convert a PR to a PO from MD04 some users get the PR defaulted in the PO screen (ME21N) for some its blank is there any personal setting to be done for this. I dont want this to get copied to the PO Screen.
Thanks,
Suresh

Hi Suresh,
You define various default values for the conversion of purchase requisitions into purchase orders. This means that you determine whether in the conversion, the entries should be made automatically or manually by the user. Here, the following inputs can by made automatically:
1.Select the purchase requisition items before the transfer
2.Transfer the purchase requition items into the purchase order
3.Transfer the purchase requisition items into the purchase order and post the document.
<b>Define the parameters with the appropriate settings per <u>plant[/</u>b].
These parameters only come into effect if they are allocated to the user in the user master record via the parameter ID, "EVO
In IMG configuration MM->Consumption based planing ->plant parameters-_procurement proposals--> define conversion of PR to PO choose the desired  def. Val.
regards
kp
please award points if its useful

Similar Messages

  • Dependent material confirmation through MD04

    Dear Expert,
    I have planned order generated in md04, but how can get to know through MD04 that all the planned order has all the dependent material in stock. Because at present when i make the production order that time i come to know that some material short of stock.
    Regards,
    Phalgun Patel

    Phalgun,
    Well, MD04 is a stock requirements list, and it is not designed to display component availability.  I will assume that you are saying that 'when I select the planned order in MD04, and then select the 'convert to production order' icon, I want to know if there is stock missing for the components".
    As mentioned earlier by expert Tejas, you can configure the order such that it will perform an availability check during Save, and if the stock is missing, not permit the production order to be Saved.  This is a concrete indicator that you have a material shortage.  Follow his helpful configuration hints.
    You also mention that you want that the material must be in stock.  For this, you have to ensure that the scope of check of the ATP in the production orders only allows a successful ATP when the materials are actually in stock.
    For this, find the checking rule you are using for production orders (OPJK), then go to OPJJ.  Find the ATP check (Material Master) and the checking rule (from OPJK).  Ensure that Incl Purchase Orders, Incl Purch requisitions, Incl Reservations, Incl Planned orders, and Incl Production orders are not checked.  Also, you will probably want to tick "check without RLT'.
    Best Regards,
    DB49

  • Can I check serial number through MD04 ?

    Can I check serial number through MD04 ? Is there any short way ?

    Hi Deepak,
    you can not directly check in TCode MD04 screen or planned order's
    you double click to prduction order number and goto header menu --> serial number
    or
    IQ03 - display material serial numbers
    Regards,
    Sankaran

  • Mp4 converted through ffmpeg playing fast forwarded on flash player 11.3 ,4 and 5

    Hi,
    i am facing a problem related with mp4 coverted through ffmpeg .
    problem is when i am playing that mp4 by using video display class on flash player 11,1, 11.2 , then its working fine.
    but when i am playing same converted mp4 by using video display class on flash player 11.3, 4 and 5 . then its playing fast forwarded.
    Commands used to convert flv to mp4 using ffmpeg is  "-i \"" + fileToAnalyze + "\" -b 120kbps -vcodec libx264 -g 30 \"" + outputFile + "\""
    Please provide appropriate solution :
    Thanks.
    Regards,
    Vishal Parmar

    Hello, wrong part/forum.
    http://forums.adobe.com/community/flashplayer
    Or try it again with:
    http://labs.adobe.com/technologies/flashplatformruntimes/flashplayer11-4/

  • Converting through PavTube for FCP 5

    I just purchased and downloaded the PavTube HD Video Converter for Mac. I shot video with a Canon Rebel T3i and saved the footage in a folder. I then uploaded it to the PavTube Converter, chose Apple ProRes 422, and tried to convert, but I received this error:
    The current profile requires FCP 6 (or above versions) to be pre-installed.
    I have Final Cut Pro 5. Is there any way to make this work? I really need FCP to work with this footage because the raw footage going directly into FCP is VERY slow and requires lots of time-consuming rendering.
    What do I do???
    Thanks!

    Sorry, FCP 5 doesn't do ProRes.  ProRes was introduced with FCP 6...so yeah, you pretty much have to have FCP 6 or 7 in order to work with ProRes.  FCP 5 won't even WORK with ProRes footage.  The options for FCP 5 are DVCPRO HD (that's anamorphic HD...not full raster like ProRes, but what you have)...or uncompressed HD.  But that requires very fast hard drives to play back.  DVCPRO HD is your best bet if you are stuck on FCP 5.
    Editing the raw footage is NEVER recommended in FCP. 

  • Av to dv converting through canon mv960

    Hi My new canon mv960 (uk code) has the option to convert av to dv
    I can see the input in the camera screen
    I can send dv recorded on dv tape to the mac
    But it will not send or does not appear in imovofr hd 6 it says no tape inserted yet the canon says take the tape out - any ideas please
    suprise I need to sort this asap!!
    cheers
    Gary

    I have found this which answered my question
    I have a Canon MV830i and it will import DV from analogue into iMovie 6 for you. I have converted some of my old VHSc tapes to iMovie projects.
    First thing is do not use a firewire hub plug directly from the camera to the Mac, it maybe I have a dodgy hub but it's one less thing to worry about if you have one.
    Next load a recordable minidv tape into the Canon, turn it to PLAY(VCR) select AV-DV(press menu,select VCR SETUP, AV-DV ON, then MENU again to exit)
    Start your analogue source. Press REC PAUSE, iMovie will now display this source. Click import in iMovie, your movie is being captured. You can now press STOP(NIGHT MODE) on the canon and it will continue to convert to DV and iMovie will still recognize it.
    Hope this helps
    Paul

  • Convert() through JavaScript

    I currently have the applet embedded into a webpage and I wish to create a bitmap of the model to store and call back up elsewhere in my web application.
    When I call the function that should do the convert I get the following:
    Uncaught Error: java.security.AccessControlException: access denied ("java.io.FilePermission" "TestFile.bmp" "write")
    Currently I was just aiming to save the file near the applet on the server so haven't included an output directory or anything like that, the same error still appears however when I try full paths to either my local machine or relative paths elsewhere on the server etc.
    The code I am using is below, am I missing any extra steps out or is there something I can do to give the applet the correct permissions to do this?
    var convertOptionsClass = jApplet.getClass("com.cimmetry.core.ConvertOptions3D");
    var convertOptions = convertOptionsClass.newInstance();
    convertOptions.setOverwrite(true);
    convertOptions.setFormat("PCRS_BMP");
    convertOptions.setFileName("TestFile.bmp");
    jApplet.getActiveVueBean().getController().convert(convertOptions);
    Edited by: 986996 on Feb 22, 2013 2:57 AM

    Hi,
    It is likely that your JVM does not have enough permissions (<JRE>\lib\security\java.policy).
    Try adding permission java.security.AllPermission; in the grant block to check if it helps.
    There are other alternatives that you might consider for your application:
    - jApplet.getActiveVueBean().renderOntoGraphics() to render onto a graphics created from an image.
    - Using our Web Servises to convert or to generate a thumbnail.

  • Convert PR to PO from MD04

    Hi Experts,
    We have many PR's for subcontracting process. While converting these PR to PO through MD04, the PR data's are not adapted automatically in PO.
    Why the data's are not adapted automatically in PO ? Is there any settings to be maintained ?
    Thanks,
    Venkata Prasanna.R

    I agree with Jürgen L that auto PO indicator has nothing to do with this.
    You can do this adoption by setting "Default values for Buyers" in IMG->Material Management->Environment data-> Default Values for Buyers.
    On Fast-Processing Tab and  "Adopt all", check Ref:to Single purchase requisition.
    All it does is automatic PO creation without saving it.
    Assign the PID -> EVO  and its value to your Profile parameter.
    and try the conversion from md04 now.
    Let us know if it worked.
    Thanks,
    Shekhar Ramineni

  • Clubbing of PR in single PO via MD04 screen

    Hi All
    We have multiple PReq's in MD04 screen created based on MRP run, many of them are having material which needs to be procured from same vendor, so I would like to know if it is possible to have all these Pres clubbed in single PO through MD04 screen. Right now what I can see that when you convert Preq in to PO using MD04 it allows one Preq with 1 line item to be converted into single line PO.
    Please let me know if there is any way we can have multiple line PO created through MD04 screen.
    Note: We Don't want manual inclusion of Preq in PO, what we want is system should autmoatically put all the Preq on same vendor into a single PO.
    Waiting for some good response.
    Regrds
    Yogesh

    Yogesh,
    ...I would like to know if it is possible to have all these Pres clubbed in single PO through MD04 screen...
    It is not possible in standard system.
    What you can do:
    - you can use the proper lot sizing procedure and suitable colective requirement indicastor setting (both are in material master's MRP views) /if you are speaking about one material/
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/fe/819b9f643b11d3b4e40004ac160649/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/ea/e9b4ae4c7211d189520000e829fbbd/frameset.htm
    - other solution is to use ME57 / ME58 or ME59 based on your master data settings (info record , source list, QA, contract, etc.)
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/75/ee11a555c811d189900000e8322d00/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/12/08521e470311d1894a0000e8323352/frameset.htm
    Regards,
    Csaba

  • Convert planned orders into material reservation

    Hi All,
    Can anyone tell me if it is possible to convert through a standard SAP Program, planned orders (MRP) into a material reservation? Like MD15 converts into Purchase requisitions!
    Thanks in advance,
    MG

    Hi,
    I don't think.
    - Planned order is procurement proposal. It increases available quatity - you can check it in MD04.
    - Reservation is a requirement that reduces your stock (available quantity) - check it in MD04.
    E.g.
    header material: materialA
    children part: materialB
    If you have PrdOrd for materialA, at the same time you have a(n order) reservation for materialB. PrdOrd of materialA means that your stock increases (you produce materialA), whilst (order) resrvation of materialB means its stock will decrease because you consume it for PrdOrd.
    So, you can see that the nature of PldOrd & reservation is totally different - that's why I think there's no point in speaking about of conversion of a PldOrd into reservation.
    Regards,
    Csaba

  • Sound no longer playing through Surround Sound via TV

    I have had my Mac Mini for about a year now and recently purchased a new 3D LG TV.  Prior to that I had another LG hooked up through it and have a Panasonic surround sound system set up with I believe it's a Gefen digital to analog converter, because unfortunately LG only makes digital and alls that is available is analog through my surround sound.  I have always been able to listen to my computer through the surround sound, however, since I purchased this new TV I have not been able to.  The sound plays through the TV speaker but will not play through the surround sound yet when I change inputs over to my PS3 or DirecTv I can hear everything else except my computer.  This is why I am convinced it is the computer and not the TV.  I don't know if I'm missing a setting or something needed to change for this type of TV or what.  I am pretty technical when it comes to electronics so I have tried changing all different types of settings and played around trying to fix this but so far no luck so who has an idea or ever heard of this before?

    @mndwgz and Lousyfool
    Sorry for the delay, however, I was out of town and just getting back to this issue.  I'm not 100% positive but I'm pretty sure that it has something to do with the computer settings or something of the sort because like I said prior to me switching tv's it has worked no problem, both of which were connected the same exact way.  Both LG tv's only have an optical digital output port on it while my Panasonic surround sound only has an A/V input.  To solve this I have a Gefen Digital to Analog converter in between the connection from the TV and the Surround Sound, so my computer is not connected anything in between the computer and HDMI connection to TV.  Sound comes out of the TV through the computer but will not bypass through the TV to the Surround Sound.  However I know it's not the TV settings because my PS3 regardless of the HDMI input plays sound through and over all my speakers.  I have not tried rerunning my computer through the old LG LCD tv connect the surround sound as well to see if it worked because all the way up until I switched to an LED tv, it had.  It's weird how this is a problem but have tried switching settings, changing inputs, problemsolving etc. but just don't see how my PS3 is converted through the tv to the converter to the surround sound and my mac mini is not!
    Old LCD TV- LG model 42LH30
    New LED TV- LG model 47LM6200
    Surround Sound- Panasonic model SA-PT950
    Converter- Gefen Digital to Analog Converter

  • Why do I get an error message saying FILE FAILED TO BE CONVERTED USING ADOBE EXPORT PDF ONLINE?

    Can I find some help about why my Adobe online service suddenly start giving me an error message that says FILE FAILED TO BE CONVERTED USING ADOBE EXPORT PDF ONLINE?

    Are you trying to convert through Adobe Reader (what version?), or directly at the https://cloud.acrobat.com/exportpdf website?
    [topic moved to Acrobat.com Services forum]

  • Rec'd error msg "File failed to be converted using Adobe Export PDF online"

    Rec'd error msg "File failed to be converted using Adobe Export PDF online" when attempting to save a .PDF as a .DOC

    Are you trying to convert through Adobe Reader (what version?), or directly at the https://cloud.acrobat.com/exportpdf website?
    [topic moved to Acrobat.com Services forum]

  • Problems converting Pdf to Word Doc

    I am receiving several error messages as I try to convert pdf files to word docs. please help!

    Hi JayEss96,
    Have you tried converting through Adobe Reader? Also - check out this 'Getting Started' guide.
    If you would like, you can also send me an example of what you are trying to convert. [email protected]
    Regards, Stacy

  • Converter for String data

    Hello.
    Java Studio Creator 2 update 1.
    I'm trying to create Converter that converts Table data column of String type to other string representation. For example convert through ResourceBunde.
    But I've found that none of converters won't be used when source data is "instanceof String"!
    Is it made intentionally?
    -andrew

    Hi, i found that standard faces components can convert Strings, rave components no.
    Try with outputText/Datatable components to see it.
    Gianni

Maybe you are looking for

  • Problem with downloading the internal table onto the presentation server.

    Hey folks, I have a problem where in i am downloading one year of sales done by the company. I wrote a program to download the file onto the presentation server . The error occurs in the FM GUI_DOWNLOAD where if the file exceeds 105843504 bytes its g

  • Videos app frozen

    I did a sync to my Macbook this AM and a TV show that had been playing the last time I used Videos was removed from the iPad. When I went back into the app, the screen froze when I hit the Done button. I can get out of the app from the Home button, b

  • The new upgrade with Itunes will not install

    I have tried to download the new update for ITunes and it doesn't install correctly.  now it is missing a file and i can't even open it

  • Easy way to manipulate overlay image file?

    Greetings, I'm currently trying to figure out how to simplify something for a client so they can make quick changes. Here's what I have: - Menu with a video in the background playing in a 30s loop. - Menu buttons with a specific "tile" I created in P

  • Need help deleting newly created folder...

    So, I'm using an iCal alarm to download a folder of files (.jpgs) using fetch. I then have a folder action set up to move the newly downloaded images to another folder, then they are separated by a "move by EXIF data" action. This all works well, but