Program ZZCUSOBJ - Information about custom repository objects

Hi,
Does anyone have the source code of the program ZZCUSOBJ? It is a program used in upgrades to gather information on customer repository objects.
Thanks in advance. Regards,
Gerard

Hi Gerard,
because the program name starts with Z* (and even more ZZ*!), it's a customer specific program.
Sometimes SAP delivers some additional reports via OSS and customers implement them locally as Z-report - but otherwise that's individual and not standard.
Ask a user of the customer, at which you have seen it first.
Regards,
Christian

Similar Messages

  • PCD Audit : What information about the PCD objects are stored in the PCD?

    Folks,
    Need some information on the information stored in the PCD for audit purposes.
    Object = Any PCD object, typically iView, Page, Workset, Role, Group...
    1. Creation of any object - Should definately be present in the PCD
    2. Any modification including history - List of all actions on any PCD object - I am sure the last modification is tracked, but can we track every change to the object from creation?
    3. Deletion of any object? - This I am not sure of - Does the PCD store information about deleted object's like deletion time stamp and the user who deleted etc?
    Thank you...

    Hi,
    >>1. Creation of any object - Should definately be present in the PCD
    There is no doubt about this.
    >>2. Any modification including history - List of all actions on any PCD object - I am sure the last modification is tracked, but can we track every change to the object from creation?
       <b>AND</b>
    >>3. Deletion of any object? - This I am not sure of - Does the PCD store information about deleted object's like deletion time stamp and the user who deleted etc?
    There is no versioning concept in PCD right now, but ofcourse planned for future.
    So you cannot track the history and deleted objects, but there exists PCD Repository Manager in KM on which you can activate versioning. Check if this suites your needs. Never tried but logically ever PCD change should get versioned here.
    http://help.sap.com/saphelp_nw70/helpdata/en/76/a8934259a5cc6ae10000000a155106/frameset.htm
    Greetings,
    Praveen Gudapati

  • Information about Customer Center of Expertise (CCOE)

    Hello,
    I am not really sure if this question is correct here but I did not find a better categrory...
    Is anybody experienced in bulding a Customer Center of Expertise (formely known as Customer Competence Center  (CCC)) ?
    We are investigating at the moment in this and I try to find information what we have to do to setup such a Customer Center. Unfortunately I do not find many information about this topic.
    Anybody here who has some experiences in this? Or does anybody know where to find detailed informations?
    thank you!
    Philipp

    hi,
    t code for customer lidt is S_ALR_87012179
    /N-->ACCOUNTING>FINANCIAL ACCOUNTING>ACCOUNT RECEIVABLE>INFORMATION SYSTEM>MASTER DATA--
    >CUSTOMER LIST
    IF USEFUL ASSIGN POINTS
    REGARDS,
    SANTOSH KUMAR

  • Comprehensive Information about User and Objects

    Hello,
    This is on 9i
    Which tables /views I can use to derive following information?
    1.Owner Name/User Name
    2.Objects owned by the user
    3.Privileges assigned
    4.Roles assgined
    5.Whether user has admin privileges
    6.whether user is grantor to other user
    7.whether user is grantee by other user
    8.tables privileged
    9.columns privileged
    10.whether user has ISDBA/ISOPER roles
    11.recent login attempts
    12.last password reset date
    Thanks,
    R

    This is kind of an odd forum post, especially given that you listed twelve general questions. It almost seems like a homework assignment :)
    With that in mind I'll give you the general instructions that you should follow before posting any other questions on the forum.
    Go to http://tahiti.oracle.com
    Then click on your version. This will bring you to all the documentation for the version you have chosen. In this case the following books may be a good place to start:
    Database References (this lists all the views in the database)
    Administrator's Guide (will have information about permissions and other administrative tasks)
    Security Guide
    HTH!

  • How do i get information about a business object?

    By using reflection i am able to get the list of objects and properties in SAPbobsCOM.BoObjectTypes.
    How can i get a classified list of all objects from the same.
    I mean classified with respect to modules.
    DI API business objects are grouped to the following modules of SAP Business One application :
    Administration
    Finance
    Marketing Documents and Receipts (Sales - A/R and Purchasing - A/P)
    Business Partners
    Inventory and Production
    MRP
    Banking
    Service
    Humanresource

    Hello
    If you read more in the help, you can see which modules holds the corresponding objects...
    Example:
    Marketing Documents and Receipts (Sales - A/R and Purchasing - A/P)
    object called: documents and you may track the correct object types (oOrders, oInvoices, etc)
    if you see the help on Documents object, you can find detailed description there
    Regards
    János

  • Required a program to list out custom dependent object used in a program

    sorry already in the forums
    Edited by: Krishna Gowrneni on Jul 16, 2009 7:51 PM
    Edited by: Krishna Gowrneni on Jul 16, 2009 7:52 PM
    Edited by: Krishna Gowrneni on Jul 16, 2009 7:53 PM

    Hello
    There is no exist such table.
    But try this snippet:
    REPORT ZSEARCH.
    PARAMETERS: P_NAME LIKE D010SINF-PROG.
    DATA: PROGTXT(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: TMP(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: FUNCT TYPE RS38L_FNAM OCCURS 0 WITH HEADER LINE.
    DATA: INCL TYPE RSEUINC OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'RS_GET_ALL_INCLUDES'
         EXPORTING PROGRAM    = P_NAME
         TABLES    INCLUDETAB = INCL.
    LOOP AT INCL.
      READ REPORT INCL-MASTER INTO TMP.
      APPEND LINES OF TMP TO PROGTXT.
      REFRESH TMP.
    ENDLOOP.
    READ REPORT P_NAME INTO TMP.
    APPEND LINES OF TMP TO PROGTXT.
    LOOP AT PROGTXT.
      IF PROGTXT CS 'CALL FUNCTION'.
        SEARCH PROGTXT FOR ''''.
        IF SY-SUBRC = 0.
          DO.
            SHIFT PROGTXT LEFT BY 1 PLACES.
            IF PROGTXT(1) = ''''.
              SHIFT PROGTXT LEFT BY 1 PLACES.
              DO.
                SHIFT PROGTXT RIGHT BY 1 PLACES.
                IF PROGTXT+71(1) = ''''.
                  SHIFT PROGTXT RIGHT BY 1 PLACES.
                  CONDENSE PROGTXT.
                  FUNCT = PROGTXT. COLLECT FUNCT. EXIT.
                ENDIF.
              ENDDO.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
      ENDIF.
    ENDLOOP.
    SORT FUNCT.
    LOOP AT FUNCT.
      WRITE: FUNCT. NEW-LINE.
    ENDLOOP.

  • Import Repository Object

    Post Author: GavinS
    CA Forum: Administration
    Just a brief question about the Import Wizard.  One of the option it presents during the course of the wizard is about importing "Repository Objects".  This may seem a silly question, but what is a "repository object" and how do they differ from other objects such as folder, report and user objects?

    Post Author: dajabon
    CA Forum: Administration
    Someone on my team said they think they might be things like custom calendars and events.  I can't confirm this though.
    Just now I tried an import wizard and let it import just Repository Objects, I placed no limit on them and it seems only one was found.  It imported in and in the Detail Log I could see that it was called "Dynamic Cascading Prompts".  I am not really sure where this came from or where it exists.  Jsut thought I would share all of my knowledge on this.

  • Help request about customizing readings estimation

    Hello,
    I'm a new user of this forum and I wolud to ask you some information about customizing of readings estimation.
    In particular I would:
    - bypass standard SAP logics to estimate readings to use custom technique
    - create custom reading type instead standard '03' value
    I read previous topics in this forum and I have seen that a possible user-exit to link the new estimation logics could be EDMLELHR. Using SAP I have seen also EDMLELHA user-exit.
    I think the second user-exit is better for my case because I want to create reading orders separately respect to estimation process. In fact I have had problems with EDMLELHA user-exit because after having created the reading order (EL01 transaction), in the installation I have seen in the Reading Results sheet an estimated reading. I didn't want an estimated reading, but only the reading order.
    Are there way to not activate automatic estimation during EL01? Or are there other user-exit similar to EDMLELHA without this inconvenience?
    Finally, how can I do to create a custom reading type after estimation?
    I hope I made myself clear
    Thanks a lot

    HiASADUZZAMAN
    You cannot use the request. It has a wrong type
    Is above error a warning or error?
    Double click on above information when you are getting you may get more inputs to analyze.
    Thanks & Regards,
    Nagendra.

  • Reg repository objects

    hi all,
    how are repository objectcs are organized

    Hi Rohit,
    I would say repository objects are organized under Packages and then further categorized by the type of object e.g. program, table etc.
    All repository objects are stored in the database table TADIR. The first two fields of the key define the type of object that it is e.g.
    A program is R3TR and PROG.
    Hope this sort of answers your Q.
    Cheers,
    Aditya

  • How to find the bapi about Activities business object...

    Hi All
    can you tell me about information about Activities business object
    iam using SAP CRM..

    Hi KP,
       can you tell us the name of the transaction in which you saw this field?
    If it is in PO Creation or Change you can probably look at the bapis
    BAPI_PO_CREATE or BAPI_PO_CHANGE
    Regards,
    Ravi

  • Client export for ABAP programs, repository objects cross client objects

    Hello,
    Let me first explain the scenario here. Our Development system crashed we are rebuilding the development system from a client export of the production. Client does not want migration etc so the only way we want to do it is through client export.
    Now the question is whether cross client objects can really be imported through client export KT, KO, KX requests?
    I thought it was possible but after successfully importinng the client export (which was taken using profile SAP_EXPC) of the Production client all the customizing has been imported but non of the ABAP programs have been imported.
    Can anyone explain how this is done and if it is possible?
    Steps I performed:
    1] Exported Production client with profile SAP_EXPC
    2] Imported the 3 requests KT, KO, KX using command line
    tp import <KT req> <SID> U2 client=<my client> pf=<profile path>
    tp import <KX req> <SID> U2 client=<my client> pf=<profile path>
    tp import <KO req> <SID> U2 client=<my client> pf=<profile path>
    3] After successful import ran scc7 which finished successfully
    Thank you

    You can transport client independent customizing, read sap note [24853 - CC-INFO: Client copy, functionality|https://service.sap.com/sap/support/notes/24853].
    But you cannot transport abap repository objects (abap programs) with a client copy.
    Can you explain what you mean by "Our Development system crashed". If you still can happily do client copies to that system, then i really wonder what you mean by crashed...
    Cheers Michael

  • In what table are stored information about BOR objects

    Hi Gurus,
    I have to find all objects like classes, function modules, reports and other related to BOR objects. Let say that I have BOR object type. With this information where can I find information about it? In which table this information are storred?
    Best regards
    Marcin Cholewczuk

    Hi ,
    SWOTDI      Definition Interfaces
    TOJTB       Business object repository: Basic data
    u  can use search  help  in SE11 with  table name equal  to  TOJ*

  • Getting version information for Repository Objects

    Is there a way (preferably a BAPI/FM, and if not, then a table) to get version information about a given repository object?

    > SVRS_FIND_VRSD_INFO
    That function module needs version number. It would be useful to me if this was optional. What I needed was the entire history. i.e. All versions.
    The export parameters however, pointed me to the table VRSD, which I think serves my purpose very well (unless there is a standard FM for getting information for all versions).
    Thanks!

  • I need  information  about  oops  concept  programming  in abap

    Hi  ,
    I need  information  about  oops  concept  programming  in abap
    Thanks,
    Asha

    Of course, the best place to start is help.sap.com.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    There are a couple good books out there as well.  You can get them at www.amazon.com
    Regards,
    Rich Heilman

  • Getting information about an object from JList

    Hi
    I have created a movie application and i have a JList displaying all registered movies, it uses a DefaultListModel to display these.
    I want to be able to click on an element in the JList and then push a button called "Show movie details" to display all information about the selected movie.'.
    Every new movie is added to the DefaultListModel as an object with "Titlle", "Genere" etc. If someone click on a movie, what do i do to get information about which object that was clicked. All i can see is that integers can be returned with the getSelectedIndex/Value methods. If i use one of these methods to get the object from the DefaultListModel, that would work i guess, but what when someone deletes a movie in the middle of the JList, then the indexes wouldnt match.
    Can someone help me out here? :)

    I get a big fat exception when trying to cast the returned object to a Movie object which im using.
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.S
    tring cannot be cast to Movie
    ...sure that this is the way to do it? If so, what am i doing wrong..

Maybe you are looking for