Find out all SAP Standard Objects which are Modify

Hi
How can i find out all SAP Standard Objects which are Modify?
Regards
Vikram

Hi,
You can find all SAP objects list via t-code SWO2, as to these objects, if you want to change anyone of them, you should apply an access key in advance from http://service.sap.com, otherwise you can not modify any object in SAP system.
Good luck
Z.T

Similar Messages

  • How to find which SAP Standard Objects r been modified wit a transport requ

    Hi All,
    Will u plz help me knowing  "How to find which SAP Standard Objects r been modified wit a transport request imported" in general.
    Wt i mean is how and where can v check the differences or modified ones.
    Thanks All in Advance,
    Malti

    Hi Malti,
    I have replied to your question elsewhere
    Regards,
    Siddhesh

  • How to find out changes to standard objects

    Hi,
    Is there any way to find out which all standard objects have been modified, either via a table or FM or any other way?
    Have tried SE95 but it also gives objects changed during last upgrade.
    Any help would be appreciated.
    Thanks in advance.
    Peter

    >
    durga kottapalli wrote:
    > Hi,
    > check this link
    > http://i-sap.blogspot.com/2007/11/change-documents.html
    >
    > it would help you
    > Thanks and regards
    > durga.K
    That has absolutely nothing to do with what OP is asking. So it wouldn't help him.

  • How to find out Oracle 11i Standard Objects

    Hi Gurus,
    There is a requirement from my client. My client is on 11i Oracle Applications. He has many customization. But somehow he failed to use naming convention and all during implementation. Now he wants us to write a program which can tell us how many custom database objects are created as a part of implementation.
    Hence in order to know this, first I need to find out what are the standard objects provided by Oracle for its 11i application so that I can write a program which will take difference (custom DB objects - standard Oracle 11i Object)  
    It will be great assistance if you let me know how to find out standard objects provided by Oracle for its 11i application?
    Looking forward to your reply.
    Thanks.
    -Sunil

    Moved to the EBS General Discussions forum
    There is no easy or programmatic way to determine the custom objects. All custom objects need to be documented and need to follow the recommended XX naming convention. If that has not been done, then someone will have to manually input each object name that is possibly custom at https://etrm.oracle.com which documents all seeded objects - if no match is found, it is most likely a custom object.
    HTH
    Srini

  • How to retrieve all the art objects which are inside a selected path?

    Hi,
    I need it for a plug-in I want to create.
    In fact, I want to enable the user to draw a closed path which will select all the objects inside it.
    I actually need something like a Lasso Tool but one which also draws a path.
    I'm looking for it, but unable to find it.
    If you can help me, I'll be thankful.
    Leon.

    Let's say I require that the entire art must be inside the path(Or at least all it's anchor points).
    Anyway, one thing for sure - I assume the path is a simple closed path, ie the path doesn't intersect itself(like figure 8 shape).
    What is the way to check whether an art or at least a point is inside such a path(not inside it's bounding rectangle, but inside it)?
    I wonder why there is no such function if the Lasso Tool exists in AI and it does some such geometry computation, at least this is what I think.
    I thank you guys for your replies.

  • SAP Standard Scripts ( how to Modify Standard Scripts)

    hi every one , This is Abdul Rahman , i want to know how i should modify Standard SAP Scripts like RVORDER01 or MEDRUCK SCRIPTS ,i want to know whole process . and how to Run the Script . plz any kindly send some good DOC or web pages which i can acess
    thankyou
    Abdul Rahman

    Hi,
    Modifying SAP Forms
    If you want to modify SAP forms, set up your development environment as follows:
    Make sure that no SAP-standard forms are stored as client-specific copies in your development client.
    Such forms should be held only in client 000, the SAP development and installation client. If you access an SAP-standard form from another client, then the central copy in client 000 is used.
    If you need to remove SAP-standard objects from your development client, see Notes 10388 and 3355 in the SAP Online Service System (OSS). These notes explain the procedure for saving modified forms and then deleting all forms.
    To modify SAP standard forms,
    – Copy the forms you need from client 000 to your development client.
    – Rename the forms using a name from the customer name reserve (names starting with Y or Z).
    – Copy the forms to one of your own Y or Z development classes.
    Renaming the SAP standard object makes it possible to manage and transport your changes with the SAP workbench organizer. The organizer is not activated for SAP-standard objects that are modified in clients other than 000.
    To put your modifications into effect, you must also modify the ABAP print program used to print documents that use this form. You should rename such print programs and store them in your own Y or Z development classes.
    You can use the SAP Customizing System to replace the SAP print program with your modified print program in the affected applications.
    Forms: Concepts
    Forms are used to control the page layout and also the text formatting in your documents. Before formatting a document for output to the screen or to a printer, you must assign a form to it. If you do not specify a form for a document, then the SYSTEM form is assigned to the document by default.
    Application-specific forms are used in SAP applications to specify the page layout for such special documents as invoice or checks. These forms specify the structure of the information on the page(s) of such a document. They define, for example, the address header, item lines, the footer, and so on.
    There are two ways to format texts with forms:
    In the standard SAPscript text processing (Tools ® Word processing ® Standard text), you can select a form for a document. You can then type text into the main window of the form and output the document in the format defined in the form.
    For example, you can select a form for a letter. You can then type the body text of the letter in the main window. When you print the letter, the default text elements in the other windows of the form (heading, footer, and so on) are printed with the body text.
    A document can be generated by a print program in one of the SAP applications. The print program uses a form to generate the document. Most correspondence and document generation in the SAP System are handled by way of print programs.
    A print program selects the text elements that are to be printed in the windows of a form. It may also collect information from the user or ask the user to input text directly, as in some correspondence functions. The print program may also provide data for variables defined in the form.
    Finally, the print program uses the form to format the document for display or printing.
    Check this link...
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/802d7d454211d189710000e8322d00/frameset.htm
    Thanks and Regards,
    Bharat Kumar Reddy.V

  • Where can i find out all the standared table name

    Dear Friend,
    could you please tell me where can i find out all the standard table names,
    ( for example: tstc for find all the T-codes) .

    HI Srinivas,
      DD02L has the name of all the TABLES in the SYSTEM. It has both SAP and Customer's TABLES.
      First of all exclude all Z* and Y* tables from dd02L. Still there are many tables in CUSTOMER NAMSPACE.
      So make a program, LOOP at all entries of DD02L and then check the name space of each entry using the function module:-
    <b>TRINT_OBJECT_NAMESPACE_INFO</b>.
    If the namspace is not EQUAL to 'S', then dont count that entry else add one to the counter.
      This would tell you all SAP Standard Tables in the system.
    Thanks and regards,
    RAVI :).
    NOTE: Points keep me alive on SDN .

  • How to find the list of Queries/Reports which are using Exceptional Aggregation in SAP BI?

    Hi All,
    We are interested to know how to find the list of Queries/ Reports which are using Exceptional aggregation in SAP BI.
    Please let us know is there any table's to check the list of reports using Exceptional Aggregation in SAP BI.

    Hi,
    Here you go..
    1) Go to table RSZCALC and get list of ELTUID where AGGREXC is not INITIAL and AGGRCHA is not initial; now you get only exception aggregation set based on some chars. Also you can further add STEPNR = 1 since your intention is just to get query name , not the calculation details; this will reduce number of entries to lookup and save DB time for next steps.
    Here you will get list of exception aggregation UUID numbers from which you can get properties from RSZELTDIR.
    2) Pass list of RSZCALC-ELTUID to table RSZELTXREF - TELTUID and get list of RSZELTXREF -SELTUID - this table stores query to it's elements maping kind.
    3) Now again pass RSZELTXREF - SELTUID into same table but into different field RSZELTZREF - TELTUID and get RSZELTXREF - SELTUID
    This step you get query reference sheet or column or query general UUID for next step.
    4) Pass list of RSZELTXREF - SELTUID into RSZELTDIR - ELTUID with DEFTP as 'REP'. Now you get list of query names in RSZELTDIR - MAPNAME and description in TXTLG.
    Note: you can also get the reference chars used for exception aggregation from RSZCALC - AGGRCHA field.
    Hope this helps.
    Please keep in mind, it might take more time depends on how many query elements you have in the system...
    Comments added for better DB performance by: Arun Thangaraj

  • To find out how SAP is handling language support in the standard product.

    Hi All,
    i have one issue like "To find out how SAP is handling language support in the standard product". Any body have the solution, please send me as soon as possible.
    i am very thankful to you all in advance.
    Thanks & Regards,
    Nagarjuna.

    It would be easier to send a solution if you'd clearly defined the problem!.
    SAP is built to be multilingual. 
    For ABAP development, to ensure that your code is able to be multilingual, you should not hard code any text that the users could see - you should instead use text elements, standard texts, OTR, message classes etc.
    matt

  • SAP Standard objects:modified ones.

    Dear all,
    my client wants to have a report where in he can see all the modified SAP standard object so that he can analyse his effort for the next upgrade.
    there is already a report existing which does this but not sure if the logic is correct.
    It is getitng all the entires from table "ADIRACCESS" and displaying.
    I understand i can look at the txn SPAU and SPDD but ofr reporting purpose i waould need to get the tables/ FM which gives me the lilst of objects
    any pointers to that would be appreciated.
    thanks in advance !

    Hi Dhruv,
    As mentioned by Srinivas the ADIRACCESS table is where all access keys used within your system for modification to SAP standard code are stored and hence should be a good indication of what all / how many modifications to standard have taken place.
    As to your doubts, append structures do not require access keys, since creating append strcutures is an enhancement to standard DDIC objects and only needs a transport since in actual, it only is creating a Z table structure.
    Also, user exits and BAdis certainly dont require access keys. Again they are enhancement and not modifications and when upgrading they will NOT be overwritten. As SAP mentions, during upgrades all enhancements are retained within the system however modifications if not handled are overwritten.
    Hope this helps in a way.
    Best regards,
    Aditya

  • How to get the Objects which are used in the webi Report.

    Hi Expert,
    I am trying to get the list of  WebI reports and Objects which are present in the report at  BO 4.0.
    I can able to get details  for only the list of reports and universes.
    Could  any one help me to get those details.
    Regards,
    Murali S

    With 4.0, there is no longer a way to do this using just the .NET SDK because the ReportEngine SDK no longer exists for .NET.  Instead, you'll have to look at using the RESTful Web Services SDK for Webi which runs in the Web Application Container Server on your report server (NOT on the web server!)
    RESTful web services are platform-independent and don't require the installation of any SDK files.  Everything is done through standard HTTP Get, Put, and Post commands and the results are returned in either XML or JSON format.  You don't mention which service pack of 4.0 you're on, but the RESTful web services have evolved over the course of the 4.0 service packs, so more recent is definitely better.
    You can find the documentation for this in the "Development Information" section at help.sap.com/bobip40.  There is also a "space" on SCN for this at http://scn.sap.com/community/restful-sdk and there are some links on this page for various resources and sample code.
    -Dell

  • Trying to find out when was the object last referenced?

    Hi All,
    Is there a way I can find out when was an object or all the objects in a schema were last referenced along with the time it was referenced (May be a standard code all_references as such)? Just want to find out if there are any dormant objects. Thanks for the help,
    Reddy

    Hello,
    No.
    You can query user_dependencies and compare to all_objects, but this will only show you objects that have no direct dependencies. You will not be able to identify objects used only by e.g. shell scripts or a JAVA application.
    Regards
    Marcus

  • SAP STANDARD OBJECT.

    hi,
    can anybody plz explain wat is exactly SAP STANDARD OBJECT.
    plz give examples...

    Hi,
    All Std Objects are stored in TADIR table, you can see that using the related object type PROG,TABL,DTEL etc
    also you can check the std tables like DD01L, DD02L, DD03L, DD* tables for std tables, data elements, domains and fields etc
    All HR related stuff are stored in Infotypes
    Check PA* tables in SE11
    see this doc
    HR deals with the INFOTYPES which are similar to Tables in General ABAP.
    There are different ways of fetching data from these infotypes.
    There are different areas in HR LIKE Personal Admn, Orgn Management, Benefits, Time amangement, Event Management, Payroll etc
    Infotypes for these areas are different from one another area.
    storing of records data in each type of area is different
    LDBS like PNP are used in HR programing.
    Instead of Select.. we use some ROUTINES and PROVIDE..ENDPROVIDE.. etc
    and in the case of Pay roll we use Clusters and we Import and Export them for data fetching.
    On the whole Normal ABAP is different from HR abap.
    For Personal Admn the Infotypes start with PA0000 to PA1999
    Time Related Infotypes start with PA2000 to PA2999.
    Orgn related Infotypes start with HRP1000 to HRP1999.
    All custom developed infotypes stsrat with PA9000 onwards.
    In payroll processing we use Clusters like PCL1,2,3 and 4.
    Instead of Select query we use PROVIDE and ENDPROVIDE..
    You have to assign a Logical Database in the attributes PNP.
    Hope it helps u...
    Regards,
    KK

  • How to find out all SQLs executed by a procedure

    I need to find out all SQLs executed by a procedure. I can trace and check but in my case the issue happened 4 hours back and i know what procedure was causing it. There are multiple dynamic queries fired from this procedure. I need to track down all SQLs fired by this procedure constructed dynamically during the time issue was happening.
    I have the sql_id of the statement which was executing the procedure. How do I track down all "child" SQLs using this sql_id?
    Will appreciate any pointers.
    -ravi

    Thanks for your suggestion and looking into this.
    We already have that functionality built in. Version is 10.2.0.3...But the issue is the proc is called thousands of time in a day and we can not keep the tracking of sqls and parameters passed on all the time. When the issue happened we were not tracking. The bind variables are not captured as the SQL is constructed within the proc by looking up the values dynamically from secondary tables dynamically based on the parameters passed to the procedure. Now the SQLs which are generated from the proc will have the bind variables captured as they will come as predicates and will have no clob types (condition for the binds to be captured).
    I need a query to track down all "child" SQLs by using the sql_id of the parent process which is the procedure's sql_id.

  • For  a given tcode how can we find out the available standard events

    Hi Experts
    For  a given tcode how can we find out the available standard events?
    Thanks in advance

    Arghadip Kar wrote:>
    >
    > Or you can debug the Service for Generic Object button in the standard screens and there you will find which BO the Tcode is referencing to.
    >
    Wonder where you got that answer from, Arghadip!
    You have neither acknowledged nor closed the 16 threads that you opened.

Maybe you are looking for

  • For Outlook 2011 for mac while relying outlook hanging problem

    Pl let me know the solution for given below problem While replying to my emails some times it works fine but most of the times my screen hangs I m not able to type anything on it. It shows very thin (light) line on left side. When I create a new emai

  • Missing path bar in apps

    Hi, I upgraded from Lion to Mountain Lion a few two days ago. I have the path bar turned on in the Finder's view menu and the path bar is visible in regular Finder windows. However in all applications, when the save dialogue comes up, the path bar do

  • Deleted email sub account recovery?

    Does anyone know if there is a way to recover an email address that was accidently deleted?

  • 2 .mac accounts, 2 seperate web sites

    So I am using two different .mac accounts because we have the family one so one is for family and the other is my personal. I have an iWeb site built for each. However, from what I can tell there is no way to publish them seperately. I've worked arou

  • Using and changing

    Hi sir, what is the diff b/w using and changing keywords for passing the perameters to subroutine and form