BW Development Transactions

Hello,
I have been asked to create a new role for our BW developers so that we can take away SAP ALL from them. Can somebody provide me a list or point me in the direction of common trans. that a BW developer should have. Looking through forums on this I basically only saw that they will need the below. What else would they need?
S_RS_ALL (Business Information Warehouse: All authorizations)
S_IDOC_ALL (All authorizations for IDoc functions)
B_ALE_ALL (All authorizations for ALE/EDI authorization objects)
S_A.CUSTOMIZ (Customizing [for all activities with system setting])
Thank You Very Much,
Alex

Some of the tcodes which I found for a developer role are here under
LISTCUBE, LISTSCHEMA, OMSL, RRMX, RSA1, RSA2, RSA3, RSA7, RSA8, RSBBS,RSD1 to RSD5,RSDMD,RSDMPRO,RSH1,RSOR,
RS Class objects 
RSANPR
S_RS_*
BC_C class objects
S_DEVELOP, S_PROGRAM, S_TRANSPRT
BC_A class objects like
S_(objects for basis tcodes)
BC_Z Class objects 
S_APPL_LOG,S_BDS_DS,S_CALENDAR
AAAB Class objects 
S_PROJECT,S_RFC
Rakesh

Similar Messages

  • Servlet Transaction engine for 5000 Applet Clients

    Hi,
    We want to develop transaction server for 5000 client terminals using java client and server based method.
    That means, there 5000 numbers of terminals will send request to server frequently and get the response also.
    The transaction data will be stored in the oracle database also. For this needful how do I architech the system.
    We prefer Applet (Swing) will be the client application and servlet will be the server application which will run inside the application server.
    So if any one have experience on this kind of project please guide me system design.
    Apart from this Applet & Server communication, is there any framework which will give the best solution for our requirement.
    Our application is same like ATM machine transaction. Like ATM machine, how should i define the server engine and client tier application.
    by
    dhaya

    Hi,
    We want to develop transaction server for 5000 client terminals using java client and server based method.
    That means, there 5000 numbers of terminals will send request to server frequently and get the response also.
    The transaction data will be stored in the oracle database also. For this needful how do I architech the system.
    We prefer Applet (Swing) will be the client application and servlet will be the server application which will run inside the application server.
    So if any one have experience on this kind of project please guide me system design.
    Apart from this Applet & Server communication, is there any framework which will give the best solution for our requirement.
    Our application is same like ATM machine transaction. Like ATM machine, how should i define the server engine and client tier application.
    by
    dhaya

  • Tracking All Transactions on an Instance

    Hi All,
    We currently have a project requirement where we need to report all the transactions run by a (rather large) set of users over a certain period of time (e.g. last week).
    The system in consideration is an ECC 6.0 instance.
    My questions is: What is the best practice method to perform this type of activity?
    Is it by using SAP standard transactions (e.g. SM20, STAD, ST03, etc) or are there programs that can elegantly provide the desired data in the desired format?
    We did review SAP standard transactions and found them lacking one way or another (e.g. STAD does not allow us to filter by user, ST03 requires us to manually click on each user to identify the transactions run by them, etc).  At this point - the ABAP code route appears attractive to us
    Any IC and/or tips in the matter would be greatly appreciated <b><REMOVED BY MODERATOR></b>.
    Thanks.
    Scott
    Message was edited by:
            Alvaro Tejada Galindo

    I work for IBM and found the answer in house.  Here it is:
    The standard ways of determining the transaction usage would require you to activate statistics or the system-wide logging which can potentially consume huge amounts of disk space besides causing performance isues. Also check to see if ERP 6.0 supports specific transactions meant for auditig certain users; I do recall the security team  talk about the same here but this needs to be checked out.
    Alternatively you can use the enhancement S38MREP1 and the function module exit component within the same to code in your logic to track transaction usage; this gets called at the start of each transaction including development transactions.  You can restrict your code to look at a specific set of transactions or just custom Ztransactions alone.
    Within the exit,  code in logic that would populate a custom table (preferably in update task) where you can track the caller(s)(specific list of callers if needed) of the concerned transactions, date of call,  number of times the transaction was called, IP addresses etc.  We had used teh same to analyze the active transactions being used in a 4.6C system for upgrade purposes and had no issues whatsoever with performance.
    Additionally you may need to develop a simple ALV report to report off of this table(s).

  • How to copy document no between transactions

    HI
       We have seen that, if we processed VA02 with a particular document and then goto VA03 immediately,
    the document number will be copied to the VA03 automatically.
            Like that how can we set our own developed transactions.
       Pls help me out.
    Thanks in advance
    Regards
    Rajaram

    Can you guide me how to work with abap memeory.

  • SHD0 Transaction

    Hi Friends,
                  Whlie Running the Transaction SHd0 for Developing transaction variant for me28,
                  In the selection screen i want to add a default value 'ALV' in the scope list field.
                 I am able to add the default value for Release code but somehow for the scope of list its just not
                happening . i cant develop a z program and then add default values coz its not the requirement.
                Even if add the default value 'ALV' in scope of list and then save it..when i execute the
               Transaction , the scope of list is getting filled with the std default value i.e 'BEST'.
            Any sort of help wld be appreciated.
    Thanks,
    Neel

    Hi,
    For adding the scope of list default 'ALV' in the transaction variant, the value should be available in the check table correct...
    i.e. T160L (Scope of Purchasing Lists).
    Since when I am trying to add the same in the screen, it says the corresponding value does not exist.
    So try to add the same in the table first and then try adding here.
    Still if you have any doubt of adding the same in the table, check with another value which already exists in the table, check it from your end.
    Regards,
    Santhosh.

  • Configuration required to add a custom transaction to RF menu?

    Hello experts,
    what configuration required to add a custom transaction to RF menu?
    Thanks for your help in advance
    Edited by: rksap7284 on May 16, 2008 9:59 AM

    You need to assigned the developed transaction code in the RF menu desiging configuration
    Path: SPRO --> Logistics Execution --> Mobile data entry --> RF menu management.
    Hope this helps.
    Regards
    Arif Mansuri

  • OSB Transaction context (QoS exactly once)

    Hi all,
    First of all, excuse me my poor english...
    I need to understand how develope transactional services with OSB.
    My unit test are 2 proxy services : first with JMS/XA transport (with response requiered) with 2 Service Callout to transactional EJB with exactly once; second proxy routes the first with HTTP transport with exactly once.
    When services ends ok, or i reply with error in error pipeline, commit is executed; but if services failed, services no reply nothing until timeout proxy....then rollback is executed....
    In conclusion, i don't know how i develope transactional proxy services....i choose bad transports?, i don't understand pipelines?...i'm very confused...
    Thank you all

    Hi,
    i tested it without test console with no different results...and test console show me :
    Response Data :
    <con:metadata xmlns:con="http://www.bea.com/wli/sb/test/config">
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Content-Type>text/xml</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    </con:metadata>
    Invocation Trace :
    System Error Handler
    $fault: <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-381501</con:errorCode>
    <con:reason>
    JmsAsyncMessageTable timed out message with id 2aa517390000011f37a92110ffff8035
    </con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    Always i try to route (tunneling http) with exactly once to proxies JMS/XA, if proxy throws exceptions, in http proxy i see this : "JmsAsyncMessageTable timed out message"....
    I'm disoriented...
    Thx you very much.

  • How to tag a Print PDF form ?

    Hi,
    I need some pointers on how to tag a print PDF form. For one of the requirements, we developed a Print PDF form. The form contains Sub-forms which are made to look like a table. The relevant parameter(i.e., pdf_tagged ) is already set before starting the Job. The special case here is that the table gets the text for the header from the application data and shrinks or grows(upto a max supported column count) according to application data. For the same reason we cannot have a table, header row and body row marked in the accessibility tab in the form development transaction. Also, it is required that a header has to be visible.
    So currently in the form :
    1)We have just a set of sub-forms made to look like a table.
    2)We do not have any table,header or body row identified in the accesibility tab.
    3)Table also grows and shrinks horizontally.
    4)First row of the table is made to look like a Header row(bold text) and gets the data from the application data.
    5)This PDF is then displayed in a popup.
    6)The PDF form is currently not tagged (not accessible).
    Any pointers on how to resolve the issue would be highly appreciated.
    Best regards,
    Abhay

    Look in the Help section under Forms.

  • How to send an email in case a Z Table is changed.

    Hi All,
              I need some guidance on how to send an email in case a Z Table is changed.
    Thanks in Advance,
    Saket

    HI Saket,
    As far as I understand you need to send an email whenever a Ztable is changed.For that
    1. You need to create a BO with the event Table changed using transaction SW01.
    2. then you need to bind this event to your Ztable.for that steps are mentioned in the link given below:-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc
    basically this pdf will illustrate to you as to how you should bind a event to table maintenance. this event should be traced with the one created in the BO using transaction SWEL.
    3.After that you need to create workflow wherein you will use the event which you have defined in the BO in the BASIC DATA(button with the Hat) of the workflow developer(Transaction swdd). in the Basic data you need to put in the object name and the event in the Startitng condition tab.
    4.After that you need to have an email task included as in the workflow stating the text and subject line with the agent assigned as Workflow initiator.
    after all these settings are done the try to do some changes in the Ztable. and after that just goto the transaction sbwp(Sap business workplace) to check whether the email has been sent out for.
    Let me know if you are still unable to implement becuase I have already worked on it and its working in my case

  • Reg. CIN details not come during vendor creation

    Dear All
    I create one new user in SU01 refering the existing user(copy) who has all rights,but the newly created vendor has no CIN details tab, After added the user name at OMT3E that CIN details comming. Whereas in our company there are 30 users ,but there are 3 to 4 users only has been added in OMT3E. I think there is another one place where something has to do.
    Please help me.
    Rajj

    hi,
    check for urs Z* developed transaction code.
    OMT3E is the place where we mention the user id normally.

  • Please tell me if coding for ITS is done in ABAP.

    Hi all,
    Please tell me if coding for ITS based on ABAP.
    Thanks.

    Hello Sanjiv,
    I'm not sure I understand the question...
    ITS uses BusinessHTML and HTML and other Internet standards (css, js, etc).  However, you can develop in ABAP and then use SE80 to generate a template for you or use the WEBGUI service to call your ABAP developed transaction directly.  You can find more information by using the links at the top of the ITS forum to go to the Wiki or FAQ or Product page for the ITS.
    Edgar

  • How to identify whether a TCode is for SAP query or for a customized TCode

    Hi,
    We have a list of TCodes starting with Y_*
    Some of these TCodes could be related to SAP Queries and some could be real custom transactions. How do I find out which one of those are related to SAP queries and which ones are related to custom SAP transactions?
    I have already checked table TSTC for the program names of these Transactions, but the program name field (PGMNA) is blank. Also in TCode SE93 the transaction mentioned is START_REPORT. Also for some, when I go to the transaction (Y_*) and then environment->status to check the program name the values found are something like AQ11FI==========F10A==========.
    Please help on how to identify whether a TCode is actually for an SAP query or for a customized transaction.
    Thanks in advance.
    Mick

    Thanks Anil.
    In TSTC, the filed for program name is blank. Therefore I would have to go to each and every transaction (I  have around 250 Y_* TCodes with me) and then to environment->status to get the program name and then check whether it is A......
    Is there any easier way to know whether a TCode refers to an SAP query or a custom developed transactions/program.
    Mick

  • Can I use standard RF Menu LM00 for IM Managed facility (No WM at all).

    Can I use standard RF Menu LM00 for perfomring IM goods movement in IM Managed facility (No WM at all).

    Hello Milind,
    LM00 is standard GUI based transaction so I think you can use it, but you need to change the menu settings i.e. you need to replace all WM transaction with your IM related developed transactions.
    Hope this helps.
    Regards
    Arif Mansuri

  • ABAP Roles

    Hi,
    What are the basic roles that would need to be assigned for a normal abap developer? 
    We have just installed new system and would like to know the basic roles that would give authorizations to these transactions
    IDOC
    ALE
    RFC
    Queues etc
    Development Transactions
    Regards

    Dear Krish,
    All these roles are client specific , based on the requirement only we will assign authorisations for the user, Again it is different from DEV to Quality and Production. A custom role/profile will be created first, all the tcodes will be assigned to that. again based on the activity ( create, change, display, execute)  we can control these transactions.
    Generally an abaper will have tcodes
    for CTS
    se01
    se09
    se10
    scc1
    scc4
    for development
    se11
    se14
    se18
    se19
    se24
    se37
    se38
    se39
    se41
    se51
    se63
    se71
    se73
    se80
    smartforms
    for analysis
    se30
    st22
    st05
    for rfcs
    sm58
    sm59
    in general development will have SAP_ALL profile , in quality and PRD it will be controlled thru roles/profiles.

  • Diff bet WebClient and WinClient

    Hi,
    I understand the difference.
    WinClient is used at Enterprise level front-office screen by the agent.
    WebClient is browser based views, an agent can use as front-office in Interaction Center.
    An email can be sent to a customer both from WinClient as well as from WebClient.
    Then what are the advantages of using WebClient over WinClient from the user stand point.
    Please give your insight. Will reward points generously.
    Thanks,
    Raj

    Hello, this is my humble opinion:
    - ICWinClient is easier to maintain, develop transactions and technically easier: A consultant with a few ABAP skills should be enough to make it work.
    - ICWebClient is more user-oriented, you don't need to install any SAPGui or special connection, a PC with an Internet Explorer should be enough, but technically is much more complicated than WinClient.
    Nevertheless, SAP will develop more and more functionalities for WebClient and less and less for WinClient, so for this reason my choice would be WebClient.
    Regards
    J.
    PD:You are right about the difference between them.

Maybe you are looking for