Object Details

Hi all,
In my requirement, I want to get the details of objects based on some selection fields.
For eg. Based on some user name, package, transport requests etc, I want to get the details of the objects.
Some details I can get from tables E070, E071, TADIR. I want the description, Creation date, Last changed date of all objects. For those there are different tables available.
For eg. For programs, table TRDIR is there. For Domains, DD01T is there.
So based on the object type which i got from table TADIR, I want the details from table corresponding to that object.
How to do this? If requirement not understood, please revert back.
Regards
Natasha Garg

Hey,
U can write a dynamic Query like this:
SELECT SINGLE DEVCLASS INTO TADIR-DEVCLASS
                                   FROM TADIR
                                   WHERE PGMID = 'R3TR'
                                   AND   OBJECT = 'TABL'
                                   AND   OBJ_NAME = DD02L-TABNAME.
hope u get some hint from the above
thanks\
Mahesh

Similar Messages

  • Need to find the dependent object details for an object.

    Hi,
    Is there any query to find the dependent object details for any object. Like if mview is built on a table, then i should be able to find the table name with out checking code of the mview. Thanks in-advance for your support. similar way for view and functions or procedures etc...
    Regards
    DBA.

    Hi all,
    Thanks a lot for your inputs. seems i have not given full details in my post. I need to have a SQL Query to find the dependent object details not DDL.
    if i give a metriealized view name, i should get the base table names directly not DDLs...
    if i give index name i should get its corresponding table name(off course i got this already)...
    if i give a function name, i should get all the tables which are being in the function...etc...
    i am looking for a script which will cover all the aspects.....i hope i have given now enough information for this....
    Regards
    DBA.

  • In the metadata repository, display the object detail links don't work

    We've upgraded to 7.3 and when we lick on display the object details links we get the following message.  I've looked in SICF and everything looks active and is set up
    Service cannot be reached
    What has happened?
    call was terminated because the corresponding service is not available.

    HI LMM
    I have also same Problem . I thing SICF  is working fine but SAP BW 7.3  Metadata Repository is not available (Not maintained) the corresponding service is not available that why  System shows An error.
    Regard's
    R.S.Reddy

  • How & where to use Java script to create new button in object detail page

    Hi All,
    I want to create "New/Add button" in object detail page. If i am not wrong i need to use java script for that but could you please let me know how & where to use Java script to create new button in object detail page in CRMOD.
    Thanks in advance.
    Regards,
    Manish

    Any related object on the detail page should have an "Add" or "New" or both buttons by default - This is vanilla functionality and will do the required action.
    If you want to modify this behaviour and do something tricky you will potentially have to go for javascript. You should add the javascript on a custom web tab on that Object.
    Admin --> Application Customization --> Contact -->Contact Web Applet
    Now, add your javascript in the code area, after you select the type = HTML for this web applet, expose this web applet on the Contact detail layout and your javascript will be invoked whenever this page is loaded.
    Check this online document to see how javascript can be embedded in CRM on Demand http://helponmyproject.com/TTOCOD/
    Cheers!
    Royston

  • Generate error list with object detail

    Dear All,
    I have two way (multimaster ) Replication but due to some reason it generated many errors during replicate data so to resolve errors, I want to generate error list (Report) with object details instead viewing them one by one. please guide
    Thanks

    What do you mean with generate error list (Report) with object details ?
    You can get all the errors from DEFERROR view.
    There are columns DEFERRED_TRAN_ID and CALLNO.
    You can join this columns with DEFCALL (DEFERRED_TRAN_ID and CALLNO).
    Joining this two views will provide information about the objects and transaction type involved in the call.
    DEFCALL.PACKAGENAME contains the reference to the table_name.
    DEFCALL.PROCNAME contains information about the transaction type.
    Example:
    select e.deferred_tran_id,
           e.callno,
           e.origin_tran_db,
           c.packagename,
           c.procname
    from deferror e, defcall c
    where e.deferred_tran_id=c.deferred_tran_id
    and e.callno=c.callno(below are the links to the 10gR2 docs containing information about DEFERROR and DEFCALL views. If your database is different version, than search http://tahiti.oracle.com for version specific documentation)
    DEFERROR
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rardeftranviews.htm#sthref2599
    DEFCALL
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rardeftranviews.htm#sthref2595
    Cheers!
    Message was edited by:
    tekicora

  • Best way to make a object details page

    I have a dataTable, built with a sessionBean List. We have to make a link "show detail" in each row, and redirect to a new jsp showing selected row object details.
    Whats the best way to retrive the object selected?
    a commandLink with param (haschcode value) and search in list isn`t possible because is a sessionBean..
    I have some ideas but not with JSF....
    thanks

    1) Bind h:dataTable to an UIData property in main backing bean.
    2) Add a h:commandButton or h:commandLink to a column and bind it with an action method in main backing bean.
    3) In the main backing bean action method simply retrieve the row object byRowObject selectedRowObject = (RowObject) uiDataProperty.getRowData();and navigate to some display details page.
    4) In the display details page just access the data by #{mainManagedBean.selectedRowObject.someProperty} and so on.
    Detailed examples can be found here: [http://balusc.blogspot.com/2006/06/using-datatables.html].

  • Replicated Product Id does not take to to Object Details

    Hi Experts
    in WEB UI->In Repair order Item page->Referance Oject Assignment block. On clicking on the Product Id link (this Product Id were created manually in CRM) , it takes to Object Details.
    where as other Product Id does not take to to Object Details, these Product Id replicated in CRM through equipment replication.
    How to fix this. Please help me with a way out.
    Thankls
    Chand

    Moz, I logged into your On Demand application and the problem was the administrator owner access and in step 2 and click on Related Information for Custom Object 1 and all the Related Inforamtion was set to "No Access". I changed it to "Full Access" and now you can import Custom Object 1 and see it under the account.
    Message was edited by:
    Bob B

  • Authorization objects details

    Hi everyone,
    How can I get the list of all authorization objects and their details for a specific user ?
    Is there a function ?
    Thanks.
    Regards.

    Hi
    In general different users will be given different authorizations based on their role in the orgn.
    We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
    USe SUIM and SU21 T codes for this.
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
    To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
    Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
    You program the authorization check using the ABAP statement AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD 'B'.
    IF SY-SUBRC <> 0.
    MESSAGE E...
    ENDIF.
    'S_TRVL_BKS' is a auth. object
    ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
    The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
    This Authorization concept is somewhat linked with BASIS people.
    As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
    Take the help of the basis Guy and create and use.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • TOBJ Authorization Object Details

    Hi All,
    I am trying to see the logic of a Z-Authorization object. I can see an entry in the table TOBJ but am wandering about where to see the details for that Z-authorizations.
    Where can i get the details for any authorization objects?
    Please help.
    Thanks!

    Hi ,
    At run time/Debugging  Create a BreakPoint using key word 'authority-check'.
    The Debugger will stop at all those place where Authority check is done.
    See attached screen shot for reference.
    Regards,
    Vikas

  • Custom Objects details

    Hello,
    Does anyone have a clear and detailed overview from the Custom Objects? I know the general limitations of the new CO's like webservices and all, but if I am not mistaking there were or are also differences between CO3 and CO's 1 + 2, mainly with the relationships to other object types.
    Kind regards,
    Niels Rekers

    Bob,
    Thanks for the suggestion but I am not looking at the reporting functionalities of the Custom Objects at the moment. I am planning a couple of changes that will require the use of custom objects and change the current use of some custom objects as we cannot use the full functionality (e.g. teams, webservices, books, attachments) as we can with CO1 or CO2. So I would really need a complete overview with a level of detail that shows the relationships per CO to other objects for both webservices as is available in the system itself.
    I have also logged a Service Request for this, as my requirements should be known within Oracle, but that is already open for more than a month without a proper answer.
    Kind regards,
    Niels Rekers

  • Hi Experts I need abap objects details

    hi experts,
       i need last changed by date ,person details by giving name
    from which tables they are coming.
    i required for
    1.abap query
    2.user exits
    3.script forms
    4.lock objects
    5.report variants
    6.ldb
    definately i reward good points
    with regards,
    sunilkumar.B

    Hi,
    1. ABAP Query - Table AQ*
    2 .User Exits - Table TRDIR
    3. Script Forms - Use FM SELECT_FORM and check table selections and fields TDLUSER, TDLDATE and TDLTIME
    4. Lock Objects - Tables DD25L and DD27S
    5. Report Variants - Table VARID
    6. LDB - Table LDBD
    Regards,
    Ferry Lianto

  • Middleware Initial Objects Details

    Hi Gurus,
    I am new to the Middleware i would like to know the details of the following initial objects i.e what is the purpose of each initial objects and it's impact.
    DNL_CUST_ACGRPP
    DNL_CUST_ADDR
    DNL_CUST_BASIS
    DNL_CUST_BASIS2
    DNL_CUST_BASIS3
    DNL_CUST_BASIS5
    DNL_CUST_BASIS6
    DNL_CUST_BNKA
    DNL_CUST_PAYPL
    DNL_CUST_PRICE
    DNL_CUST_PROD0
    DNL_CUST_PROD1
    DNL_CUST_PROD3
    DNL_CUST_S_AREA
    DNL_CUST_SALES
    DNL_CUST_SCE
    DNL_CUST_SHIP
    DNL_CUST_SPROD
    DNL_CUST_T502T
    DNL_CUST_TBRC
    DNL_CUST_TPFK
    DNL_CUST_TSAB
    DNL_CUST_TVAST
    DNL_CUST_TVFS
    DNL_CUST_TVGF
    DNL_CUST_TVIP
    DNL_CUST_TVLS
    DNL_CUST_TVPV
    Thanks in advance
    I would reward the maximum points if that helps me out

    Hi,
    Although its lengthy to discuss the importance of each of the objects you mentioned,Material master data is transferred from the ERP system to the CRM system using middleware. The relevant middleware object is MATERIAL. A single initial download is necessary in which the materials required are created in the CRM system as products. Subsequent changes (and also new materials) in the ERP system can be transferred by delta downloads.Therefore
    DNL_CUST_PROD1 (is an adapter object to create hierarchies and categories in CRM to hold the product master), DNL_CUST_PROD3, DNL_CUST_PROD0,
      Before you do an initial load from R/3.Before the initial download can take place, you must have:
    &#9679;     Transferred Customizing for Basis Components (in particular, transferred the units of measure, languages, and countries)
    &#9679;     Transferred Customizing for Organizational Management (for example, transferred the sales offices)
    &#9679;     Transferred Customizing for Sales and Distribution (for example, transferred the product groups)
    The others will take time to elaborate,
    Hope this helps you to a certain extent.

  • ERecruitment: Reg the Candidate (NA) Object details copy =

    Hi All,
    For an internal candidate we know that there wil be active Pernr(P)  and an NA object attached to CP.
    and also we know that the NA object is candidate object  where internal candidate or an external candidate can maintains the details like Education, Workexp, Desired emplymt, location etc  in the Candidate Profile which all gets saved against the candidates NA object in the respective infotypes like 5103 work, 5104 Educ, 5015 quali etc and its description gets saved in the documentum server with the NA object and the Document id.
    Now the issue is when an IA(International assigment ) has been done for an internal candidate ......we should have had one more pernr where the new one is active and old will be inactive but with an Old NA object attached to the CP,
    But due to some unknown reasons there is now 2 NA objects for an CP one is inactive as an old pernr and there is one active NA and Pernr.
    So now candidate has lost the details what was stored earlier with the old NA object as he logins in it will be of New active NA.
    So is there a way to copy the details of old NA to New NA or is there a way to make the old one active?
    I was thinking of going by the Custom program which takes 2 NA inputs and fetching the details of the old NA and saving it for the new NA. But i want to know whether the prgm copying  is this the last resort or there is any way to get this done without developement?
    Please provide me some inputs...
    Thanks & Regards,
    Dipu.B

    Hi Nidhi,
    Thanks for your reply.
    The simplest way is yes as you mentioned we can ask the user to maintain it again, but our Business doesnt want to ask the user to maintain the profile again so we were trying to find a soln for this.
    Can you please tell me how to maintain the NA obj details thru the BP. i have the BP of the user ??
    Thanks in advance.
    Dipu.B

  • How to find tables in SE11 for transported object details

    Hi Experts,
    I have some Objects from Development to Test system.Now I want to see the list of transported objects in a particular table
    Thanks in advance,
    Peter.

    Hi Peter,
    Also
    Goto SE03........
    Requests/tasks...>Find Requests.>Give that request number and Choose Released in Request Status.
    U will get the Request itslef.Drill Down to find out the Objects.
    Rgds
    SVU

  • Profile for field selection on object detail list

    Hi All ,
            What is the customizing path or tcode to define  Field selection profile and also object profile
    to choose in COIO transaction , please advice the assignment process also .
    Thanks
    Anil

    Hi All , thanks for your quick response
    I can create only overall profiles in COISN tcode .Please advice me where can we create Object profile and field profile and assignment of the same to overall profile .
    My purpose of defining above profiles is I wish to incorporate a field name resource in the seperate column with including the list of fields which is showing currently in COIO order header (here we can not find resource untill drill down) .For acheiving the same I think I can define new field profile and assigning that one to object profile , and thus I can able to select the desired object profile after executing the COIO order header --> settings --> select profile . Please suggest me if I am wrong and also the other transaction codes
    Thanks
    Anil

Maybe you are looking for

  • User exit in CATS_APPR_LITE

    When transaction CATS_APPR_LITE is executed, the selection is done on the whole population. We want however to restrict the used population: when executing CATS_APPR_LITE, a Time Approver should only see the employees for whom he is allowed to approv

  • ACE30 Load balancing based on IP and using x-forward-for header

    Hi Guys, We currently have a load balancing policy setup to direct traffic to say FARM-A based on a particular range of source (client) IP addresses, and the default FARM-B for all the other traffic. We are now looking to introduce a web application

  • Oracle 9i dbstart problem

    Hello all, I have a problem starting database Here is the error message from sqlplus: sqlplus: error while loading shared libraries: /u01/app/oracle/product/9.0.1/lib/libwtc9.so: undefined symbol: kpggwcx_ any suggestion would be highly appreciated P

  • BSP Batch-Input

    Hi Guys, i have ZTable and need upload CSV from BSP web page. Before upload, code need delete Table data. In BSP only need request Patch for CSV File in PC. Any example or idea for fix this problem ?

  • TWO IIS virtual directories for TWO WebLogic Instances

    I have an IIS website with one IIS virtual directory which is using iisproxy.dll to redirect the request to a weblogic instance. Now, I would like to create another virtual directory which has to redirect to another weblogic instance (with different