Standardrole for BI developer in productive SAP R/3

Hi.
We are building up a new SAP BW environment from the scratch and our base support does not like that we requested access to the productive SAP R/3 to administrate the extractors. If there a standard role available that can be given to SAP BI developer to administrate the extractors in a productive system without big issues and discussion in creating a new role.
Thanks in advance,
Nils

hi
create role in RSECADMIN -> User tab->Role maintenance orusing transaction PFCG .
if you want to remove the query from PFCG ->Authorizations -->Change authorization
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/101fb4f5-eb7c-2c10-5daa-b479c47f0a14?QuickLink=index&overridelayout=true
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/659fa0a2-0a01-0010-b39c-8f92b19fbfea?QuickLink=events&overridelayout=true
How to create a new ROLE in BW

Similar Messages

  • Which tasks required for a Developer in a SAP project with SAP XI?

    Dear all,
    I'm a ABAPer (Developer too), i will join into a SAP development and maintenance project that use the SAP XI. In order to prepare for this project, now i should determine and  study the "Specific Skills/Tasks required" for a ABAPer (Developer too) in development and maintenance project with SAP XI technology platform. I see in our forum with thread:
    Roles for XI Programmer
    that: A developer will take care of "Mapping Task" with "ABAP Mapping" or "JAVA Mapping".
    If any person who participated in a project as same as my project (a SAP development and maintenance project with SAP XI platform), please help me to answer my question:
    My question:
    "Which other tasks required for a Developer in a SAP development and maintenance project with SAP XI platform (exclude Mapping Task)?"
    Thanks a lot to all in advance (points will be rewarded for every valuable answers),
    Vinh Vo

    Hi,
    You can check out the standard XI training content as well
    Check the following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/84/e8763c997fda50e10000000a11405a/frameset.htm
    TBIT40:
    https://websmp109.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT40
    TBIT41:
    https://websmp201.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT41&LANGUAGE=
    TBIT42:
    https://websmp206.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT42&LANGUAGE=
    TBIT43:
    http://www50.sap.com/useducation/curriculum/course.asp?cid=60161651
    TBIT44:
    https://websmp102.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT44
    Reward points if helpful...
    PrasHanT

  • Sytax highlighiting for Jsp Dyn Pages for portal development.

    Hey,
    I am doing JSP with the htmlb taglib for portals. When I edit a jsp page in the Developer Studio, I expect syntax highlighting. This is what I see in the documentation for jsp editing as well - you know where the keywords are highlighted.
    Sytax highlighiting for jsp in Developer Studio for portal development.
    http://help.sap.com/saphelp_nw04s/helpdata/en/ce/e0a341354ca309e10000000a155106/content.htm
    OutputSuccess.jsp, OutputSuccessText.jsp are the two jsp's that are syntax highlighted on this page.
    In my Developer Studio this is not the case. Is a JSP editor and its highlighting not part of the Developer Studio. If it is, how do I get it to work.
    I also know that given the right taglib's, the editor also gives autocomplete for taglibs with its settings. I am hoping to speed up my development with this.
    Right now I am using a text editor for this. There are a couple of jsp plugin's such as Exadel or Lomboz which I can integrate if a jsp syntax editor is not there in the Developer Studio. I just wanted to know the right way to go about this.
    Thank you for your help.
    Sumit.

    Never mind. I was in the preview mode.

  • Sytax highlighiting for jsp in Developer Studio for portal development.

    Hey,
    I am doing JSP with the htmlb taglib for portals. When I edit a jsp page in the Developer Studio, I expect syntax highlighting. This is what I see in the documentation for jsp editing as well - you know where the keywords are highlighted.
    Sytax highlighiting for jsp in Developer Studio for portal development.
    http://help.sap.com/saphelp_nw04s/helpdata/en/ce/e0a341354ca309e10000000a155106/content.htm
    OutputSuccess.jsp, OutputSuccessText.jsp are the two jsp's that are syntax highlighted on this page.
    In my Developer Studio this is not the case. Is a JSP editor and its highlighting not part of the Developer Studio. If it is, how do I get it to work.
    I also know that given the right taglib's, the editor also gives autocomplete for taglibs with its settings. I am hoping to speed up my development with this.
    Right now I am using a text editor for this. There are a couple of jsp plugin's such as exadel or lomboz which I can integrate if a jsp syntax editor is not there in the Developer Studio. I just wanted to know the right way to go about this.
    Thank you for your help.
    Sumit.

    Never mind. I was in the preview mode.

  • Error: Timeout for content=(number) in production only

    Running Portal 3.0.9.8.2. Apps Server Sun 450R; Database Server Sun 450R. Environments are same for both Development and Production. Similar performance navigating the site(s), load is not an issue, however Development returns Oracle Text(Intermedia) searches within 2-3 seconds while Production continually hits the 'Portal Content Area' provider timeout of 15 seconds and displays 'Error: Timeout for content=(15???)'. We use ctx_schedule to run nightly 'SYNC' and 'OPTIMIZE' jobs on all 6 indexes. This error only appears when searching, never when navigating and only in production. Any advice on where to start looking for problems?
    Regards, Joshua

    ...update...
    The 15 second timeouts can be alleviated by increasing the 'Portal Content Area' provider timeout value, however, that is just a symptom. Our problem is that the searches should not be taking 15 seconds to return.
    We thought we were scheduling our 'SYNC' and 'OPTIMIZE' jobs to run nightly by issuing the following command for each of our indexes...
    exec ctx_schedule.startup ('PORTAL30.WWSBR_THING_CTX_INDX', 'SYNC', 1440, TO_DATE('4/17/2002 01:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    exec ctx_schedule.startup ('PORTAL30.WWSBR_THING_CTX_INDX', 'OPTIMIZE FULL', 1440, TO_DATE('4/17/2002 02:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    However, after checking the interval column in the dba_jobs table we found that each job was scheduled to run every minute (we hope this explains our sudden performance problem). Select what,interval from dba_jobs returns...
    ctxsys.ctx_ddl.sync_index('PORTAL30.WWSBR_THING_CTX_INDX');|sysdate + (1 / 24 / 60)
    ctxsys.ctx_ddl.optimize_index('PORTAL30.WWSBR_THING_CTX_INDX', 'FULL');|sysdate + (1 / 24 / 60)
    Why, when we pass in 1440 as the wait_time parameter, do the jobs get scheduled to run every minute?

  • Enterprise Deployment for Hosted Devlopment and Production

    We are moving from a 11G dev environment to 11g production. We chose Installation scenario#3: Enterprise Deployment for Hosted Development and Production so we could scale out the load to multiple servers. I am at the point now where I need to load my repostory and webcat(dashboard files) and I want to make sure I understand what needs to be done.
    Do I load my Repository and Webcat directory on the first node and it deploys it automatically to the 2nd node or are there other steps to do this.
    Thanks!

    Hi,
    I thought about that possibility, but since in the Apple website I read that
    "Deploy proprietary, in-house applications to authorized users in your company, the iPhone Developer Enterprise Program is available to companies with 500 or more employees and a Dun & Bradstreet number."
    Since I'm freelancer,I don't have 500 employees, neither the Dun & Bradstreet number.
    Can I subscribe to the program in the same way?
    Also, if I subscribe the Enterprise program, I can also develop and publish "normal" apps for the iTunes, or do I need to have another subscription?
    Best regards and thanks for the fast answers
    Paulo Correia

  • SAP TAO,What is the purpose of Development,Quality,Production environment?

    Hi All,
    What is the significance of Development,Quality,Production environment under license tab of configuration in SAP TAO.
    Which environment has to be selected for better operatability of SAP TAO functions.
    Thanks and Regards,
    Ujwal Kandimalla

    Hi,
    As TAO deals with the testing aspect, a 3 system landscape is recommended:
    DEV : For unit testing
    QA:    For system testing and integrated testing
    PRD:   Has to be available for production usage
    You could also have a Pre-Prod for load and UAT.
    Regards,
    Srikishan

  • Why SAP has taken Java for their development instead of ABAP completely

    Hi
    I am Neelima, new to SAP and abap,
    Can u please explain
    Why SAP has taken Java for their development instead of ABAP completely
    Thanks in advance
    Regards,
    Neelima

    Hi Neelima ,
      Answer to Q . Why SAP has taken Java for their development instead of ABAP completely ?
      First of all in my view SAP has not taken Java as Such instead of ABAP .
      But you nowdays whole lot of java is coming in SAP by doors of SAP NetWeaver .
    Now why they choosed java only <b> IN MY VIEW</b>
    1)     Java is open source so SAP in tie up with SUN can develop SAP specific API’s and that’s what happenings . In Net Weaver Developer studio (NDS of SAP like eclipe of Java ) we use packages ,classes , methods for SAP.
    2)     In my view Java is rocking in Web world , Every single popular product ( like IBM MQ series , Oracle Apps ) is making use Java for making things web based .
    So why not SAP .
    3)     Now data ultimately data is getting saved in XML . And java is best to deal with that . In SAP also Idoc data is stored in XML and so same data can be used anywhere inspite of Platform , technology .
    4)     Java has much established base of web Solution , Web services .They have got beautiful architecture so that Best Web sevices can be developed with EJB (Enter prise java beans  ) , sturts  and all .
    5)     Now It’s time for SAP to be Mobile Enabled .i.e. to Run SAP over PDA , Blackberry .Such solutions possible with SAP + Java combination .Java provides that framework to understand Mobile OS platform.
    6)     Another thing now Its time of EAI (Enterprise Application Integration) . Integration is future . Multiple product integrated and used togetherly , exchanges data. Take case SAP’s message goes to Sieble , people soft .For this Java + XML is best suied as both product understand it .
    Utimately SAP is Using java to provide Best Web ERP solutions
    But it does not mean ABAP is not there. With webDynpro ABAP  you can do every thing that WD java does . In fact incase if you have existing ABAP recourses then use WD ABAP for developing web services in SAP. In uses OO ABAP as base programming language .
    Please refer to this link
    IS Webdynpro for ABAP/JAVA is same?
    so hope your question is cleared
    Cheers
    <b>Parry</b>

  • Development and Production Requirements for a Forms/Report application

    Dear all,
    We have an application witch run in client/Server mode using Forms/Reports 6i For 300 users.We want to migrate it on Forms/Reports 9I using Oracle 9IAS and Oracle 9IDB.
    I would like to have advises about material requirements of both development and production environment((developer deskop, development appServer and databaseServer, end user desktop,production databaseServer and production AppServer).
    Thank u for giving more details about my request.

    I have my dev and production on 2 different databases/instances, and the workspaces have a different name aswell (think 'dev' and 'prod').
    I do reuse my application ids, which makes the whole process a lot more manageable: easier for me to identify and replacing a whole application.
    However, when i want to replace only 1 page, apex stumbles over the workspace. Bummer.
    So i took an export of a page on both workspaces, and opened the files.
    prompt  Set Credentials...
    begin
      -- Assumes you are running the script connected to SQL*Plus as the Oracle user APEX_040100 or as the owner (parsing schema) of the application.
      wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,1377027056414870));
    end;
    wwv_flow_application_install.get_workspace_id,1377027056414870));
    I took both workspace IDs and keep them in a simple txt in my installation-files folder. Each time i need to import a page from dev->prod i go in the exported file from dev and change the workspace id to the id of my production workspace id. Everything works magically after that.
    If your application ids also differ, you can try changing the id in the exported file aswell, but i can't tell if it works or not since i've not done that yet.
    prompt  Set Application ID...
    begin
       -- SET APPLICATION ID
       wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,130);
       wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
    null;
    end;where of course you'd change around nvl(wwv_flow_application_install.get_application_id,130);

  • License information for developing Adapters in SAP PI 7.0

    All,
    I have a requirement where in I have to develop a new adapter for SAP XI and thereafter I have to send this adapter to SAP for certification.  Now for this development I need PCK. 
    My queries are:
    i) Do I have to procure any additional license for PCK from SAP for developing this adapter?
    ii) Do I have to procure any addtional license for developing a new adapter?
    Thanks,
    Vijay

    1. No. It comes with the XI installation pack
    2. No. U can develop ur own adapters. But for certification with SAP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0619ec90-0201-0010-75ba-f0059bfe53db
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/106d9259-4b9a-2910-e899-d0934d712da0
    Regards,
    Prateek

  • CE7.1 - Developer vs Production Edition for a DEV system

    Hi,
    Can someone please confirm if it is REALY necasary to use the Dev Edition for the server side of our CE Developement system if we are planning a full Dev->QA->Prod environment? Does the Dev Ed install componenets not installed by the Prod Ed?
    Seems like the Dev Ed can only go on Win32. We like to keep the landscape the same and install all three systems (Dev,Qa,Prod) on Win 2003 64bit server.
    If I can use the Prod ed for the installation of the DEV system it will be great.
    Thanks,
    Adriaan

    Hi Adriaan,
    in my oppinion you shouldn't have any disadvantage from using the productive edition of CE. The Dev. Ed. is only needed for local development on a developer's PC, not when you use a central development system as described. Only remeber to change the system template to a development system template via configtool.
    Regards,
    Michael

  • ¿Products benchmark for XML development?

    Hello, I need to know that product for XML development can use for my development staff
    Please recommend me the best among:
    XMLSPY
    http://www.altova.com/
    Stylus Studio
    www.stylusstudio.com/
    ALchemist code generator
    http://www.mentattech.com/modules.php?op=modload&name=PagEd&file=index&page_id=21
    Thank you for the information that you can offer me

    For storing as CLOB's, nothing extra.
    For storing as relational, then:
    [list]
    [*]Before release 8.1.7, you need to install the XML SQL Utility in your database
    [*]With 8.1.7 and beyond, it's pre-installed.
    [list]

  • URL Link Difference in development and Production

    Hi all ,
    im seeing the URL for support desk BSP page different comaparing in development and production .see the below
    http://s01tdi135.intra.tm:8003/sap/bc/gui/sap/its/webgui?sap-language=E&sap-client=011Code=/08&pcmd=CRMVW&pnumb=45CB5F7BE4030746000000000A0135AD&pvariant=&
    in the above URL is available in Dev server. we are passing the GUI here , so in program we are concatenating the GUID with the URL.
    But in production , when you concatenate this , its not coming ...becuase when u see the URL for message,refer below
    http://s53kj173.intra.tm:8001/sap/bc/gui/sap/its/webgui?sap-language=E&sap-client&transaction=DSWP_SAPSHORTCUT&OkCode=/08&pcmd=CRMMR&pnumb=&pvariant=&paarg=X&
    Here im not able to see the GUID ... how to show the perticular message in e mail ...
    actualy how i can pass the parameter ..that means support no to this URL.
    pls explain ...

    Actualy problem with user authorization. solved.

  • How to populate SNDPRN with different values in Development and Production?

    Hello experts,
    I have to fill the field SNDPRN in the message mapping with a different value in Development and in Production. As I am new to PI, I used a simple solution - but it is rather ugly: I set a constant value in the mapping in development and a different one in Production. However, I would like to know if there is any solution to have a condition in the mapping like:
    IF system is Development, set SNDPRN as Constant1.
    IF system is Production, set SNDPRN as Constant2.
    (And eventually IF system is Test, set SNDPRN as Constant3)
    Thanks in advance for your help,
    Luis

    Hi Luis,
          You can go with the parameterized mapping , where you can provide different values for SNDPRN in interface determination for development and production.
          At point of time if you want to change the values it requires only a change in the configuration.
          Please refer the below links for reference;
    Parameterized Mapping Programs - Enterprise Services Repository - SAP Library
    http://scn.sap.com/people/jin.shin/blog/2008/02/14/sap-pi-71-mapping-enhancements-series-parameterized-message-mappings
         We are following the same approach for some of our interfaces.
    - Muru

  • Problem in importing scenario objects from Development  to Production in XI

    Dear Gurus,
    I have a certain probelm happening as follows:-
    We have a 3 Sytem Landscape as follows :-
    Client 400-Development ,
    Client 500- Quality
    Client 700 - Production
    When he scenario (.tpz) files of directory and integration server  are transported from 200 - 500 , (ie .tpz files are transferred from the export folder of directory and repository server to import folder of directory and repository server via FTP) the scenario is visible in the namespace in 500 .
    The same when followed in 700 , after importing the objects from the import options under tools in repository as well as directory , the objects are not imported under the specified namespace in it's SWCV.
    Please suggest what could be done !!!!
    PS: We have deployed XI 3.5.

    Hi Ashish,
    I hope you have done ftp from 500 to 700 instead of 400 to 700. If yes then I dont think you should run into any of these issues. Also when it is done are the objects available in import and export folders of client 700 which is your production. If yes then try to import them in production. Also make sure you dont have anything in your change list. If you have something under the change list then you may run into some issues. Also look at this blog for the folder loactions:
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    Regards,
    ---Satish

Maybe you are looking for