Plant selection missing from dropdown during PR and PO Creation

Hi Everyone,
Good day!
I am currently experiencing problems during PR and PO creation. Everytime I try to access the list of selection for the plant field, the system does not display any entries. (In our sandbox client)
In our dev box, I was able to perform the 2 fucntions succesfully. Can you guys please help me check what would be the issue for this? What would be the procedure that I should follow to investigate this concern?
Best regards,
DeLo

Hi,
It is up to the consultant who is configuring the system to decide how it ahould be done... one dev 1 TR or many dev 1 TR.
Say now you have created 2 TR's for plant creation and plant assignment.
The TR's should move in to other client has it is created.
now for example ur plant assignment TR is moved first and then the plant creation. the other client in which it was moved will contain only plant creation that is it has our assignment TR is overwritten by the 1 TR which is plant creation.
Usually consultants do it this way.
1 TR - Org Strusture
1 TR - Purchasing
1 TR - Inventory
1 TR - Invoice
1 TR - Valuation and AAD
and so on..
Thanks & Regards,
Kiran

Similar Messages

  • Select value from dropdown list

    hi All,
    we have a bsp application MVC based, we have a dropdown list,  what we require is when user selects an entry from drop down list and presses a button, we want to select that value from drop down list and then pass it to the method that will be called when button is pressed event..
    I want to know two things
    1. How do i get the selected value from dropdown ?
    2. hw can i retain it to send it to method call in handle_event bit
    thank you all

    Hi,
    If your application is stateless you have to capture the selected value in do_handle_data and assign it to the controller class attribute and later use this value in do_handle_event directly.
    If your application is stateful, on your dropdownlist htmlb tag click F1 you can read the documentation which also shows how to capture the value of dropdownlist in do_handle_event. In the same documentation you can even find few samples provided and check those samples in your system.
    Hope this helps.
    Regards,
    Abhinav

  • Displaying ui element when selecting value from dropdown

    hi,
    i have a requirement when user select value from dropdown( some x from dropdown) textedit ui(where user can enter some text) should be displayed and submitted. please give some idea

    Hi Babanmohi     ,
    First create a node in your context and under that create an attribute. Then add a Dropdown by Index and TextEdit UI on to your view. Bind both the UI element with the same attribute.
    Then create an action on onSelect event of the DropDown UI element. Go to its implementation and write the following:
    wdContext.current<Node name>Element.set<attribute name>(wdContext.current<Node name>Element.get<attribute name>)
    For example, if in my context there is a node called testnode and under that if im having an attriburte called name, then do the following coding in the onSelect method of dropdown:
    wdContext.currentTestnodeElement().setName(wdContext.currentTestnodeElement().getName());
    Reply me if you have any issues
    Regards,
    Jithin

  • My music app icon is missing from my home screen and I have to go through the search to find and use it. How do I get the icon back on my home screen

    (IOS 7 update trouble) My music app icon is missing from my home screen and I have to go through the search to find and use it. How do I get the icon back on my home screen

    Find which screen, folder it was moved to, and hold down the icon until the icons start shaking. Then drag it to the left or right edge of the screen, and it will allow you to move it to which ever screen you want it. When you have it there, tap the Home button to stop the icons form shaking.
    Or do what hannahsage said above.

  • What parameters to be set during installation and DB creation

    i am going to create 10g/ 2003 server database and
    migrate from 8i / 2000 server ( 15 gb) running in archive log mode.
    what parameter i have to set and check
    ( SGA,PGA FLASH_ REC ,performance tuning parameters etc) during installation and database creation.
    santhanam.

    I know there are huge amount of docs out there but I collected these links in real upgrade tasks/experience...
    [Oracle® Database Upgrade Guide 10g Release 2 (10.2)|http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm]
    [Oracle Metalink: Complete checklist for manual upgrades to 10gR2  Note:316889.1|https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=316889.1]
    [Oracle Metalink: Rule Based Optimizer is to be Desupported in Oracle10g  Doc ID: 189702.1|https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=189702.1]
    [Oracle Metalink: Database Upgrade Companion|https://metalink.oracle.com/cgi-bin/cr/getfile.cgi?p_attid=466181.1:upgrade_guide1]
    [Oracle Metalink: Managing Rollback/Undo Segments in AUM (Automatic Undo Management) Doc ID: 135090.1|https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=135090.1]
    [Oracle Metalink: Managing CBO Stats during an upgrade to 10g or 11g Doc ID: 465787.1|https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=465787.1]
    [Oracle Metalink: Complete Upgrade Checklist for Manual Upgrades from 8.X / 9.0.1 to Oracle9iR2 (9.2.0) Doc ID: 159657.1|https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=159657.1]
    [Oracle Metalink: Instructions to Upgrade Context on 8.0.6 to either 8.1.7 interMedia Text or 9.2 Oracle Text upon database Migration from 8.0.6 Doc ID: 209544.1|https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=209544.1#Migration%20Plan%20for%208.1.7%20Using%20interMedia%20to%209.2]
    because I would consider upgrading...
    Edited by: Kecskemethy on Oct 2, 2009 2:19 AM

  • How can I select properties from dropdown lists using only the keyboard?

    Hi,
    I am using SAP Netweaver Studio and when modifying UI elements in views, I want to select the value for a property from the corresponding dropdown list in the Properties view using only the keyboard.
    When a property row is selected, "Enter" toggles to Edit mode, Alt+ArrowDown expands the list, but ArrowUp or ArrowDown directly selects the previous/next item list and changes to Selected mode.  Which key is used to navigate between the list items without selecting them immediately?
    Thanks a lot. I deal with lots of views and this would save me quite a few massage hours
    Maria
    Edited by: Maria Marinova on Feb 14, 2008 9:40 AM
    Edited by: Maria Marinova on Feb 14, 2008 9:40 AM

    Thanks Andrew. When creating an external table does it requires an access to SQL*Loader?
    CREATE TABLE dept_external (
       deptno     NUMBER(6),
       dname      VARCHAR2(20),
       loc        VARCHAR2(25)
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY admin
    ACCESS PARAMETERS
    RECORDS DELIMITED BY newline
    BADFILE 'ulcase1.bad'
    DISCARDFILE 'ulcase1.dis'
    LOGFILE 'ulcase1.log'
    SKIP 20
    FIELDS TERMINATED BY ","  OPTIONALLY ENCLOSED BY '"'
    deptno     INTEGER EXTERNAL(6),
    dname      CHAR(20),
    loc        CHAR(25)
    LOCATION ('ulcase1.ctl')
    REJECT LIMIT UNLIMITED;

  • Files missing from library after archive and install

    Hi forum folk
    any help you could give would be much appreciated.
    I can't seem to verify my permissions on HD. I have run disk utility both from finder and from my OSX startup disk and consistently get the error message "Disk Utility has lost its connection with the Disk Management Tool and cannot continue." I then reinstalled the operating system all together making sure to archive and install as well as archive previous network and preference settings. This means I am running 10.3.4 at the moment (and I can't verify any of the software updates at the moment). After reinstalling I still cannot verify my permissions, so now I am trying to back up all my files so that I can reinstall the OSX again, erase everything, and start from scratch. But I'm running into some very strange problems while doing this. select files are missing from ~/library. there is no Safari file, for example. I tried looking in HD/previous systems/library where my library files were saved before I reinstalled the operating system but there is no such folder in there either. this means all of my bookmarks are gone. additionally, under library/preferences (in both the old and new library folders) there is no file named com.apple.itunes.plst. so all of my itunes playlists are gone as well. these are the only missing files I have found thus far and i can't explain why they selectively would not have been saved after the archive and install. Everything else seems to be intact. Any ideas?
    thanks
    jb
    powerbookG4   Mac OS X (10.3.9)   running 10.3.4 at the moment - can't verify permissions on 10.3.9

    jbeep:
    my HD has a capacity of 8.85 GB available. When I reinstalled panther I had little more than 3 GB available (I deleted a bunch of unneeded things since then)
    Thanks for this update. What is the total formatted capacity of your HDD? I ask because I suspected that you might be cutting it pretty close. The rule of thumb is that you should have 10-15% of your total capacity available as free space. My personal rule is 15%-20%. This allows for more efficient perfomrance of OS X.
    I am in the process of backing up everything on my seagate combo USB 2.0/firewire 200 GB external (I am using the firewire cord)
    Having an up-to-date backup is one of the primary rules, often observed more in the breach than not. Since you have an HDD that supports Firewire, I suggest that you make a bootable clone of your entire HDD using SuperDuper. You can then use this backup as an emergency boot drive. However, it must be Firewire, as PPC Macs don't boot from USB devices.
    I also have heard that it is advisable to reinstall the OS "every now and again" and I hadn't done this for at least two years. was I ill-advised?
    Most experienced Mac users never re-install, except under dire circumstances. Since installing my new HDD in this computer I have never re-installed. Re-installation is the utlimate intrusive measure, and it exposes one to all kinds of issues, from lost data, to flawed installaton, to installations that fail midstream. Re-installation is not an effective maintenace procedure. Here are some helpful links in terms of maintenance:
    Mac OS X 10.3/10.4: System maintenance
    Macintosh OS X Routine Maintenance
    Maintaining OS X.
    I'm going to restart now and try and verify my permissions again using the procedure on the above link. I'll let you know what happens.
    Instead of verifying permissions, just go ahead and Repair Disk Permissions. Verifying permissions does nothing, and wastes your time, as it is difficult to tell whether you need to repair, and you have to repair anyway.
    Do post back with an update of your progress and any further questions or comments.
    Good luck.
    cornelius
    Message was edited by: cornelius

  • Safari 7.1.2 -duckduckgo missing from Dropdown?

    Recently, I noticed duckduckgo was missing from my Right-Click option to search using it.  Instead google was there.  So I went to Preferences, General to select it from the drop down.
    It is not in the drop-down.  Only the 3:  google, yahoo, bing.
    It was there before, now just gone.
    I'm running Mavericks 10.9.5, and it's Safari 7.1.3.
    On my macbook, which is still Safari 7.1.2 (I know time to update which I was about to do on both when I discovered this!)
    How do I get the "duckduckgo" back into the "Default Search Engine" List?
    I've searched the forums, but just can't find this issue.
    Please help!

    Oops meant to say, " On my macbook, which is still Safari 7.1.2, the duckduckgo search engine is still default and still shows in the drop-down.

  • My Back arrow is missing from my Firefox toolbar and I can't find another way to go back. How can I get it back?

    My "Back" arrow disappeared from my Firefox toolbar and I can't find a way to go back to a previous page. How can I get it back on?

    Hey kayo410,
    Sounds like they might have accidentally been removed from the toolbar. The toolbar can be customized pretty extensively, so it's not an uncommon mistake. Take a look at the Knowledge Base article [[Back and forward or other toolbar items are missing]]. It will show you how to restore the buttons.
    Hopefully this helps!

  • How to select data from one nested table and into another nested table

    create or replace
    TYPE ctxt_code_rec as object
    ctxt_header varchar2(10),
    header_description varchar2(300),
    status varchar2(30),
    adjacent_code varchar2(300),
    adjacent_desc Varchar2(400),
    adjacent_flag varchar2(4000),
    adjacent_text_href varchar2(4000)
    create or replace
    type ctxt_code_table as table of CTXT_CODE_REC
    d_table ctxt_code_table ;
    v_tab ctxt_code_table ;
    Iam trying to select data from d_table to v_tab
    using and bulk collect into
    select m.*
    bulk collect into p_code_result
    from table(l_loop_diag_code_table1)m
    order by 1;
    Receiving error:
    ora 94007 : not enoughvalues
    Could you please let me know how to solve it?
    Thanks,
    in advance

    >
    create or replace
    TYPE ctxt_code_rec as object
    ctxt_header varchar2(10),
    header_description varchar2(300),
    status varchar2(30),
    adjacent_code varchar2(300),
    adjacent_desc Varchar2(400),
    adjacent_flag varchar2(4000),
    adjacent_text_href varchar2(4000)
    create or replace
    type ctxt_code_table as table of CTXT_CODE_REC
    d_table ctxt_code_table ;
    v_tab ctxt_code_table ;
    Iam trying to select data from d_table to v_tab
    using and bulk collect into
    select m.*
    bulk collect into p_code_result
    from table(l_loop_diag_code_table1)m
    order by 1;
    Receiving error:
    ora 94007 : not enoughvalues
    Could you please let me know how to solve it?
    >
    Not unless you provide the code you are actually using.
    There is no definition of 'p_code_result' in your post and you say you 'trying to select data from d_table' but there is no code that loads 'd_table' in what you posted.
    And the SELECT query you posted actuall selects from an object named 'l_loop_idag_code_table1' which isn't mentioned in your code.
    Post the actual code you are using and all of the structures being used.
    Also explain why you even need to use nested tables and PL/SQL for whatever it is you are really doing.

  • A04 POST option missing in dropdown in  ARE1 and ARE3 transaction

    Hi! All,
              While using transaction J1IA101 and J1IA301 , I am not able to see the A04 POST option in the drop down. It seems to be missing. Please help.
    Regards,
    Ashutosh Kumar Sinha

    Hi
    In order to have the option of A04 POST in J1ia101 or in J1ia301 you have to add the t codes in below path
    IMG-Logistics - GeneralTax on goods movement India-Business Transactions-Incoming Excise Invoices-Define Processing Modes Per Transaction
    On the change view screen of Define Processing Modes Per Transaction
    You have to add
    J1IA101 and select the Processing Mode as A04 and check the box ACTIVE
    the same has to be repeated for J1IA301
    regards
    Prashanth

  • Libraries missing from Crusader Kings II and Europa Universalis IV?

    Dear all,
    I am trying to play Europa Universalis IV and Crusader Kings II in native (32-bit, of course) mode in my 64-bit Arch Linux workstation, and I can't get any of those games to run as I keep getting weird errors.
    More specifically, by running steam with the :
    myhost ~> LD_DEBUG="libs" steam
    command and trying to launch Europa Universalis IV, I get errors such as:
          3825:     /home/myusername/.local/share/Steam/SteamApps/common/Europa Universalis IV/eu4: error: symbol lookup error: undefined symbol: __RML_open_factory (fatal)
          3825:     /home/myusername/.local/share/Steam/SteamApps/common/Europa Universalis IV/eu4: error: symbol lookup error: undefined symbol: __cilkrts_watch_stack (fatal)
    I also tried to run Europa Universalis IV under strace to narrow down the cause of the problem, and I got:
    myhost ~/.local/share/SteamApps/common/Europa Universalis IV> strace ./eu4
    open("/home/myusername/.local/share/Steam/SteamApps/common/Europa Universalis IV/libirml.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    time(NULL)                              = 1388270839
    sched_getaffinity(8517, 128, {f, 0})    = 16
    open("/home/myusername/.local/share/Steam/SteamApps/common/Europa Universalis IV/libcilkrts.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=8517, si_uid=1001} ---
    +++ killed by SIGABRT (core dumped) +++
    zsh: abort (core dumped)  strace ./eu4
    From what I understand, it looks like the libirml.so.1 and libcilkrts.so libraries are missing from the Europa Universalis IV package. Crusader Kings II has exactly the same problem.
    Has any of you had the same problem? Do you have any suggestion on where to find / how to install the aforementioned libirml.so.1 and libcilkrts.so libraries? I couldn't find any package on the AUR that provides them.
    I am not an expert in Intel-provided software development tools, but it looks like those are simply redistributable binaries. So, I would guess this should be a relatively easy problem to fix.
    Thank you very much in advance for your attention.

    I don't really understand how this sort of stuff works. But I can tell you that EU4 works fine for me without having either of those libraries on my system.
    As you can see below, I get the same output as you do when performing the tests you did. The game launches fine despite this though. So I'm afraid you'll have to look elsewhere for clues.
    23707: ./eu4: error: symbol lookup error: undefined symbol: __RML_open_factory (fatal)
    23707: ./eu4: error: symbol lookup error: undefined symbol: __cilkrts_watch_stack (fatal)
    open("/home/ziemas/Steam/SteamApps/common/Europa Universalis IV/libirml.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    open("/home/ziemas/Steam/SteamApps/common/Europa Universalis IV/libcilkrts.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    Last edited by Ziemas (2013-12-29 04:23:38)

  • Apps are missing from start menu app and app storage

    My apps are completely missing from my menu and storage. I tried searching them but it won't show them to me and I tried downloading some apps like microsoft mail and msn weather. I tried searching for those and they are nowhere to be found. Please help.

    They'll help you over here.
    http://answers.microsoft.com/en-us/windows
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • "More" tabe and language selection missing from Inspector

    I need to define languages for different cells.
    The help document indicates this is done as in Pages -- selecting the text, choosing the Text tab from the Inspector, selecting the "More" sub-tab, and selecting the appropriate language from the menu.
    However, there isn't a "More" sub-tab on the Text tab of the inspector in Numbers.
    Has anyone located this function someplace else? I've searched and searched and not turned it up so far.
    Apple, if the function isn't there, can you add it in an update??

    The place to ask Apple for an enhancement is in the Numbers menu using "Provide Numbers Feedback". The forums are made up of users like yourself, not Apple personnel.
    As far as I know, there is no way to choose multiple languages in Numbers, it uses your International (Language & Text) preferences.

  • Re: Droid 3 missing from Android Discussion groups and support dropdown

    I tried that link, but got a security warning. After creating an exception, I got an error: Page is unavailable
    << Branched from an older thread, now locked, with links that reference the prior Community Forum >>
    Message was edited by: Verizon Moderator

        Hi Tgreenwood, you can post messages about the Droid 3 in the Droid/Droid 3 forum.
    MarquiaF_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for