Finding objects related to a report.

Hi,
If I want to delete a report from another report I'll have to check for related objects such as screens and includes, right? My questions are:
- which other objects are that I need to delete besides the screens and includes;
- in which tables this objects are?
Thx in advance,
André Costa

Andr,
Go to se51 to find out the screens whereall they were used.Where used list will help you finding what you are looking for.
All object names will be stored in TRDIR
Tables you can see in TADIR.
Transport request corresponding to an object you can see in E070, E071 tables.
Version you can see in VRSD table.
Includes-you can give the include name in se38 and press where used list button to know all the programs it is in use.
If you need any other info,revert it.
K.Kiran.

Similar Messages

  • Find Universe, classes and objects used in each report

    I want to find a list of universes, classes and objects used in each report
    or the other way to find list of reports which use a particular universe. please let know, i could not get much information from activity universe in a proper way.

    Hello Venkataramat,
    plese post in more detail what kind of report you are using Crystal report ? webi ? Deski.
    Please post in the specific forums.
    If you have a Crystal Report I recommend to post this query to the [Crystal Reports Design|SAP Crystal Reports; forum.
    Best regards
    Falk

  • Bug: Front Panel objects relative position change when placing merge VI onto Block Diagram

    I've posted a bug report on LAVA, here:
    http://forums.lavag.org/Front-Panel-objects-relati​ve-position-change-when-placing-merge-VI-onto-Bloc​...
    If someone at NI can reproduce, can I please get a CAR #?
    Thanks,
    -Jim
    Solved!
    Go to Solution.

    Donovan B wrote:
    Hi Jim,
    After my previous post, I also saw this behavior, so I decided to do another test.  If there are no decorations in the VI set to “Merge VI” (“Place VI Contents” for LabVIEW 8.5 and later) the controls and indicators are still not selected when dropping the VI from the Functions palette.  I checked this behavior back to LabVIEW 7.1 and it is consistent throughout that controls and indicators are not selected.  (Consequently, so is the fact that when decorations are present they don’t maintain the relative position).
    I am not sure if this would be better suited as a CAR or product suggestion since it has been this way that long, but it does not appear to be related to the fact that decorations are present in the Merge VI.  It does seem strange that the decorations are selected though.  Looks like the best way to work around this is to drop the VI from the Controls palette.  Hopefully, it’s not too much of a hassle.
    Hi  Donovan,
    Thanks for checking in.
    >  I checked this behavior back to LabVIEW 7.1 and it
    is consistent throughout that controls and indicators are not
    selected.  (Consequently, so is the fact that when decorations are
    present they don’t maintain the relative position).
    This just means that not many people use this feature.  However, now that VIPM Professional makes it so easy to edit the palettes, I'm sure that others will start complaining that this doesn't work as they expect.
    > I am not sure if this would be better suited as a CAR or product suggestion
    since it has been this way that long, but it does not appear to be
    related to the fact that decorations are present in the Merge VI.
     Just look up the functional specifications for this feature and see if all objects are supposed to be selected.
    But seriously, is there a reason that only the FP decorations are selected?  Surely this would be documented somewhere, if there was a good reason for this current (IMO, buggy) behavior.
    > It
    does seem strange that the decorations are selected though.  Looks like
    the best way to work around this is to drop the VI from the Controls
    palette.  Hopefully, it’s not too much of a hassle.
    That's not a reasonably work-around, IMO.  It doesn't make sense to drop Block Diagram components onto the Front Panel.  For example, this bug affects the JKI State Machine.  It doesn't make sense to drop a State Machine onto the Front Panel.
    So, I'd file it as a CAR/bug, and then wait to see how LV R&D feels about it.  If they can find some valid reason for why Controls and Indicators shouldn't be selected, then that's fine (and hopefully someone will explain it to me).
    Thanks,
    -Jim

  • How to use ZMATERIAL info object attribute in existing report

    Hi all,
             Using generic extraction we have created data source related that data source we have created navigational attribute for
    info object ZMATERIAL. Data available for ZMATERIAL info objects. Now ZMATERIAL info object related navigational attribute
    want to use in existing report.
    For eg. Already sales report developed in that 0MATERIAL only using now i required to use ZMATERIAL also in that report
    My requirment is ZMATERIAL  related navigational attribute want to use in exisiting report, how to do that? kindly guide me.
    Thanks

    Goto CMOD
    Enter the projname
    select component
    click on display
    --seelct the Fm EXIT_SAPLRSAP_002
    -- double click on include program to insert your code double click on ZXRSAU02
    Enter your code below
    CASE i_datasource.
    Sample code ...
    WHEN '0MATERIAL_ATTR'.
        LOOP AT i_t_data INTO lt_mara.
          l_tabix = sy-tabix.
          SELECT SINGLE ZCOMP ZSUPP ZPUBL ZIMPR ZFORM ZSUBJ ZSDET ZAUTH ZREDT ZPUDT ZADAT
                  INTO (lt_mara-zcomp, lt_mara-zsupp, lt_mara-zpubl,
                        lt_mara-zimpr, lt_mara-zsubj, lt_mara-zsdet,
                        lt_mara-zauth, lt_mara-zpudt, lt_mara-zADAT)
                 FROM mara
                 WHERE matnr = lt_mara-matnr.
    Endloop.
    Regards
    KP

  • SQL ENTERPRISE: The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database

    The error below makes absolutely no sense! I'm using Enterprise Core...yet I'm being told I can't use remote data sources:
    w3wp!library!8!03/05/2015-19:08:48:: i INFO: Catalog SQL Server Edition = EnterpriseCore
    w3wp!library!8!03/05/2015-19:08:48:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: , Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "The edition of Reporting
    Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.;
    Really? This totally contradicts the documentation found here:
    https://msdn.microsoft.com/en-us/library/ms157285(v=sql.110).aspx
    That article says remote connections are completely supported.
    ARGH! Why does this have to be so difficult to setup?!?

    Hi jeffoliver1000,
    According to your description, you are using Enterprise Core edition and you are prompted that you can’t use remote data sources.
    In your scenario, we neither ignore your point nor be doubt with what you say. But actually we have met the case before that even though the SQL Server engine is Enterprise but the reporting services is still standard. So I would recommend you to find the
    actual edition of reporting services you are using. You can find Reporting Services starting SKU in the Reporting Service logs ( default location: C:\Program Files\Microsoft SQL Server\<instance name>\Reporting Services\LogFiles). For more information,
    please refer to the similar thread below:
    https://social.technet.microsoft.com/Forums/en-US/f98c2f3e-1a30-4993-ab41-acbc5014f92e/data-driven-subscription-button-not-displayed?forum=sqlreportingservices
    By the way, have you installed the other SQL Server edition before?
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Find Object.vi function of 3D picture control - when object not found

    I am using Labview 8.2, and this post is regarding the 3D Picture Control.
    I am wanting to make use of the "Find Object" VI to either return a reference to a named object, or otherwise determine that it does not exist yet.  However, if I call it with the name of an object that doesn't exist yet (i.e. just any random string), it returns an error message that arises from the attempt to release a queue (the reference to which gets lost when crossing a zero-iteration For Loop's tunnels), instead of an error message that says "Object not found" which I would find much more useful.  With a simple modification of the "Find Object.vi" function, this behaviour can be changed, by replacing the For Loop's tunnels with shift registers.
    The problem with the current function is that the error is not an intentionally thrown error, rather just the result of the queue's refnum being set to the default 0 as it "exits" the For Loop, since in the situation that an object is not found, the code passes a 0 to the N terminal.
    The attached images show the problematic code and the simple modification
    Attachments:
    Find Object.png ‏2 KB
    Find Object_modified.png ‏2 KB

    pauldavey,
    I agree with you - the current way of handling the case of an object not being found does not appear to be ideal.
    This was reported to R&D (# 43D8GSVQ) for further investigation.
    Thanks for the feedback!
    Regards,
    Simon H
    Applications Engineer
    National Instruments

  • Need clarification - Object Relational Mapping

    Folks
    I have searched internet , but I could find a simple answer .
    I am preparing for my Interview. I just want to reply for this question in a very simple answer
    if the employer asked me what is Object Relational Mapping and Explain Cascade and the possible values .
    The above question in the context of " Hibernate " .
    I am not sure if this is the correct forum category I am asking , please guide me .
    Thanks
    Matt

    The best simple answer is to say "I have no idea about those terms but I am eager to learn".
    There is no simple answer that will give the impression you know about such stuff when you
    don't, that will not expose you immediately to great embarrassment if they pose the simplest
    followup question.

  • Is there a tool that could export objects used in a report program?

    Hello Experts,
    I'm new in ABAP programming, recently my team members wanted to find a tool in the SAP system, which could export a list of objects that used in a report program. For example, I want to figure out what function modules and classes are used in a report program, using the tool, I could get a list that have the name of the modules and classed used and even source code of them.
    The function of the tool acts like 'where-used list' showed in the SAP system, but the differences is I do not have to type the name of the objects. The tool is just focus on the specific report program and list the name and source code of the objects used in that report program.
    Hope I explain this clearly.
    Is SAP system has such tools? Please give me some hints on this.
    Thanks you all for the time and help in advance.

    Hi Anna,
    Welcome to ABAP world,
    Check this link
    How to identify various objects used in code
    hope this is useful to you.
    and also seach in the SCN you will find more.
    Regards!

  • Find out free hand sql reports

    Hi All,
    I need find out free hand sql reports we have above 3000 reports and we are using business objects 6.5.
    Could you please tell me any one how track these reports which table these informations.
    Advance Thanks.
    Regards,

    Hi Sreenivas,
    The following information might help you to retrieve the information you require.
    There is a universe available as a part of Auditor product for which you need a separate license. This product helps you to have better control of your repository usage. The universe is REP_ORA.
    You can create a very simple universe using the OBJ_M_DOCATVAR table. This is a new table in version 6.5.x. This table gives the source of each dataprovider. Full client reports can have more dataproviders, so it is a one-to-many relationship.
    If you add the OBJ_M_DOCUMENTS table to the universe and join them by doc_id (OBJ_M_DOCATVAR.M_DOC_N_ID = OBJ_M_DOCUMENTS.M_DOC_N_ID), then you will have the proper document (report) names instead of just the ID numbers.
    The OBJ_M_DOCATVAR table is updated each time a BusinessObjects (6.5.x) or a WebIntelligence (2.5) document is exported to the repository (Send to users, Send to Broadcast Server, Publish to Corporate documents).
    The basic fields you will need in the report:
    OBJ_M_DOCUMENTS.M_DOC_C_NAME: The name of the document. The name of the document is unique for each given document domain.
    OBJ_M_DOCATVAR.M_DOC_N_ID: The unique identifier of the document. This value is referenced in OBJ_M_DOCUMENTS. The properties are therefore only applied to exported documents.
    OBJ_M_DOCATVAR.M_DOCATV_C_DPNAME: The name of the Data Provider (DP) for the current document.
    OBJ_M_DOCATVAR.M_SRC_C_NAME: The name of the source. You can see it in the end-user module by opening a document and choosing to view the data manager. It can be a universe name or a connection depending on the type of Data Provider.
    Regards,
    Sarbhjeet Kaur

  • How to enable Business Objects Inbox to receive reports?

    How can I enable Business Objects inbox to receive report?
    I can schedule or send report to a recipient without error, however, if I log into system as the receipient, I could not find the report in the inbox.
    Any solutions?

    Hi Simon,
    The report is not sent because of missing rights on the report or the Inbox.
    You can check this article to get minimum rights required to send to Inbox : 1612499 - What are the minimum rights required to be able to send a report object to another user's inbox on BI Launch Pad?
    I hope this helps.
    Regards,
    Yosra

  • Does System Maintains Objects related to one BSp Application

    Hello Friends ,
    Does SAP System maintians anything anywhere which can help us to know all the objects related to one BSP apllication??
    Say My application has few function modules , their function groups , Any Table type used or other indepent Dictionary objects used in my application.Does System Maintains this history at any place??
    or is there any other way to know??
    Regards,
    AShwini

    Hi ,
    For a BSP Applicatiopn, the Function modules and Function groups are accessed normally as we do in any other ABAP Program, so you c an find them in SE37.
    Also for Dictionary objects and table types, you can find them in SE11.
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Make an object into invisible in report builder

    Hi,
    I want to make invisible an object in report builder and i tried following things.
    I made visibility mode to :NO and
    Print object On:All pages and default
    In these levels i tried but am able to find object in report output.
    Can any one please suggest an solution for this
    Thnaks,
    Ayrus

    You posted it in wrong forum.You shoud have posted it in Oracle reports.If you simply set Visible property to No it should work..Strange if tht does not work.

  • Relative Selections in reports

    Hi everybody,
    we want to use relative selections in reports e.g. to select the current quarter and the next three.
    The standard relative selection doesn't contain this option, but it is possible to define own relative selections. But these are only "quite relative", that means there is no logic to calculate the current quarter and the following from today's date. I can only enter fixed values e.g. Q3/2014 for the current quarter and have to change it when the next quarter starts. This is also described in the documentation. That's not really what we are looking for.
    Is there any PDI-way to create own relative selections with really calculations? I didn't find anything.
    kind regards,
    Frank

    Frank,
    I don't believe so as of 1405 - I've asked support about this and they recommend that i post an idea to the ideas forum.
    We'll have to see what the 1408 SDK information contains, but from what i see, there's nothing in the 1408 ByDesign "What's New" documentation related to this.

  • Creating an own object-relational function.

    Hi
    I'd like to create a new function on a object-relational datatype. Where can I find information about comparable methods like SDO_AREA and how to build an own.
    Thanks
    Chris

    You can use PL/SQL to write such functions.
    I have written many functions that operates on SDO_Geometry objects.
    This exampla calculates the minimal bounding rectangle of a sdo_geometry:
    FUNCTION Calc_mbr( Geo Mdsys.Sdo_geometry )
    RETURN VARCHAR2 IS
    Resultat VARCHAR2( 100 );
    Antelem NUMBER;
    Antord NUMBER;
    X1 NUMBER;
    Y1 NUMBER;
    X2 NUMBER;
    Y2 NUMBER;
    X NUMBER;
    Y NUMBER;
    E NUMBER;
    C NUMBER;
    Startingoffset NUMBER;
    Startingoffsetnext NUMBER;
    Etype NUMBER;
    Interpretation NUMBER;
    BEGIN
    Resultat := NULL;
    IF NOT Geo.Sdo_point IS NULL THEN
    Resultat :=
    TO_CHAR( Geo.Sdo_point.Y ) || ';' || TO_CHAR( Geo.Sdo_point.X ) || ';' ||
    TO_CHAR( Geo.Sdo_point.Y ) ||
    ';' ||
    TO_CHAR( Geo.Sdo_point.X ) ||
    RETURN Resultat;
    END IF;
    IF Geo IS NOT NULL THEN
    Antelem := Geo.Sdo_elem_info.COUNT( );
    Antord := Geo.Sdo_ordinates.COUNT( );
    E := 1;
    WHILE E < Antelem LOOP
    Startingoffset := Geo.Sdo_elem_info( E );
    Etype := Geo.Sdo_elem_info( E + 1 );
    Interpretation := Geo.Sdo_elem_info( E + 2 );
    IF ( Antelem > E * 3 ) THEN
    Startingoffsetnext := Geo.Sdo_elem_info( E + 3 );
    --Start of ordinates for next element
    ELSE
    Startingoffsetnext := Antord + 1;
    END IF;
    IF Etype > 0 THEN
    IF ( E = 1 ) THEN -- initalization .
    X1 := Geo.Sdo_ordinates( 1 );
    X2 := X1;
    Y1 := Geo.Sdo_ordinates( 2 );
    Y2 := Y1;
    END IF;
    C := Startingoffset;
    WHILE C < Startingoffsetnext LOOP
    X := Geo.Sdo_ordinates( C );
    Y := Geo.Sdo_ordinates( C + 1 );
    IF X < X1 THEN
    X1 := X;
    ELSIF X > X2 THEN
    X2 := X;
    END IF;
    IF Y < Y1 THEN
    Y1 := Y;
    ELSIF Y > Y2 THEN
    Y2 := Y;
    END IF;
    C := C + 4; -- x,y,z,m
    END LOOP;
    END IF;
    E := E + 3; -- Elements are always triplets.
    END LOOP;
    Resultat :=
    TO_CHAR( Y1 ) || ';' || TO_CHAR( X1 ) || ';' || TO_CHAR( Y2 ) || ';' ||
    TO_CHAR( X2 ) ||
    ELSE
    Resultat := NULL;
    END IF;
    RETURN Resultat;
    END;

  • Find object name of particular tcode

    hi, i am new  in sap security so i am very confused with object relation with tcodes. like when we give su01 tcode in pfcg then in profile generator we hav to give activities for that role like for su01 in which object we will hav to give activities like create,change, delete, display for that role only? how can we find out which object reflects that particular tcode?
    like another example in se38 if i want to restrict a user for change option and allow only display option then in profile generator how can i find out under which object activity does it works?
    like i tell earlier im new in this field so please help me out from this confusion.
    Thanks
    Jimmy Batra

    Sorry I misunderstood your question.
    But there is no easy way to find the authorization object used for particular transaction unless you debug the program.
    Generally it is mention in the documentation of that particular functionality.
    For example if you want to find out the authorization objects checked in pfcg then you need to go through the following document http://help.sap.com/saphelp_nw70/helpdata/en/ce/17533e5ff4d064e10000000a114084/frameset.htm and set the activity based on your requirement.
    Same for function transactions, either you need to find the related document or need to consult the functional consultant to get the required value for that particular object.
    Hope this will help.
    -Pinkle

Maybe you are looking for

  • How to upgrade NetWeaver 2004 to NetWeaver 2004s in order to abtain the cap

    Hi Experts:      At the minimize level, How to upgrade NetWeaver 2004 to NetWeaver 2004<b>s</b> in order to abtain the capabilities of Web Dynpro for ABAP ?    FYI:  NetWeaver 2004  is run in my server.

  • External OS command script in file adapter - return value check possible?

    Is it possible to check return value of external OS script execution which is called in the file adapter? We want to see the result in the adapter monitoring. The documentation says: "Message processing is independent of any errors that occur during

  • How to read and use an API ?

    Hi all, In the Java Tutorial - Nested Classes chapter, one of the questions at the end is like this: Q2. Use the Java API documentation for the Box class (in the javax.swing package) to help you answer the following questions. a. What +{color:#3366ff

  • Recursive node error in ESR

    Check result for Data Type: PriceDerivationType | http://alfuttaim.com/xi/storeConnectivity: Data type Data Type PriceDerivationType | http://alfuttaim.com/xi/storeConnectivity points to itself Hi Experts , I have a datatype part of sap standard cont

  • IPhone 5 keeps saying searching

    My iPhone 5 has just got back working from water damage and everything's working sound touchscreen etc apart from when I restored my phone it just says searching in top left, any ideas?