AR Transaction Complete button Disable...

Hi all,
I am trying to Disable Complete button in AR transaction for particular User.
But I couldn't done, please help on that....
Thanks and Regards,
Muthu

Hi Muthu,
In th user Responsibility, enter a Menu Exclusion called:
Transactions: Complete
Octavio

Similar Messages

  • Portal Transaction iView Button disabled

    Hello expert,
    I wish know why the button on menu of Pop-Up Portal are disabled.
    I created a SAP Portal Transaction iView:
    Image:
    http://img718.imageshack.us/img718/7001/helpsdn.jpg
    And the button NEW WINDOW is disabled, but if I put on the field where we type transaction: /ose37
    then, a new window will open because I used /o
    My question is: Why this button - NEW WINDOW is disabled? How can I enable this?
    thanks.

    The solution for other versions is explained in the same note. However the note says that the procedure is NOT recommended and NOT supported by SAP.
    You will need to editi the WinGuiRenderLayer.properties and set -wp=false in the SSDCommandTemplate
    For NW04 realease and above the WinGuiRenderLayer.properties can be found at:
    ../usr/sap/< SID>/<InstID>/j2ee/cluster/server< server#> /apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.appintegrator.sap/property/transaction
    (Make these changes in all the server nodes. A restart of the portal might be required after making these changes.)
    Please note that if you change anything in this property file, it will be overwritten if a new version of application com.sap.portal.appintegrator.sap.par is delivered or when a new SP is applied.
    It is also recommended to keep the original archive com.sap.portal.appintegrator.sap.par in a temporary folder and redeploy it if you encounter any side effects.
    Have a look at this thread also:
    WinGUI create new session option not available
    Thanks,
    Shanti

  • Transaction/Invoice is not completing after Complete button is clicked

    Dear Legends
    I am facing some problems while performing Period close process.I have to complete some of the incomplete transaction.
    I have took the list of incomplete transactions using the report "Incomplete Invoices Report".The following error i am facing is
    1.I tried to query the incomplete transaction number.The transaction workbench retrieves the data and the status is also incomplete.
    2.When i click complete its showing an error "APP-AR-11080: This transaction has been posted. You can no longer update this field." and gets completed and the Check box "Complete" gets ticked and the "Complete" button changes to "Incomplete".
    3.When i try to close the form or save the form its asking for saving the details, If i click save same error pops up."APP-AR-11080: This transaction has been posted. You can no longer update this field."
    4.When i click no and exits the transaction number again in the transaction workbench.The status is again changed to incomplete transaction and complete tick is not ticked.
    Please try to address this issue guys.
    Thanks and Regards
    Arun Kumar P.R.

    GeryAT wrote:
    This backup is too large for the backup disk. The backup requires 248.04 GB but only 212.07 GB are available.
    That sounds like it's trying to do a full backup -- if there's roughly 210 GB on your system (Time Machine adds 20% or so for workspace).
    If so, and you did a full restore (by starting from your Recovery HD), Time Machine should have automatically "associated" your restored internal HD with the old backups.  It sounds like it didn't, and is treating it as a different one. 
    You may be able to manually tell it to "associate" the restored disk with the old backups, per #B6 in Time Machine - Troubleshooting.  You'll  need the procedure in the pink box there.

  • How to set button disabled property based on backing bean method

    JDeveloper 12c
    I have a table and a button on the page. When user selects certain table row I want to enable/disable the button.
    My backing bean (which has backing bean scope in the task flow where the page is) is
    package view.backing;
    public class Studybrowse {
        public Studybrowse() {
        public String b1_action() {
              //Do something here
            return null;
       public boolean b1_user_auth(){
           // Do something here to return true or false
            return true;
    My button is something like this:
    <af:button text="Do something" id="b4" action="#{backingBeanScope.Studybrowse.b1_action}"
                   disabled="#{backingBeanScope.Studybrowse.b1_user_auth THIS DOES NOT WORK}"
                   partialTriggers="t1"/>  
    The first problem is in design time, it says: "Reference backingBeanScope.Studybrowse.b1_user_auth not found"
    and in runtime, desired behavior does not work.
    Any help is appreciated

    Timo:
    I changed my backing bean method like this:
        public Boolean isUserAuthorized(){
            // some code here that will return true or false, hardcode to true for now
            return true;
    and the button disabled property like this:
               <af:button text="Go to Reports!" id="b5" action="#{backingBeanScope.Studybrowse.b1_action}"
                           disabled="#{backingBeanScope.Studybrowse.isUserAuthorized}"
                           partialTriggers="t1"/>                   
    Still same problem in design time there is a warning and 500 error in runtime.
    <Jan 22, 2014 11:36:15 AM CST> <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <ADF_FACES-00009> <Error processing viewId: /studyBrowse URI: /studyBrowse.jsf actual-URI: null.
    javax.el.PropertyNotFoundException: //C:/Documents and Settings/rade/Application Data/JDeveloper/system12.1.2.0.40.66.68/o.j2ee/drs/ADFOracleReports/ViewControllerWebApp.war/studyBrowse.jsff @41,46 disabled="#{backingBeanScope.Studybrowse.isUserAuthorized}": The class 'view.backing.Studybrowse' does not have the property 'isUserAuthorized'.
      at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:111)
      at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
      at oracle.adfinternal.view.faces.renderkit.rich.ButtonRenderer.getDisabled(ButtonRenderer.java:436)
      at oracle.adfinternal.view.faces.renderkit.rich.ButtonRenderer.encodeAll(ButtonRenderer.java:270)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:455)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1600(PanelGroupLayoutRenderer.java:30)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:761)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:653)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:195)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:326)
      at oracle.adfinternal.view.faces.taglib.region.IncludeTag$FacetWrapper.processFlattenedChildren(IncludeTag.java:683)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:171)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:326)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:291)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:366)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)
      at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)
      at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:417)
      at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:228)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)
      at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:288)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)
      at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)
      at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1473)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
      at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)
      at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)
      at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
      at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
      at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:338)
      at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)
      at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)
      at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)
      at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    >
    <Jan 22, 2014 11:36:15 AM CST> <Error> <javax.enterprise.resource.webcontainer.jsf.application> <BEA-000000> <Error Rendering View[/studyBrowse]
    javax.el.PropertyNotFoundException: //C:/Documents and Settings/rade/Application Data/JDeveloper/system12.1.2.0.40.66.68/o.j2ee/drs/ADFOracleReports/ViewControllerWebApp.war/studyBrowse.jsff @41,46 disabled="#{backingBeanScope.Studybrowse.isUserAuthorized}": The class 'view.backing.Studybrowse' does not have the property 'isUserAuthorized'.
      at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:111)
      at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
      at oracle.adfinternal.view.faces.renderkit.rich.ButtonRenderer.getDisabled(ButtonRenderer.java:436)
      at oracle.adfinternal.view.faces.renderkit.rich.ButtonRenderer.encodeAll(ButtonRenderer.java:270)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)
      Truncated. see log file for complete stacktrace
    >

  • IOS 6.1.3 WIFI button disable problem on iPhone4S - It is definitely a BUG

    Hi Apple Fans
    I have a full house of Apple products from iPhone -> iPAD -> iPod -> Mac -> AirPort, and I am suffering from WIFI button disable problem after upgrade to iOS 6.1.3, without any clue after calling Apple Support, factory reset and reload iPhone for more than 10 times.  I also try all tips on Apple Support Communicties except put it into a freezer, still no any luck.  Apple Support suggests that my iPhone may be factly!
    Tonight, I can get my WIFI back in below sequence:
    1. Switch to English language from Chinese
    2. Turn Cellular Data Option to off
    3. Reset Network Setting
    After the phone reset, the WIFI row show 'Not Connected', and I can select my home WIFI (Airport Express) without trouble.  To prove my finding is workable to all case, can you try the same and update here if it works for you?
    Good Luck!
    PS: I always believe it is a BUG.

    Hi,
    I sympathise with you as my iPhone 4s is 7 months old and is also greyed out.  I tried everthing except the potentially stupid one of putting the iphone in a freezer!  I took the phone back to the vendor who sent it away and repaired it.  But alas after a month it is greyed out again.  I have again returned to the vendor and he will repair it again.  I asked him how and he told me it is a software conflict and he has to spend around 9 hours downloading a patch repair.  Apple are aware of this issue and I feel completely let down because they have not posted a fix on the net.  Presently I am living and working in Dubai, back in the UK I am sure my iPhone would have been exchanged for a new one.  I need my iPhone for my work and cannot afford to just buy a new one so I have been let down and despite for years being a supporter of Apple and their products I shall think twice before investing in any more Apple products.

  • Complete Button on Purchase Order

    Can anyone tell me when the Complete button becomes active on the purchase order?  We have had a few POs that have gone into Transaction Complete status even though there are no goods receipts against the PO.  It seems that the Complete button only becomes active after a goods receipt has been done against items on the PO.
    Has anyone else had this issue where the PO goes into Complete status before the goods receipts are performed?  We are in SRM 5.0 using Extended Classic.
    Is there any way to undo this?
    THanks
    Jane

    Hi Jane
    Confirmation of goods unavailable for PO - happened
    Re: PO status change -solution
    BR
    muthu

  • COMPLETE BUTTON is not visible in OSA-HIGHER MANAGER WORKFLOW

    Hi
    Its pertaining to OSA, we have two level of appraisal Approval system. Employee-Manager and Higher Manager.
    The problem is when we send the Appraisal Document to Higher manager for completion of Document, the Complete button doesnt appear in BSP, but when i check the in URL that is being generated after the manager has CLOSED PART APPRAISAL in workflow inbox has COMPLETE button, i copied URL and generated the page but the COMPLETE button here is in Display mode. I am not able to close the document.
    I am not able to see the same button in PHAP_ADMIN too.
    The same thing working when i tested earlier, but now its not working.
    Please help.
    Thanks n regards
    Aadi

    Hi Aaditya,
    Goto transaction PHAP_CATALOG. Select the templtae for which you have created the document. Goto the tab "status flow" and check the button in the "in process" stage. if the complete button is not there then it will not reflect in the document.
    Choose the button as Complete and create again. The templte status has to be changed to cancel release. So delete the document to change the status.
    Hope this helps you.
    Regards,
    Subbu.

  • What is "complete" button in PO for?

    Dear SAP gurus,
    We are using SRM server 550 with SP8, and using extended classic scenario. I see there is this one button "complete" in the PO. From what I see from other posts in SDN this button is useful to release the commitment for PO though the PO has not been fully confirmed/receipt.
    I try to do this. We applied notes 1066895 to make sure the "complete" button works and then create a PO and approve it. The PO goes to backend and create some commitment. Then I click "Complete" and the status is changed to be "transaction complete" then when I check there is no change happening for the commitment related to this PO.
    So what is the exact use of complete button? can it really release the commitment? Or do i miss something??
    Best regards,
    Yosea

    Hi Sibero,
    Plz check this already answered thread and assign points if it clarifies your query.
    Re: What does the 'Complete' button do in 'Process Purchase Order' (BBP_POC)
    Rgds,
    Teja

  • How to reverse/change SRM PO with status "transaction completed"

    We use Extended Classic scenario in our company.      There is a PO has outstanding G/R balance,   but user accidently hit the button "complete"on this PO  in SRM ,   in result the PO has been completed with status "transaction completed".    And nothing can be performed on this PO.   
    G/R balance is out there and now it has financial impact as it blocked the funding thru internal order. 
    Anyone have idea how we can resolve this problem.    Can we reverse/change the PO status?   Please note G/R canu2019t be entered in ECC as restricted.  
    Thanks,
    Frieda

    I think it was CRM_JEST. But the way to easily select the correct entries:
    1. Go to transaction BBP_PD
    2. Enter BUS2201 and the order number
    3. Double click on the status table, this will take you to SE16 with all the different status for the PO
    4. Select the entry to delete
    5. Enable debugging by putting /h into the transaction field
    6. Double click "CODE" and change this to "DELE"
    7. F8 (leave debugging)
    8. Click on the delete icon and save.
    Done.

  • FRM-40400: Transaction complete: 1 records applied and saved

    Dear All,
    Hope all of you are doing well,
    Pls go through my problem...
    here is an application developed based on Oracle Forms & Reports 6i.
    I wrote a code, like for some specific Users, various permissions.
    Ex: User A (Payroll Person), User B (HR)
    for employee Master Data HR is the right person to modify master data and all the remain are not permissible.
    I query one person (from Non HR user), try to modify Master Data  then it given user defined message -
    "you are not authorized person to modify Master Data" [OK] - so no changes done
    then I clicked the Query button directly,
    it gave the message - "Do you want to save the changes you have made"  [Yes] [No] [Cancel]
    when I clicked Yes :
    " FRM - 40400 : Transaction complete : 1 records applied and saved "
    In database also it is saving the record..
    Mean for unotherised user also It's modifying the data.
    Please help me the way to handle this issue..
    Thanks in Advance...

    As salamualikum, Md Sirajoddin
    You wrote
    I query one person (from Non HR user), try to modify Master Data  then it given user defined message -
    "you are not authorized person to modify Master Data" [OK] - so no changes done
    That means your code works in some condition. Right ?
    Place your code at Pre-Commit trigger at form level.
    Hope this helps
    Hamid

  • Transaction Completed : status I1023 in SRM PO.

    Hi Friends,
    We are in SRM 5.0, Ext.Classic scenario. Some of the POs in our Production system have the status Transaction Completed [in BBP_PD: status I1023]. These POs have been successfully replicated to R/3-ECC, but we are unable to change or delete these PO now in SRM. When i click the change button, it gives a popup with msg "System status is active ()".
    Pls help with suggestions to change.delete such POs.
    Thanks!

    Hi Harsha,
    The P.Os that were marked as Transaction completed in SRM system can no longer be changed.
    This means the P.O can not be changed and the same can not be deleted.
    This is the standard SAP SRM functionality.
    1. Please do not use 'Transaction Completed' option to close the P.Os.Instead you can mark the 'No further Confirmations expected' and 'No further Invocies expected' check boxes under statistics tab of P.O item data. This would remove all the commitments against the purchase order item and would enable any Project closure in case Network or WBS is used as Account assignment for this P.O item.
    2. In case the P.O needs to be deleted then use function module BBP_PO_DELETE in backend ECC system to delete SRM (EBP) P.Os in ECC.
    Hope this answers your query and resolves your issues.
    Please let us know in case of any further clarifications.
    Regards,
    Teja

  • Af:command button disabled

    hi experts,
    am using jdev11.1.1.5.0 , adfbc
    what i did ,
    while clicking insert button , one dialog appears and then enter all the details and save those details, the record will be in new status(see status column of my pics). in my af:table
    af:table is editable
    but ,
    af:table inside components > inputtexts and so n so. but i make all of the components as readonly.(reason for make input components as read only is restrict unwanted entry). if u want make entry use insert button
    see the pics,
    http://www.4shared.com/photo/Cgo8aRQJ/s123_2.html
    but my need is:
    when i select the entrycompleted(u can see status column) row. the entrycomplted button will must get disabled.
    when i select the new row(u can see status column), the entrycomplted button should not get disabled.
    but my problem is:
    once i select the new status row. and press entry completed . the status column (see my pic) get entry completed. and entry complete button get disabled.
    ok this is not problem.
    when i select the new row(see status column in my pics ). entry completed button also disabled. this is my problem. way something i tried but not succed.
    so any sugges me.

    I guess the table is in single selection mode?
    Do you have bindings for the attributes of the selected row of the table?
    In This case you can use EL like #{bindings.status.inputValue eq 'NEW'} for the enable attribute of the button. Don't forget the add a PPR from the table to the button.
    Timo

  • Complete (Transaction complete) and Delete tab

    Hi Friends,
    1. In extended classic scenario we have Complete (Transaction complete) and Delete tab
        So when we can suggest to the users "to Complete and Delete the purchase order"
    2  and Few of the PO's Complete tab is disable...Can some one can help on this?
    Thank You!
    Shrinivas

    Hi Shrinivas,
    Completion Tab is available only in sourcing cockpit (Carry Out Sourcing), the requirements which are no longer valid must be either completed and removed from the purchaser's work area using the completion tab.
    PO deletion must be used when the user wants no longer to order that PO or if the PO has resulted in some error's while in transmission and can't be amended any further must be deleted.
    The reason behind some PO's completion tab disabled is because the subsequent follow on documents is not yet posted and hence can't be completed unless there is GR and Invoice entries posted against the same.
    Regards
    Anirban

  • What does the 'Complete' button do in 'Process Purchase Order' (BBP_POC)

    Hi forum people,
    Does anyone know exactly what the 'Complete' button does in the 'Process PO' transaction in SRM v5.0?
    I am in extended classic mode and clicked the button only to find the header status updated to show completed, but nothing else at first glance!
    Thanks a lot,
    Nick

    Hi,
    This is a slightly different question but it's related to the same PO 'Complete' button.
    We have a number of different scenarios where the commitments need to be released in the backend ERP system but we're not able to either becuase the POs were accidentally completed or they are in error status in SRM.
    We're running SRM 5.0 in extended classic.
    Is there a risk to corrupting the PO data if we reverse the complete status via a custom program in order to then manually set the two indicators?
    Our users completed the SRM POs without  setting the item level  'No more GR expected' and 'No more Invoices expected' values.
    Regards,
    Jerry

  • I have created a site with iWeb. I have replaced the iWeb Nav bar with a vertical one I made myself. Problem is, my top button disables itself if it overlaps into the "hidden" nav bar area. I can cmd click and drag it into this area, but then all the rest

    I have created a site with iWeb. I have replaced the iWeb Nav bar with a vertical one I made myself. Problem is, my top button disables itself (and the animation doesn't work) if it overlaps into the "hidden" nav bar area (indicated by a blue rectangle). I can cmd click and drag it into this area, but then all the rest of my site is pushed down the page. Don't know what to do about this. I don't know how to bring the rest of the page up without dragging it also into the designated nav bar area. Also, by doing this, is it affecting my site in ant way? see my site here at www.steveburrowsimages.com
    The home page is with it all draged into the nav bar area and the about page is with is outside the nav bar area (notice that the top button does not animate or work as a button.
    Getting confused here. Anyone got any ideas?

    Well, you made a good start with SEO by getting rid of the iWeb default navigation since it doesn't help the spiders and, out there in the real world, there are more people than you would think with javascript turned off in their browsers.
    One of the downsides of iWeb is that it doesn't allow for the alt attribute in the img tag. Its well worth adding these to give you extra keywords even if you have captioned all your images. Use iWeb SEO Tool for this...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Tags.html
    iWeb, just like most drag and drop software, creates a huge amount of code which causes the pages to load slowly in the browser. Running you files through an optimizer will help to reduce this problem and further reduce the size of image files even beyond the initial optimization you do before loading them into iWeb...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Optimize.html

Maybe you are looking for