Couldn't do a particular function only in production environment

Hi All,
I am not able to do a particular function in production environment, so I took SU53 screen shot and found the missing authorization object and  added the needed role in quality and tested the same, it was working. But when I tried the same in production with that particular role I couldn't do it.
Can you help me locate where the issue is.

A novice asked the Master: ``Here is a programmer that never designs, documents or tests his programs. Yet all who know him consider him one of the best programmers in the world. Why is this?''
The Master replies: ``That programmer has mastered the Tao. He has gone beyond the need for design; he does not become angry when the system crashes, but accepts the universe without concern. He has gone beyond the need for documentation; he no longer cares if anyone else sees his code. He has gone beyond the need for testing; each of his programs are perfect within themselves, serene and elegant, their purpose self-evident. Truly, he has entered the mystery of Tao.''
May the Tao be with you.
P.S. --> Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers

Similar Messages

  • Existing 2003 forest functional level -- 2012 forest functional level in production environment?

    Hello experts!  
    A quick question if it can be one:
    Is it possible to raise a forest functional level from 2003 to 2012 in a production environment (only 2003 DCs with existing roles to only 2012 DCs)?  If so, is there a standard implementation of the upgrade process
    (migration of roles, migration tools, etc.)?
    many thanks!
    David

    hi,
    Thanks for posting. 
    Sorry i don't know if i am understanding your question. Are you talking about upgrading your DC's in your current forest to 2012 then raising the functional level? 
    If so, first of all you can only raise the forest and domain functional levels when all DC's in the forest and domain are at 2012 or higher. 
    To get your domain unto 2012 DC's there are a couple of paths you can adopt, but generally the simplest is:
    1. Introduce your first 2012 / 2012 R2 DC into your existing domain, this will extend the schema with the additional attributes that are required to 2012 - this is an automatic process during promotion of your first 2012 DC.
    2. Go through and start replacing your existing domain controllers. You don't normally do an inlace upgrade, the preferred method would be to use different hardware, built up the new DC to replace your existing one, then demote the existing one - keep going
    through this process until all your DC's are 2012.
    NB: which ever DC(s) currently holds the FSMO roles you will need to transfer these to one of your new 2012 DC's before you decommission that one. 
    if i've got what you were asking wrong, please let me know, otherwise hopefully this helps.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    Blog: http://www.windows-support.co.uk 
    Twitter:   LinkedIn:

  • Making a flexfield segment 'required' for a particular function

    Hi
    How do we make a flexfield segment 'required' for a particular function.
    I don't want to make this field required from core applications(System administrator), but only for a function.
    kindly give Suggestions..

    I understand that this is a issue, as a workaround you can do this for your page alone.
    1. Get the handle to the flex bean segment in your page
    2. make it required.
    This is what the devguide says
    1. Find the flex bean by attribute name and call processFlex() on the flex bean.
    2. Call getIndexedChild(int) to extract the TextBeans from the flex bean and do whatever you want.
    code shld be something like this
    OAPageLayoutBean page = oapagecontext.getPageLayoutBean();
    OAMessageTextInputBean segmentBonus=(OAMessageTextInputBean)page.findChildRecursive("OfferDetailsFlex0");
    if (segmentBonus!=null) {           
    segmentBonus.setRequired(true);
    Thanks
    Tapash

  • Find particular functions in bunch of reports

    Hi,
    We have a set of reports we are trying to analyze which contain some functionality and which we might think is complex. Is there a way we can determine complexity by size and also if i had to find a particular function in a set of reports is there a way i can convert these files to text files and just search for the keywords in them to find which rdf file contaons those functions. How do I find particular functions i a bunch of reports?

    We have reports version 6i and we are moving to 10g. I know there is a report converter in 10g but it does not convert to text file. It only converts to .rep, xml and jsp and so on and i couldnt find this converter in 6i itself. So how do i browse throught these bunch of reports with or without converting them to plain text files.

  • List of users who were granted particular function in oracle apps R12 db?

    Hi
    I need to list all users who were granted particular function (suppliers) from oracle apps R12 database. User -->Resp -->Menu --> Submenu/function. I have two queries like the following
    --Below sql query give all users those
    having Purchasing and Payables application access.
    SELECT UNIQUE u.user_id, SUBSTR (u.user_name, 1, 30) user_name,
    SUBSTR (r.responsibility_name, 1, 60) responsiblity,
    SUBSTR (a.application_name, 1, 50) application
    FROM fnd_user u,
    fnd_user_resp_groups g,
    fnd_application_tl a,
    fnd_responsibility_tl r
    WHERE g.user_id(+) = u.user_id
    AND g.responsibility_application_id = a.application_id
    AND a.application_id = r.application_id
    AND g.responsibility_id = r.responsibility_id
    AND a.application_name in ('Puchasing','Payables')
    ORDER BY SUBSTR (user_name, 1, 30),
    SUBSTR (a.application_name, 1, 50),
    SUBSTR (r.responsibility_name, 1, 60);
    --Below sql  query gives function name.
    SELECT function_id, user_function_name, creation_date, description
    FROM applsys.fnd_form_functions_tl where function_id=1348;
    What other tables to join to get all users having this function (suppliers) granted?
    Regards

    You cannot move a post to another forum.
    You can repost your entire text as another post in the other forum.
    You can then mark this thread as "answered" -- just to close it.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Jan 16, 2011 5:11 PM

  • How do I save as a pdf while in acrobat cloud?  the "save as" function only lets me save as a complete webpage or html

    how do I save as a pdf while in acrobat cloud?  the "save as" function only lets me save as a complete webpage or html

    What application are you using?
    Acrobat's Save As has 21 choices available.
    Be well...

  • WAD : Call Javascript Function only on Initial Load

    Hi
    I need to replicate the functionality found in the web template parameter ACTION_BEFORE_FIRST_RENDERING in a Javascript function. I need to to do this in order to read a querystring parameter, and then perform actions based on that querystring parameter.
    Is there a way to either call a function from the ACTION_BEFORE_FIRST_RENDERING command, or how do I call my Javascript function only the 1st time the page is loaded?
    I can call the Javascript function from the body onLoad event, but that results in the function being called every time the page loads, which is not what I want ... I only want the function called the 1st time the page is loaded.
    Cheers,
    Andrew

    Seems you can use this parameter to check :
    sapbi_page.m_requestIdValue
    The first time a page is loaded, that value is 1. Thereafter, it increases. I can therefore put that check in my onLoad function, and call the stuff I need if it is 1, otherwise leave the function.
    Cheers,
    Andrew

  • Display a particular column only when certain criteria is satisfied

    Hi Experts,
    I have a requirement from a user with which i am struggling. The person wants to see an entire report but see a particular column only when certain criteria is satisfied. I am not talking about filtering the entire Query but just a certain column.
    Ex.
    Data in Cube
    Req | Candidate | Candidate Status | Grade
    1 | C01 | Draft | A
    1 | C02 | Withdrawn | B
    2 | C03 | Hired | B
    3 | C04 | In Process | A
    3 | C05 | Hired | C
    Result in Query
    Req | Candidate | Grade
    1 | <Blank> | A
    1 | <blank> | B
    2 | C03 | B
    3 | <blank> | A
    3 | C05 | C
    Basically, user wants to see candidate information only when Status is Hired. Rest of the time, it should be blank.
    Is this possible ?

    Hi,
    From My view this is not possible in Query.
    You can do this in Backend or
    You can create 2 Query
    1.Query whith candidate name who is hired.
    2.Query without candidate name whose status is not hired.
    3.Merge these these report using Excel Macro.
    Thanks and Regads,
    MuraliManohar

  • Email function only allows log on by email address

    The Email function only allows an email address to be used as the log on.
    My ISP's email system uses a single word hostname, therefore I cannot set up an email account with valid SMTP log on credentials.
    This is obviously OK for systems like GMail, where xyz@gmail is used together with a password but there are many systems that require just xyz and a password.

    Hi,
    The fix for this bug, might fix the issue you have.
    NX-OS 5.2(6b) Release Notes
    http://www.cisco.com/en/US/docs/switches/datacenter/mds9000/sw/5_2/release/notes/nx-os/mds_nxos_rn_526b.html#wp916553
    CSCuc03438
    Symptom: The first SSH login on a Cisco MDS 9100 or 9200 Series switch always fails.
    Workaround: This issue is resolved
    Regards,
    David.

  • Re: Optional rawmaterial usage for a particular customer only

    Hi All
    The scenario is in a Sales order based process industry.
    A particular finished product F1 is sold to two customers C1 and C2. This F1 requires the use a particular raw material R1 or alternate material R2 (R2 can be used only for customer C2).
    In case of F1 sold to C1, the client has the option to use an alternative raw material R2.
    However in case of F1 sold to C2 customer, should use R1received from a particular vendor only. Is there some way to map this process in SAP?, if yes, pls explain how?.
    Thanks & Regards
    Karthik

    Hi Karthik,
    It is possible by using variant configuration.
    Pls explore yourself in that.
    Regards
    R.Brahmankar

  • WAD execute planning function only for manually selected cells

    Hello,
    I have a simple standard "delete" planning function.  In the WAD I add this function as a button.
    Is it possible to make it so that the delete function only executes for the manually selected cells in the WAD planning layout.
    I want to manually select 3 cells (3 periods out of 12 that are displayed as fixed columns) and then run the delete function which should only delete values of those 3 highlighted cells.
    Regards

    Deleting values in selected cells is not ossible when using delete planning function. However, there is an alternative. You can implement the How-To guide "How to Copy and Paste in BEx Web Applications for IP  http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80220fed-0e6d-2b10-bbb9-f6af76dee0cc"
    Then in delete script function which is called on delete button you add code to call REFRESH_DATA command as well.
    So whatever cell you select and then click delete the data will be deleted and by REFRESH_DATA the same will be updated in planning buffer.

  • I just moved to a Mac using Elements 12. Certain print option functions only available in Windows

    I just moved to a Mac using Elements 12. Why are certain print option functions only available in Windows  e.g. paper Type and printer Advanced settings?

    No, they're just in a different place. Adjust the available settings in the PSE print window, then click Print. You will see a small OS X print window. Click the Show Details button and use the pulldown menu in the middle of the expanded window to set things like paper type, ink, quality, etc.

  • Search function only returns the first entryinstead of 2600

    Hi all,
    I am using JDNI to search in a iPlanet LDAP. This is the code:
    String filter = "(objectclass=TDC-Empleado)";
    NamingEnumeration resultados;
    SearchControls limitacionesBusqueda=new SearchControls();
    limitacionesBusqueda.setSearchScope(SearchControls.SUBTREE_SCOPE);
    results = ctx.search("o=TDC",filter,limitacionesBusqueda);
    I know with another tool that this filter works but the search function only returns the first entry!!!
    Somebody can help me ?
    TIA
    Manuel

    humm.
    Sets ctx.setCountLimit(long), or else checks the "size limit" of your iplanet server (size limit: number of entries returned to the client application).
    A.V.

  • How to make the class files to run in a particular platform only

    Class files which are created from the java files should only run on a particular platform only..say i'm going to create the class files for windows environment then those class files should only run on that environment only. it should not run on unix environment etc..how to do this..

    hi,
    i cant think of a reason why you would do something like that.. You cant prevent your class files to be read by the JVM of a different OS, but anyway you could do something to stop your code from running in a different OS, for eg.
    Properties prop = System.getProperties();
    if (prop.getProperty("os.name").startsWith("Windows")==true)
          //code
    else
           System.out.println("Sorry i will not run in this OS");
    }cheerz
    ynkrish

  • SCAL - Transport function only active within customizing client

    hi all,
    when executing SCAL, the system prompted this message "Transport function only active within customizing client"  at the bottom of the screen.
    in SCAL --> Calendar --> Transport (this option not allowed)
    I have checked the client details in SCC4, it is set as
    a.) Automatic recording of changes
    b.) Changes to Repository and cross-client Customizing allowed.
    pls advise what need to be done to allow this client to be able to configure calendar, to save and to create TR.
    previously it was ok.
    thanks.
    regards,
    Kent
    Environment
    NW 2004S SR2 (Kernel 7.00 for OS/400)
    ERP 2005 SR2 (ECC6)

    hi all,
    the solution for this problem is in SCC4 , change the client role to "customizing" ...
    it was set to "test" that's why doesn't allow to create transport request.
    sigh .. can't reward myself.
    regards,
    kent

Maybe you are looking for

  • BackGround picture for a Swing application??

    hi, once I got a nice idea while watching some webpages. we can give a background picture for a webpage in <body> tag? I want to do same thing for any Swing application. Currently I am working on that issue. Any suggestions are welcome!! santhosh

  • Nano 6th sinks (not working) Sleep Button.

    on my iPod nano 6th not working Sleep Button. problem occurs a second time. problem has been, decided to change the service center to the next. Now this is not possible, the warranty is over. how can I fix this problem?

  • Good Registration Info Declared "Invalid"

    After reinstalling Windows XP Professional on my PC, the same computer that Photoshop Elements 5.0+Premiere Elements 3.0 have been installed on since August 2007, I've been able to reinstall - and re-register - Elements 5.0 without any problems. Inst

  • ApplicationControlBar not always on top in FB4

    When you have an AppControlBar docked shouldn't it remain on top even over popups? Or if not is there a way to pevent popups from showing over top of the AppControlBar?

  • Why can't I select Blur Gallery options on PScc?

    I want to get the blur effect on my background but when I go to choose anything from the blur gallery it prompts: Could not apply the Blur Gallery workspace because the disk is not available. what am I not doing?