How to change the Purchase Organization filed in the Purchase requistion..

Hello All,
I am creating the requirement of material through MD62. Later I am runiing MRP through MDO3 to create the purchase requistion against that. Now my requirement is that if the source list is not maintainted ( ME01) for that material, I want to change the purchase organization field for the puchasre requistion created through MD03.
Can any one help me how can  I changed that though programming. Any user exit or badi for that .
Note* : I am working in SAP 4.6 system.
Thanks and Regards,

Hi, Umesh:
     Picture1 is  my OPJP initial screen ,I want to change to be Picture B . but I got an error .
     In fact , I  don't have project stock . but I have sales order stock.
     I try to change 'Q' to other option . but I got the same error.
picture 1
picture 2

Similar Messages

  • How to change keyword in many pictures at the same time?

    I gave a big series of pictures the wrong keywords. Now, I can't figure out how to change them (besides one by one...).
    If I select e.g. 10 pictures in Library-mode, how to change keywords on them all at the same time?

    Make sure you are in Grid View, primary monitor (if you have two), select 10 pictures and type (or delete) the keywords in the Keywording panel in the left upper corner.
    Make sure the Metadata->Show Metadata for Target Photo Only is unchecked in the menus. Otherwise your edits will only apply to the primary selected (most selected) image.

  • How to get the Inventory Organization Id in the page

    Hi,
    I am creating a custom OAF page in Inventory responsibility. I have to pass some parameters to execute a query in the page level.
    So, I require the Inventory Organization Id i(not org_id or operating unit )n the controller.
    I have tried the pageContext.getProfile() method, but i don't knw the profile name.
    How can I get the Inventory Organization Id from the page.
    Regards,
    Tarun

    Hi,
    In that case, do as keerthi said.
    Prepare a SQL query to get that warehouse organization id and use Prepared statement to get result of that query.
    --Sushant                                                                                                                                                                                                                                                                                                                                               

  • How to change async to sync after deploying the process.? Thanks

    How to change async to sync after deploying the process.? Thanks

    you'd need to change the base wsdl, the generated one (_Name.wsdl) and the bpel.file .. and remove the generated classes .. (all in domains/you_domain/tmp/your_process dir)
    the wsdl needs to get the output msg to the input msg instead of a callback porttype, the same needs to be in the generated wsdl (don't forget to remove the callback role in plnk session).. and the bpel process needs to have a reply instead of the invoke ..
    this is what you would need to do .. BUT, maybe we can find a better solution for you, if you elaborate on the usecase..
    during design time this is easier :-)
    regards clemens

  • When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object?

    When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object? The clip color turns purple and it only allows me to add motion but not change the clip duration and speed anymore.

    Thanks for the reply and as a work around method I used the Photoshop to do all the adjustments then export the video to iMovie to finish the final cut. I also have a problem to paint or clone on a blank video layer created in Photoshop. It tells me the time is beyond the target frame time, I don't understand the message. Can you explain to me what did I do wrong? Thanks a lot!
    John Wang
    801-3618742
    [email protected] 
    http://johnwanggallery.shutterfly.com  

  • How to change Topic's Icon and show the Print Button

    Hi, currently i'm using robohelp html version 8. I have spent quite some time to figure out how to change topic's Icon and show the Print Button in my project. Anyone can help me on this? Btw, i using MX(template) to generate the output with FlashHelp Pro.
    Below is the screenshot for clearer clarification:
    Thanks.

    We would have told you if there was.
    Sorry but a downside of FlashHelp is that your customising options are limited.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • What are the central organizational structures for the following SAP applic

    What are the central organizational structures for the following SAP applications ?                                   
    a)     FI                              
    b)     SD                              
    c)     MM                              
    d)     CO                              
    thanks
    manoj

    hi,
    Inventry and Finance
    regards,
    varma

  • How to change annotation's appearance  when printing the annotation under Adobe Reader?

      I'm developping a plugin under SDK 7.0 for Adobe Reader  . I have two problems.
      1)I will change annotation's appearance  when printing the annotation. How to do under Adobe Reader?
        Uunder Adobe Arobat,I use PDRegisterAnnotHandler to register GetPrintAppearance,but PDRegisterAnnotHandler does not work under Adobe Reader.
      2)Under Adobe Reader ,app.execMenuItem doesnt work.How to execute menuItem using JavaScript under Adobe Reader?
    Please Help,had better give me sample,thank.

    app.execMenuItem most certainly does work with Reader - what problems are you running into trying to use it?
    As for developing Reader plug-ins - yes, some of the SDK methods aren't available to Reader.  If you want to change the appearance of an annotation in Reader, you would need to acquire the Cos object of that annotation and modify its appearance dictionary manually.

  • How to change a TAB dynamically to be the active tab?

    Hi,
    I have a portlet written in Java and registered using a web provider. This portlet exposes a link which drives the content of another portlet through parameters&events.
    This other portlet is placed on the same page but on a different TAB (!).
    What I want is, when clicked on the link in Portlet1, this changes the content of the Portlet2 (via an event and parameter - that works) AND should change the TAB, so that the TAB which contains the Portlet2 is active and shown.
    I couldn't figure out, how to change the TAB with an event or any other way. I can easily change the page through an event, but not to a tab on the same page. Do I overlook something or can I just don't use events for this?
    Is there any API function which does changing tabs or getting the tab id or is there any other programmatic workaround to do dynamic tab changing?
    If so, can someone point me to a code fragment?
    Any help would be much appreciated.
    Cheers,
    Erik

    A work around may be to change the location.href to the url of the tab you want to switch to.
    Have you tried that already?

  • Agent Inbox - how to change SLA colors (traffic lights) in the Web UI

    In agent inbox,
    component: ICCMP_INBOX
    view: InboxResultView and view: InboxItems
    There is a field : overdue
    This field displays red or green based on the due date of the inbox items.
    I want to change this color based on my own custom logic.
    Where do i write code for this ?
    While debugging I see that the field Overdue has only the due date and time but on the web UI screen I see that this field has a red or green icon. Does anyone know where is the code written for displaying the sla color.
    Thanks,
    Karthik

    Hi Karthik,
    In the context node class -> goto Attributes -> there you can see iterator class, for example : CL_ICCMP_IN_INBOXRESULT_IT
    Go to the iterator class and look at method IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START
    There's logic on how to show the icon overdue become red, yellow or green. You can enhance the iterator class and modify the logic to whatever you want and then change the attribute of the context node class to the Z-iterator class
    Hope it's help,
    Lina

  • How to change Windows 7 file associations in the registry

    Hi,
    I have a group of computers that have Office 2010 installed and then PowerPoint Viewer 2007 was installed after that to temporarily resolve an SCCM 2007 patching issue. Needless to say, PowerPoint Viewer 2007 changed some of the PowerPoint 2010 file associations
    to itself instead. I am scripting a clean-up operation to remove PowerPoint Viewer 2007 and set the file associations back to PowerPoint 2010. After doing some research, the few registry paths commonly called out do not contain the information that I am looking
    to change.
    HKEY_CLASSES_ROOT
    HKEY_CLASSES_ROOT\Applications
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
    The file associations that I need to set back to PowerPoint 2010 are as follows:
    .potm, .potx, .ppsm, .ppsx, .pptm, .pptx
    Does anybody know where to look for where these file associations are set in the registry?
    Thanks,
    Rob

    This is how it is done in vbscript as well:
    http://www.visualbasicscript.com/tm.aspx?high=&m=97211&mpage=1#97217
    Set objShell = Wscript.CreateObject("WScript.Shell")
    objShell.RegWrite "HKCR\.potm\", "PowerPoint.TemplateMacroEnabled.12", "REG_SZ"
    objShell.RegWrite "HKCR\.potx\", "PowerPoint.Template.12", "REG_SZ"
    objShell.RegWrite "HKCR\.ppsm\", "PowerPoint.SlideShowMacroEnabled.12", "REG_SZ"
    objShell.RegWrite "HKCR\.ppsx\", "PowerPoint.SlideShow.12", "REG_SZ"
    objShell.RegWrite "HKCR\.pptm\", "PowerPoint.ShowMacroEnabled.12", "REG_SZ"
    objShell.RegWrite "HKCR\.pptx\", "PowerPoint.Show.12", "REG_SZ"
    One thing to note is that the user will need to log out and log in again to reload the changes to the registry which also updates the change to the file extensions.

  • How will changing your Apple ID affect my itunes purchases

    Hi, I am thinking of changing my Apple ID, Apple offers a way to change it on their Apple ID Site https://appleid.apple.com/,  I notice that all my downloaded Apps were registered under my orignial ID, I was wondering whether chanign my Apple ID would affect me running or updating my Apps.
    Thank You

    It appears the AppleID used to buy the iTunes content stays with your purchase. You'll need it to authorize that content anywhere you want to play it.
    I contacted Apple about changing my Apple ID from old iTunes purchases to my new AppleID but it just doesn't seem to work.
    Write down your old AppleID. You'll need it anytime you change your circuit board in your Mac, change your disk or get a new computer. 
    If you find something out I do not know, then please post back so that I may learn about it.

  • HT5576 How to change my 4digit pin code at the front screen of my iPad mini

    How to change my iPad mini opening page 4 digit security code

    You can only do that once the iPad is unlocked so of you forgot the passcode, you have to restore your iPad. Be prepared to lose all of your data as well. If you have a backup, you will be able to restore from the backup when you are done restoring the device.
    Read this for more details.
    iOS: Forgotten passcode or device disabled after entering wrong ...

  • How to change a h:outputText value in the current form on key pressed event

    Hello Suners,
    Greetings! I'm developing my first JSF web application and i'm trying to figure a way out to change outputText value when key pressed on another inputText so that when the user is typing his name for example he can see the letters showing respectively in the outputText.
    I managed to do it onchange but the user must focus out of the inputText to see his name in the outputText which is not right and the form must submit onchange event which is annoying.
    <h:inputText value="#{login.username}" title="name" id="name" required="true" onchange="this.form.submit()" >
                                <f:validateLength maximum="10" minimum="1"/>
                                <f:validator validatorId="myValidator"/>
                                <f:valueChangeListener type="classes.MyListener"/>
    </h:inputText>Is there any listener i can associate with the "onkeypress" attribute? Can anyone help me to do that with JSF?
    King Regards,

    hi, with JSF 2 you got the ajax tag, just tried it and it works fine :)
    <h:inputText id="myinput" value="#{back.name}">
        <f:ajax execute="@this" event="keyup" render="outtext"/>
    </h:inputText>
    <h:outputText id="outtext" value="#{back.name}"/>or before JSF 2
    <h:outputScript name="jsf.js" library="javax.faces" target="head"/>
    <h:inputText id="myinput" value="#{back.name}" onkeyup="jsf.ajax.request(this, event, {render: 'outtext'}); return false;"/>
    <h:outputText id="outtext" value="#{back.name}"/>The name property is a simple String in the bean.
    Hope this helps
    Edited by: hereps on Aug 21, 2010 7:18 AM

  • How to change properties of an image when the state changes? (normal, rollover, mouse down, action)

    I want to enlarge image (photo) while rolling over.

    Sure, This works but copying back the button does not replace the original, it just adds a new button, so for every change, there is a new copy added. I did notice this when I wanted to change the size of the button, they were both visible !
    Pierre

Maybe you are looking for

  • How can I create a pop up message in MULTILINE on WEB GUI?

    Hi Experts, I have gone through several thread to search if I can write pop up message in more than in one line. for example... title: continue ? SDD no12366 customer name: abc ltm lines: 2 lines records gr_pers_popup = comp_controller->window_manage

  • It works on the computer but not on the iPad/iPhone.

    Hello, I am working on a site that I used Dreamweaver and Wordpress to create and I have an odd issue.  The home page here: http://electronic-lifestyle.com It works perfectly on all browsers including iOS.  The blog post below the rotating image is w

  • WebDynpro : BIApplicationFrame : Help needed

    Hello Experts, I need your urgent help. I have created a web template in Web Application Designer. In this template I have created a data provider which is based on a query. If I execute this query directly from WAD then it executes successfully. How

  • How do i combine two photos i have in iPhoto together?

    i want to put writing from one cropped image under a logo of another...how?

  • Please help with SQL command

    Hi, I'm trying to update a record but I don't know how to update one field in this record. This is my code so far private void updateProcess() { int nrows; String sql = "UPDATE student SET s_first = '" + txtS_first.getText()      + "', s_mi = '" + tx