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

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

  • 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

  • SAP standard objects that have been modified.

    Hi,
    Is there a way to find the SAP standard objects that is currently different from their original version?
    Regards,
    Tahar.

    There is a report for this in the transport organizer tools area. To get to this you can run SE09 and click the icon with the small hammer. Then run the report titled 'Display repaired objects'
    Hope that helps.
    J. Haynes

  • 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

  • Deleting SAP standard objects

    Hi,
    While applying a note and I created a Class (with access key). I want to recreate the class with some changes. But i am not able to delete it.
    A message says : You cannot perform this in modification view.
    Is there any way to delete the standard class.
    Best regards,
    Satish

    Hi,
    I think what Vijay suggested is fine, but the only thing is be a bit careful in doing that. It might lead to serious issues. I would not suggest you to use that method.
    Try to delete it using the shift+F2, instead of the delete button. It should work.
    Lokesh
    Pls. Reward appropriate points

  • 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

  • Can i use the SAP standard package for lock object creation ?

    Dear Guru ,
    I want to create a new lock ojbect for my abap program .
    When i completed the creation , SAP required a new request and it said the object only can be imported to SAP standard package .
    But i saw the help from SAP said :
    >* Package begins with A-S or U-X:
    >These packages are for SAP standard objects. Customer objects cannot be created in them. Changes to objects of these packages are recorded by the Transport Organizer (Request management) and can be transported (see field transport layer.
    In this case ,  Can i use one of the SAP standard package for this creation ? Does it will affect the SAP system ( such as the system upgrade ) ?
    Thanks .
    Best Regards,
    Carlos Zhang
    Moderator message - Please do not use code tags to format text - it should only be used for code
    Edited by: Rob Burbank on May 25, 2010 11:12 AM

    Hi Carlos...
    First , You will never be able to use any standard SAP Package for your custom programs. So don't go for it.
    So in your case what you need to do is , when you save your Lock object , 
    - if you want Transport request to be created , then 
    in the screen shown you need to enter the Z package name (the same package as that of your ABAP Program)
    or
    -if you want it to be stored as local object , then
    specify package as $tmp
    Regards,
    Uma

  • How to edit the attributes of a SAP standard screen?

    hello all,
    i would like to ask if it is possible to edit the attributes (particularly the language) of a SAP standard screen without using any access key? if yes, how would i be able to apply the changes?
    thanks!
    - annalyn

    Hi,
    Screen attributes are stored in table D020S. You can update this table using ABAP code. The language is stored in field SPRA of this table. The texts appearing on the screen are in D020T.
    It is likely you will not be allowed aa data modification statement (INSERT/UPDATE...) on these tables if you are on newer versions of SAP (46/47...). You can bypass that by using native SQL and some other workaround (which might be another thread here).
    It is most strongly recommended to not modify SAP standard objects, and specially not without an object key. However, if you are working on something like a miniSAP and want to play around with it, the method mentioned above shall do.
    Hope this helps,
    cheers,
    Ajay

  • How to track changes made to the standard objects by SAP during upgrade ?

    Hi All,
    Can any one of you please let me know if there is any straight forward method to find any change made to the standard objects by SAP in different versions ?
    Like for eg, during upgrade from 4.6c to ECC 6.0.
    Thanks in advance.

    > For eg , if SAP has made any change in the standard  transaction IE02,  in ECC 6.0 how will we come to know those changes?
    There are two sources for that:
    The "Solution Browser" (http://solutionbrowser.erp.sap.fmpmedia.com/) which lists the differences between source and destination release and the release notes (http://service.sap.com/releasenotes). You'd need to read here all those from 4.6 to ERP 6.0 (so 4.7, ECC 5.0 and ERP 6.0) to find out the behaviour changes.
    Markus

  • Standard SAP-BW Object

    Total Weight – LIKP-BTGEW
    Net Weight – LIKP-NTGEW
    Total Volume – LIKP-VOLUM
    Means of transport – EIKP-EIWER
    Country of Destination – Country of the Ship to Party from ADRC-COUNTRY of the ship to party address
    Forwarder – Name of the Forwarder from the address data ADRC-NAME1 for the forwarder in VTTK-TDLNR
    Ordering Party – Name of the Customer from the address data ADRC-NAME1 for the customer customer in LIKP-KUNAG
    Order No – LIPS - AUFNR
    Delivery No – LIKP – VBELN
    Transport No – VTTK-TKNUM
    Above given are the characteristics and their database tables for a given report in BW. How do we look for a certain standard object(s) in SAP BW for the given report?

    Thanks a lot for the info. But how do we arrive at certain objects like you have mentioned the various Info Sources. How does one arrive at them?
    Thanks and Regards

  • What are the methods to modify SAP standard tables?

    hi
    what are the methods to modify SAP standard tables?

    .APPEND structures AND CUSTOMIZING INCLUDES.
    these are the two methods.. but customizing includes we, as a developers do not use.
    generally we use .APPEND structures to modify standard tables.
    note that we need an access key to modify atandard tables.
    we can create an apend structure and add that structure to the standard table at the end.
    note that .append structures should only be added only at the end.
    that is the reason we use .append structures to modify standard tables.as we should not include a field in the middle and disturb the original order of the standard table fields as it may effect many objects depending on the standard table.
    but Some standard tables for which there is a LONG datatype field can never be modified.
    the reason is the LONG datatype field should always be there at the end and also .APPEND strutures should always be there at the end. there will be a conflict. so, some standard tables can not be appended.

  • About modifying sap standard workflow

    hi, i would like to modify a sap standard workflow. In the real project, how do you modify it.  Copy this workflow and create a custom one , or generate a new version and then modify it?

    >
    jrockman li wrote:
    > Hi Martin Nooteboom, thanks for your reply.  i still have one question, if we create new copy of sap standard workflow. Then, the event will trigger both workflows. So, should we deactivate the standard workflow? and ,in this case , what should we pay attention to when transporting workflows and linkages.
    No you don't deactivate the workflow, but the event linkage. This should result only starting your workflow when the event is raised, also after transport. You can check the eventlinkage after the transports.
    Regards,
    Martin

  • SAP standard roles for Mii inside of objects?

    Hi,
    It is our practice to rename SAP standard roles we plan to use "as is" to our company's naming convention.  I am being told by an Mii implementer that Mii uses the standard role names in objects and that by changing these names to our convention, I will create "complications" in their implementation process.  I find this hard to believe, it would be a departure from what (little) I know about SAP and how they handle authorizations and roles.  It also seems to be very limiting when it comes to customization in the future.
    Is this true?  Does Mii name standard roles inside of objects? (These "objects" were not clearly defined to me and I plan on calling a meeting so they may show me examples.)
    Anyone else on Mii have this issue?

    As far as I know, in Mii a user typically needs at least one of these roles:
    SAP_XMII_User
    SAP_XMII_Developer
    SAP_XMII_Administrator
    You can of course add additional roles with the authorization the different users require using your own naming convention.
    I think this is what the Mii implementer is talking about.
    Good luck!

  • How to find all those list of SAP standard and custom objects that are changed from a specific point of time

    Hi all,
    Please let me know the process to track or find all the SAP Standard and custom objects. that got changed from a specific point of time.
    Is there any function module or any table where this change log is maintained.?
    I just only need the details ,wheather that SAP standard or Custom object has got changed or not.
    Thanks in advance

    Hi RK v ,
    I really don't know what your actual requirement is , but if you want to know the objects as per the modification , then transport request will be much help to you .
    Have a look into table E070 and E071 .
    Regards ,
    Yogendra Bhaskar

Maybe you are looking for

  • Viewer won't output to NTSC monitor in FCP5.1

    Hello! I was used to being able to view my clips in the viewer on my ntsc monitor in HD, since upgrading to FCPStudio5.1.1, I can't seem to find an option for this, the manual mentions none, and a search provided no answer related to the viewer. I am

  • Problem with external Lacie disk

    Hi! I have some serious problems with my Lacie 250GB Porche disk. The disk shows up on my desktop but it does not allow me to read and write to it. Apple's disk tool does not manage to fix the disk. I have tried running Diskwarrior, but it gives me a

  • Updating Transport Layer in Packages

    Hi all, I have a question on Transport Layers and that set in Packages. The situation is a system that has been copied and renamed in 4.6 (System was copied from a combined install to a new install with all the customisations kept to provide a separa

  • Safari 3.0.4 crashing here too

    Had to boot Safari from my G5 running Tiger to post this..... Safari 3.0.4 crashes on 1.6 ghz Mini running Leopard. Multiple web pages, including the login page to access support on Apple site....... what do I need to shut off............. ?? Process

  • Systemd: Use instantiated unit with path

    Hello, I have a systemd unit that should do a commit on a specific path. Since there are more then one path / repos, I want to use an instantiated unit for that (the stuff with @ in the unit name): ~/.config/systemd/user % cat [email protected] [Un