EXIT_SAPLEBND_004 lets release tab disappear on PR

Hi, Gurus,
I created an enhancement project ZMM_005 throught CMOD,It was assigned with M06B0005.
After activating it, I found that release tab disappeared from PR screen.
(In my R/3 system, PR release was set into overall release.)
After I entered PR number and release code on ME54, SAP gave the error message "Purchase requisition not subject to a release strategy".
It's why?
Please give me some suggestion.
Edited by: Mic chen on Feb 15, 2010 9:20 AM

Thanks very much.
I found the solution(SAP Note 371667).
Edited by: Mic chen on Feb 15, 2010 10:48 AM

Similar Messages

  • Release Tab in purchase order disappear after release using ME29n

    Hi there,
    We are busy testing support stacks (upgrading from ECC6 SAP_APPL SAPKH60305 to SAPKH60307)and we've come accross a strange problem.  When we create a normal purchase order (ME21n) the purchase order does pick up a release strategy.  Using the older ME28 transaction to release this purchase order, everything is fine.  We can use ME28 to release the purchase order, as well as unreleasing the purchase order, as often as we want (the same purchase order).  When we use transaction ME29n the release tab in the purchase order just simply disappears after saving.  In the purchase order header changes, the release change is visible, but the release tab is missing.  This purchase order is now not subject for release, and a goods receipt is possible without release.  I checked in table EKKO as well and the release fields in this table for this purchase order is empty.
    Has anybody had a similar experience?  Any advise would be greatly appreciated.
    Regards
    Christo Vermeulen

    Hi Christo Vermeulen,
    I have detected the same problem as reported by you. Did you solve it? Do you know how can I procedure to solve it?
    Thanks in advanced,
    Eder Nicoleti

  • Tabs Disappear when "Next" on a Report (shown as Portlet) on a tab page is displayed

    Posting Again for attention - Please let me know if this is not the right forum for it.
    I am working with the new Portal 3.0.8 version on NT.
    I have a Page with tabs and on one of the tab-page is a report (displayed as a portlet) that has a "Next" button at the bottom to show the other rows of the report. In the earlier version (3.0.7), when we clicked on this Next, we would get some JSP errors (discussed in the thread http://technet.oracle.com:89/ubb/Forum81/HTML/000048.html )- this is fixed(?) in the new version (3.0.8).
    But - now when I click on the "Next" button, the entire tab region is replaced by the next set of rows of the report and the tabs disappear. The only way to get access to the tabs now is to hit the Back button of the browser.
    Has anybody else experienced this or is it me doing something wrong here ... would appreciate any/all response.
    Thanks.
    null

    Are you sure? I still have that problem, and in their reply to
    my TAR Oracle filed a bug 1842058. Other similar bug numbers
    are: 1667269, 1799810, and 1747842.
    Their last comment was:
    "The bugs associated with this issue have been marked as fixed
    in then next version of Portal (9.x). This also obliviates the
    role of Support. If you would like to have this functionality in
    your version of Portal, then Oracle Support will require the
    following from you:
    1) A new TAR with the request to backport the functionality.
    2) A business justification for the backport request."

  • Release Tab getting deactivated when changing SRM GOA

    Hi,
    I have created GOA long back.I have also have release PO`s against that GOA. But now when I am trying to change any item level data like condtion or any other data and try to release it that time release tab gets gryed out.
    Does any one faced this issue in past...if so then please let me know the probable reason.
    Regards.

    Hi Navneet,
    The release button gets grayed out usually when the contract have some errors.
    It could be some problem related to your target value or target quantity. As per my understanding the target quanity/value at the header level always should be more than the release quantity at the line item level.
    Also please check the note numbers: 863656, 1082548
    which deals with similar issues.
    Please award points if the answer was usefull.
    Thanks & Best Regards
    Raj

  • Music Menu Tab disappeared.

    So when I go to music, that tab that's always at the bottom with the options to look at radio, playlists, albums, songs, or artists? That tab disappeared. So now I'm stuck on the radio because there is no way to navigate to my music. Please help . How can I fix this?

    close out of the music app, double tap the home button and completely close out of the app.
    then do a reset, no data loss.  hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.
    then go back into music again.

  • Menu tabs disappear completely after login and appears if only i press on item node at hire level

    I'm using a Menu Model to Create a Page Hierarchy in my adf application on Jdeveloper 11.1.2.3.0
    it is in three levels level 1 have 2 item nods (home - Help) displayed as buttons
                                level 2   contains 5 item nods about the managements displayed as tabs
                                level 3   is about reports displayed as list
    the point I have apply security in the application using Adf security wizard and i assign roles and users and grants
    all works fine but level 2 tabs disappear completely after login and appears if only i press on Home item node at run time
    I create 2 users (admin) has all roles  and can view all  tabs in level 2 of my navigation and another user (emp)  which can view one Tab page in level 2
    Point 1 --the item nod are rendered according the #{securityContext.regionViewable['oracle.view.pageDefs.RentManagPageDef']}     (EL ) expression language 
    and other item nod render property are set as the same but in the page name definition
    it works fine
    _ Point 2 in my page template I set #{menuInfo.rendered} for renderd property of the command navigation item
    it works fine
    - point 3 I add a  go link in my template to explicit perform log in log out from the app  and redirect the user to the required page
    Destination is
    #{securityContext.authenticated ? "/adfAuthentication?logout=true&end_url=/faces/wearhouse.jsf"  : "/adfAuthentication?success_url=/faces/company.jsf"}
    and its also works fine
    the problem is in the level 2 navigation tabs which is diaper after explicit log in the app directs the user to the correct page successfully
    But the tabs are not rendered till I press on home button on Level 1 navigation it appears and it appears  correctly cording the logged in user validation
    in another words i log in as user (admin) i get directed to the successful log in page  in the link go but  level 2 tabs are invisible or not rendered at all    I click on Home button in level1 navigation the tabs
    become rendered or viewable and i navigate normally
    I log out as admin the level 2 tabs becomes invisible again
    then I log in as (emp)  i get directed to the successful log in page and  level 2 tabs are still  invisible or not rendered
    I click on Home button in level1 navigation the only one tab the user emp authorized to it  gets rendered (appears)
    and its semi correct behavior because this is what I want him to see only
    my tries to find solution
    I tride to use
    #{securityContext.userInRole['division']}
    on the menu node item   I found same behavior level 2 tabs gets hidden till i click on home link at run time
    I tride to use #{securityContext.authenticated} to control item nods rending
    all tabs remains visible and i dont want that ain adition if user clicks on a tab of page he has no authority on it i recive server error
    I read 30.7 Creating a Login Page in the  Fusion Developer's Guide for Oracle Application Development Framework to finde about redirecting user
    and it is using the same as i did from adf tutorials
    I tried to make new navigation app on fast
    maybe i made incorrect change in any stage of my original app
    but I found same behavior
    I tried to set disabled property instead of rendered property the tabs are always rendered   but I got server error when I click on a tab which a user does not authorized
    So I doubt maybe problem in the El or the way I use to control rendering item node
    or there additional step to stop all  the tabs disappear after login
    I hope please some one Help or tell me what i have to read about in the developer guide  or interface developer guide or article on the web
    I'll be gratfule
    I know maybe it is small issue but help me please

    Hi,
    have a look at the sample that comes with this article: Oracle ADF: Security for Everyone It uses resource remissions to authorize panel tabs.
    One test to run is to print the outcome of the security evaluation (e.g. output text) to see what it returns.
    Frank

  • Smartview 11.1.2 "Hyperion" tab disappeared from his Excel 2010.

    My user's Smartview 11.1.2 "Hyperion" tab disappeared from his Excel 2010. Trust Center shows that Add-In's are not disabled. We reinstalled and installed SV but nothing worked. What can we run to register SV to his Excel 2007? His Excel 2010 does have Smartview Add-in for HsTbar, Hsaddin.dll

    Please note that the 'solution' of copying files to the Addins folder is NOT recommended. You will probably cause more issues or store up problems for the future, such as when you upgrade the SmartView client. Believe me -- we get a lot of calls into Support caused by people doing this. It can cause:
    - loss of functionality owing to mixed file versions
    - the full path to HsTBar.xla to appear in front of SmartView functions
    - DLL hell when it comes to upgrading.
    Please check your system for duplicate copies of HsTBar.xla and HsAddin.dll and remove all but the ones in the correct SmartView installation folder. Also delete any duplicates of the other SmartView DLLs. Then re-register the DLLs in the SmartView\bin folder according to Jasmine's instructions. Note that you must be logged into your PC as a Power User or Administrator to do this. You should get a 'success' message for each DLL you register. Alternatively, uninstall SmartView, search for any remaining SmartView files (HsTBar.xla, HsAddin.dll) anywhere on the hard drive and delete them, then re-install.
    If you still get problems, log a support call.
    Edited by: user807652 on Feb 17, 2011 4:28 AM

  • I had about 17 tabs open on my browser. I clicked a link to open another one and when the tab opened the other tabs disappeared. What happened here?

    I had 17 tabs open. When I clicked a link to open a new tab all the other tabs disappeared. I thought a new window had been opened instead, but this is not the case there is only one window open on my mozilla browser. If I try to close the window I get a message that says there are 26 tabs opened, I opened 9 more tabs. Can anybody tell me what is going on here or how I might figure this out?
    Also, when I close a tab and try to reopen the tab using the right click menu, the 'undo closed tab' menu is disabled. What happened here? Can anybody tell me how to re-enable it?

    I've seen some occasional glitches with windows losing the toolbar area, but not one that disturbing.
    If you click and drag down on the 18th tab enough to tear it off into a new window (and possibly the same for the other newer tabs you opened), can you get the 17 tabs to re-appear in the first window? If not, I'm not sure there is a way to mend the window. If it's NOT a private browsing session, you might have to use Firefox > Exit (or File > Exit) and restore your session to get a working window. That won't work with a private window...
    As a backstop, you might also right-click a tab in the window > Bookmark All Tabs before ending your session. (Because session cookies and other transient data are not preserved when you reload bookmarks, this isn't as effective as restoring a session. On the other hand, bookmark storage is less fragile than session data storage.)
    Regarding Undo Close Tab, are the closed tabs listed on the History menu under Recently Closed Tabs? If so, that context menu item definitely should be enabled.

  • How can i block PO adopt from PR with no release tab

    Dear Experts,
    I need to block PO creation ( by adoptation of PR) from PR which has no release tab active. Kindly help me how can i do this.
    From unreleased PR , PO can not be created and it is standard SAP function. But if PR has no release tab then PO can be created from that PR and no error or warning is there. But i need to block PO creaation from the PR which as no released tab active.
    Please help.
    Kind regards,
    Zusen

    Hi Zusen,
    Would not be good idea to place those PRs in release strategy? In this way PO(s) will not be created until PR(s) is released. Have a look at release strategy of PR under the path; IMG-Materials Management-Purchasing-Purchase Requisition-Release Procedure
    Otherwise you have to develop some coding. You can use BADI: ME_PROCESS_PO in order to control unreleased PR. If EBAN-FRGRL is NULL in PO then you can place an error message as you want.
    Kind regards

  • Add Ins tab disappears in Word 2007

    Hi -
    I installed Tutor 14 and I am having problem with the Add In.
    I am using Word 2007 - and when I create a new Tutor document, I can see the Add In tab at first. But as soon as I update the Document Properties, the Add In tab disappears.
    What is the issue with this, can anyone help? The OS is XP.
    Thanks.

    It may be a corrupt normal.dotm.
    Try deleting it.
    Close Word, find where normal.dot resides (should be in the same folder as Author.dot) and delete normal.dotm
    A new one will regenerate next time you open Word.
    Another cause could be other product's dot files that are installed to the Word start up folder.
    These may over-ride the Author.dot
    Examples are the snagit.dot, palm.dot, etc.
    Remove these from Word's startup folder and see if the behavior persisits.
    Kind regards,
    Emily

  • The remainder tabs disappear upon closing one tab.

    After opening up multiple tabs 3 or more, the tabs appear normally. However, after closing one, sometimes the remainder 2 or 3 tabs disappear but the one window is intact but and no tabs. If I close the window, I get the message, 'You about to close multiple tabs," which I am fine because I have selected that option.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Under music my artists tab disappeared but still have albums, songs etc how to get artists tab back?

    Under music the artists tab disappeared but still have albums, songs etc. 
    how to  get artists tab back?

    Hi Gary gar,
    Welcome to the Apple Support Communities!
    It sounds like the options at the bottom of the Music application may have been edited. You can click the More section on the far right, then choose Edit in the top right. You can then drag any options you want to that bottom bar and rearrange them.
    Browse and play - iPhone
    http://help.apple.com/iphone/7/#/iph3cf21a82
    Tired of tapping More? To rearrange the buttons, tap More, then tap Edit and drag a button onto the one you want to replace.
    Have a great day,
    Joe

  • Broken PCI card release tab question

    Ordered and received the ATI 4870 video card upgrade from Apple and read the included instructions. In lifting up the plastic card release tab at the end of the PCI express slot to release the ATI 2600 video card the plastic tab broke off and fell down into the machine. I was able to remove the old card and install the new one without other problems. The new card seems to be working well.
    Should I be concerned about this broken release tab and the plastic piece which has fallen who knows where? I have Apple care on the Mac Pro and there is an Apple store in the area.

    Apple will probably not cover it since you broke it. There should be no problem using it without the plastic latch, but if you ship the Mac Pro, make sure the card is pushed all the way in before connecting power.

  • Firefox occasionally crashes, after restarting it app tabs disappear. 8.0.1

    From time to time, Firefox crashes.
    When I open Firefox again, my app tabs disappear.
    The problem is that I had more than 50 app tabs, and I really need them back, as I don't recall some sites' titles or addresses and I can't find them in history.
    How can I restore or at least make sure that it doesnt' happen again?
    If it is not restoreable, is it legal to change Firefox core files?

    My problem is not necessarily when Firefox crashes, but when I have two windows open, one with my tabs and one plain one. If I close the one with my tabs first, and then the plain one, when i restart Firefox reloads only the plain window, and I cannot get my tabs back. This has happened to me numerous times and is highly annoying. I don't have 50 tabs like Mirac7, but it still frustrates me. Can't these be linked to my profile, instead of just the particular window I have open at the time?

  • "A Suitespot Server" tab disappears after Calendar Server install

    After installing another Suitespot server and then Calendar, the tab from one
    of the other servers disappears. I reinstall that server, then the Calendar
    Server tab disappears!
    <p>
    Using a text editor, verify that the suitespot_server_root/admin-serv/config/servers.lst
    file has no extra white spaces or erroneous chars in the front or end
    of each line. If there are, delete the extra character and reload
    your admin page. Then, make sure you see each one of your servers listed by an
    on/off button.

    If you have the Z68MA-D2H-B3 board, go here and get the UEFI update.
    http://www.gigabyte.us/products/product-page.aspx?pid=3975#bios
    UEFI is the BIOS replacement. Once that is done you can use USB 3.0 with Win8 and Hyper-V. Oh, and the computer boots about twice as fast. At least that was my experience.  There is a list of Gigabyte utilities that need to be removed first, so read
    the instructions well.
    "(Note) Some GIGABYTE utilities are not supported under UEFI BIOS architecture. Please remove Smart6, Dynamic Energy Saver, Smart TPM, and Touch BIOS utilities before updating the BIOS."
    I used a FreeDOS bootable USB to apply the update, since you can't do it from inside Windows or through the BIOS updater.
    http://rufus.akeo.ie/
    You may need a clean re-install Win8 afterwards. I did it out of habit, so I don't know if it will pick up the changes and work without it. Back your stuff up first just in case you do.

Maybe you are looking for

  • Adobe Bridge Freezes While Previewing Animation Presets

    Hello I know this question has been asked several times over, but I do not have a resolution so I thought would ask again.  Like the previous posts, when I browse presets from the Effects and Animations menu, Adobe Bridge opens.  I can scroll through

  • If it ain't broke, don't fix it!! I want classic site back

    I speak on behalf of most or for a large majority of paypal users with this complaint: The new paypal site is complete garbage and utterly disappointing. For starters, this is an insult to everyone using it because it is too "elementary" and it doesn

  • J2sdk-1_4_2_03-linux-i586 unpacking error

    Hello everyone. I have the following error when I am unpacking j2sdk-1_4_2_03-linux-i586.bin under redhat5.5 I type the following command: ./j2sdk-1_4_2_03-linux-i586.bin After I agree the license terms and error message is found. Here are the error

  • Corrupt JPEGs

    Help I have corrupt JPEGs. The pictures show up fine in in thumbnail but when opened up in preview they only show half of the picture. Thanks again Carl

  • How to Use Function Module READ_TEXT

    Hi Anyone give me code or link or example for how to use function module READ_TEXT and what are the parameters which we have to pass in module. Regards. Mohsin