List NON-standard SAP objects

How can I list all NON-Standard objects on a SAP Oracle database?
Reason: I believe I have objects that were created with SAP naming conventions that were not part of the installed SAP modules.
My understanding is that there are SAP documentation tables like DOKIL that I could use to join against current objects.

I can confirm the table OIURV_DOC_DTL_BK is a standard table in ERP, it seems to be part of IS-OIL.
Let me wrap up the information to check, whether an object is standard or not:
- If it is in the ABAP dictionary (table TADIR), then use SE11 to find the creator and package information
- If it is not in the ABAP dictionary then the object was most likely created directly on the database. You can then query dba_objects for creation date (created). You will have to talk to the folks with direct database access about it. Generally objects should never be manipulated directly on the database.
Cheers Michael

Similar Messages

  • How to create Object Links For non standard SAP Objects?

    Hi all,
             I need to create an object link in cvo1n for a non standard SAP object (inspection characteristics) . we have two ways to do this
    1. Create a screen for the rquirement by taking the standard screens as reference.
    2. Implement badi document_obj.
    I need a step by step process to perform both the steps. Sample codes will be helpful.
    One more thing is that i need a link in the standard screens of inspection characteristics also. How to get a two way link both in cv01n and in the standard inspection char screen.

    hi
    Customizing for the Do cument Management , you must maintain the key fields for the SAP objects that you want to link to document info records, by choosing Control Data ® Maintain key fields.
    Process
    Program two screens for the following module pools for the SAP object that is to be linked additionally:
    u2013 SAPLCV00
    u2013 SAPLCVIN
    The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.
    Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).
    If this object can be classified, this function module already exists in the standard system. Otherwise, copy the existing function module OBJECT_CHECK_EQUI (linking of equipment) and change it to suit the new object.
    also you can attach the document to PRT also. but it will not show you in dms. This type of attachment is only from otherside.
    thanks
    nitin
    award point if useful

  • Transport Requests for standard SAP Objects

    Is there a way we can determine the list of standard SAP objects(user exits, requirement routines, etc.) that were transported. Basically I would like to get a list of Standard SAP programs(non-Y and non-Z programs) which have been modified and transported up in the landscape.
    Any help would be appreciated.
    Thanks,
    ALAM.

    Hi,
    You can find details  in the table e071.
    Regards
    Ben

  • List of standard SAP Reports with their description

    I nned to have a list of standard SAP reports along with their description. Is there a way to retrieve this by a T-Code?
    Please help asap.

    Run the T-code
    System -> Status -> Program
    TSTC table (SE16) has the complete list of all t-codes that exists in your system and their program name.
    Table TSTCT will give you the description of the t-code.
    Cheers.
    Ashish

  • List of Standard Sap ineteractive forms

    Hi Experts
    i would like to know if there is a list of standard sap interactive forms that can be utilised. I know if you do a drop down in transaction SFP you can view all the standard sap forms availble for you to utilise but a large number of them do not have a description next to them and some of the one's that do have description, the descriptions are not very helpfull.
    i want to see if there are standard sap forms available before going and creating a new one, also how do i know in which program these forms are utilised eg webdynpro's etc.

    Hi ,
    Go to SE38 and use FP*  to get reports used for Interactive forms , similarly go to SFP transcation and serach forms FP*.
    You will get list of it.
    Reward if helpful.
    Thanks,
    Madhura

  • Partial activation in standard SAP object

    Hi all,
    I had to change a standard SAP object. However, when i was asked about the language, i accidentally clicked "change original language". I made the changes and activated.
    However, it shows me partially active. Please let me know if it is ok, or if there is some way out.
    Thanks and Regards
    Vijay

    hi vijay,
    Welcome to SDN.
    Partial Activation Comes Up with the warnings. In Most of the cases the Table will not be converted according to the requested mode. Plz Read the warnings that you are getting while Activation and Try to solve those.
    Mostly It will Work.
    Hope this will Help.
    Reward If useful.
    Regards
    Sumit Agarwal

  • Non original sap object shared and points

    hello
    i am created a workbanch object(function) develop  with abap.
    this object non original sap. this development makes
    date prosess easier.
    i would like to share this development with sdn web site.
    how and where can i share this development to get point?
    Thanks

    HI,
    >Please correct me if i'm wrong, the Object ID is the unique identifier for the object and the Object ID Version is directly connected with the versioning concept for IR and ID, so the Object ID is generated when you create the object (e.g. MM) and the Object ID Version changes every time that object is edited and change list activated for it. Is this correct?
    The Object Id is created the first time you create the object.
    Object Version Id is created the first time you save/activate a object.
    Now suppose if you modify the object a new Object Version Id will be created but the Object ID will remain the same.
    For IR Objects the Object Id & Object Version ID will remain the same across systems.
    For ID Objects the Object Id & Object Version ID is not the same across systems.
    Not sure about the table. Can you try in SE11 and check all tables with SXMS*. Could be also that tables might not be available from GUI i.e you might have to login to DB to find out.
    Regards,
    Sumit

  • List of standard sap scripts/print programs in SAP MM and SD modules ??

    Hi,
    I have worked in medruck only. Can anyone give me a list of other standard sap scripts/print program names in SAP MM, FI/CO and SD modules, which often needs to be  modified by the client ?
    thanks

    press f4 in SE71
    then press application heirarchy, expand the modules which ever u want.
    regards.
    santhosh reddy
    Reward if useful

  • Reverting changes made to Standard SAP objects(Workflow Tasks)

    Hi,
        How to revert back changes made to Standard SAP program . The changes are stored in a Repair request . The details
    of repair request is as folloews .
        GD1K900068   ABAP
            Standard Task
                20000166
                20000167
                20000168
            Workflow templates
                20000075
    . The changes are not recorded in Modification Assistant .
        Kindly guide me .
    Thanks & Regards,
    S.Sivakumar

    Hi,
    Take the reference of another system of those tasks and modify as it is.
    And for Workflow Take Export the Workflow to XML using SWDD Tcode in another system and import the same using SWDD into the existing system.
    In SWDD Tcode ==>
    Step 1: Workflow-->Import/Export-->Export to XML File    " Export to XML file of the workflow which is in another system
    Step 2: Workflow-->Import/Export-->Import from XML File " Import From XML file of the workflow which is in another system to current system
    Hope this would help you to solve the issue.
    Regards
    Narin

  • How to find list of standard sap exits are there in BW

    HI ALL,
    Please tell me how can i find list of sap exits in BW
    Thanks in Advance.

    Hi,
    Refer this link, it will give you entire list + how to get the list:
    http://www.easymarketplace.de/userexit.php
    Hope this helps.
    Thanks,
    Rahul

  • Migration SAP BW 3.0 to BW 7: Storageattributes of non-Standard SAP Tables

    Hi,
    I'm a developer and we created transparent tables in SAP BW 3.0 for a custom application.
    We did range partitioning in SE14 for performance reasons.
    My question is: When the system is migrated to a new BW system will the tables be created
    according to the storage parameters we set?
    Systems:
    OS: AIX
    Old BW:
    BW:  BW 3.0b  SAP_BASIS 620 SAPKB62058   (Oracle 9.2.0.7.0)
    New BW:
    BW 7    :(Oracle 10g)
    bye
    yk

    >
    mho wrote:
    > Hi
    >
    > Can you please elaborate more clearly what you are going to do? It looks like you are going to upgrade from Oracle 9i to 10g and also from BW 3.0b to 7.0. Neither of these steps will drop/recreate your tables (generally speaking).
    >
    > Are you doing a migration of the system as well (new hardware or new platform)? If are not recreating your database at one point, your storage attributes should remain untouched.
    >
    > Regards Michael
    Hi Michael,
    yes , it's an upgrade (I asked the responsible  SAP Admin)
    Neither of these steps will drop/recreate your tables (generally speaking).
    I 've worked with IMP/EXP utilities on non-SAP Oracle systems to create my Test/Dev. environments .
    (i.e. I used the EXP from Oracle8i and the IMP from Ora10g to load the data).
    These dumps  contain the table structure/ storage attributes plus data and the other stuff.
    So I got the same physical structures as in the production DB.
    Is it working that way (or similar) ?
    bye
    yk

  • FICO Transactions codes are not listed in standard SAP Menu

    Hi experts,
    While login on SAP client we couldn't see the Financial Accounting transaction codes in SAP Standard Menu.
    But it appear in entering transaction code S000. How can we resolve this issue?
    Regards,
    Muhammed Riyas

    I think the screen has been customized for your specific retailing purpose..
    You can see in your SAP menu,
    It is showing "SAP Easy Access Retailing"
    In normal GUI, we can see "SAP Easy Access"
    Also try to click the "SAP Menu" (as shown Arrow).

  • Adding additional sap object BUT000 in dms object link.

    Hi Experts,
    My requirement is adding business partner (SAP object BUT000 ) in DMS object link.
    BUT000 is not present as standard sap object list in object linking.
    I have gone through SAP documentation and understood following things.
    1) Program two screens for the following module pools for the SAP object that is to be linked additionally:
         u2013 SAPLCV00
         u2013 SAPLCVIN
    question start: Does this means add one screen lets say screen 5000 to function pool  SAPLCV00 and
                            add one screen 5000 to function pool SAPLCVIN with SAP access key.
    question end:
    The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.
    question start: Does this means simply copy PBO and PAI of screen 0204 and put it in screen 5000.
    question end:
    Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).
    question start: does this means create FM OBJECT_CHECK_BUT000 in my case.
    question end:
    If this object can be classified, this function module already exists in the standard system. Otherwise, copy the existing function module OBJECT_CHECK_EQUI (linking of equipment) and change it to suit the new object.
    question start: does this means if FM OBJECT_CHECK_BUT000 does not exist in SAP system create it by copying
                            FM OBJECT_CHECK_EQUI.
                            Is it ok if I keep the logic of FM OBJECT_CHECK_EQUI as it is.
    question end:

    Hi Sunil,
    For adding new object first maintain this object in key fields in spro.
    You need to add the DMS sceen to the perticular object sceen with screen exit.
    The object sholud reflect in DMS and DMS screen should reflect in object t-code.
    Check in SE80 if there is no screen exit available for the object ,need enhancement.
    I hope this will help you much.
    Regards,
    Ravindra

  • Find exact package for saving the workbech request for std SAP object

    Hello friends I have edited a std SAP prog for printing the import PO(got access key from market place).After editing while creating transport request I am not able to find the package to which it should be saved.now the problem is that How to move that program to our quality server.
    the program is
    /1BCDWB/LSF00000063TOP

    Hi achal,
    are you sure you modified a standard SAP object. /1BCDWB/ prefix is common with all quick view reports - they are local and user-specific. You can convert a quickview to query to report. Using a modification key you may add it to the standard - choose a package as you prefer. But better copy the generated query report to customer name space - because it never was and never will be SAP standard. If it is in customer name space, release changes are no problem at all.
    Regards,
    Clemens

  • How to change the browser title of standard SAP WD4A application - eRecruit

    Hi,
    I have a requirement to change browser title for standard SAP WD4A application hrrcf_a_candidate_registration. I know this value is used from application description filed.
    Current set up is 'Candidate Registration'. (WD Component HRRCF_C_REGISTER_UI)
    I tried to use enhancement framework technique and application customization/configuration - but was not successfull.
    I do not like the idea of changing the standard SAP object since it might be overwritten in future upgrade. And also I do not prefer to create z* copy of this application as well.
    Any ideas how to handle this request? Is dynamic modification of this property possible?
    Thanks for your feedback.
    Regards,
    Igor

    Hello,
    Did you try to change the description of the service in transaction SICF ?
    You can find the Webdynpro services under the tree /default_host/sap/bc/webdynpro/sap/.
    Regards,

Maybe you are looking for

  • Payment Order deletion

    Dear gurus, I need a help in APP. In Autometic payment program our client is using payment orders. While clearing from the bank due to some techinal issue open item has not been cleared but clearing document has been created against the vendor. This

  • Import gif onto new document

    Hi I am using cs4 trial. I already own MX In CS4. Lets say i create a new document. I then import an animated GIF. Once it is dropped onto the document, Suddenly i cannot move it. It seems i can only move the image that is on the current frame or sta

  • How to save output in a file

    My proggy import java.io.*; public class temp     public static void main (String [] args) throws Exception         DataInput keyboard = new DataInputStream (System.in);         int num = 0;         String temp;         String [] ques;         String

  • HT4859 How can I see what in in my icloud backup?

    Not all of my pictures were restored when reloading my iPad from a backup. Is there a way to see what was backed up to verify my pictures exist?

  • Change of vendor number in quotation

    Dear fellows, I have a query regarding with RFQ process. Suppose a quotation is created for a project. In terms of this quotation several vendors could bid with their price. If there is not a valid vendor master record, i.e., has not yet created in S