How to find embedded packages of a package?

Hi,
I want to find all the embedded packages in a package. Which table has these details?.

Hi,
Check the Table TDEVC and TDEVCT for all the package/dec class related stuff.
Also check the Table TADIR for the related info.
reward if useful
regards,
Anji

Similar Messages

  • How to find Which package used in Reports

    Hi,
    Is there any option to view all the package which used in all the all eul reports. My problem is One report is refreshing tables using package/function/ procedure ...........i which report is doing that ..........I'm having more than 1500 discoverer report and opening all report one by by is not fessible as each having tabs as well.........

    Hi,
    You should start from the table that is being updated...
    find its referenced objects, you can use :
    select a.owner, name, decode(a.type,'PACKAGE BODY','PACKAGE',a.type),do.status
    from all_dependencies a,
    dba_objects do
    where do.object_name=a.referenced_name
    and do.owner=a.referenced_owner
    and do.object_type=a.referenced_type
    and referenced_name = 'xxxxxxxxx'; -<<<<----- put here your table name
    This will give you the list of objects referencing the table, try to find the package / procedure / function.
    then login to the administrator and try to locate the package in the list of function (you need to go to the register functions screen)
    Tamir

  • How to find which package is corrupted?

    Hi,
    I'm connected to the net throught a broadband connection right for the next few days and I have the following issue: I'm trying to install libreoffice, and for this, I have about 90 Mb of packages to download. Now because the connection is not too stable, and not fast at all, I had a few tries until I got all the stuff downloaded ( 1. here I mean packman downloaded for me; 2.I set aria2 as transfer command to continue the downloads ), but now pacman says that a package is corrupted and can't install.
    The problem is that pacman does not say anything about which package is corrupted, the whole output is:
    Targets (18): graphite-1:1.0.3-1 hsqldb-java-1:1.8.0.10-2 hyphen-2.8.3-1 libidl2-0.8.14-2 libreoffice-common-3.5.1-1 libreoffice-en-US-3.5.1-1 libwpd-0.9.2-2 libwps-0.2.2-2 lpsolve-5.5.2.0-2
    neon-0.29.6-4 orbit2-2.14.19-2 libreoffice-base-3.5.1-1 libreoffice-calc-3.5.1-1 libreoffice-draw-3.5.1-1 libreoffice-gnome-3.5.1-1 libreoffice-impress-3.5.1-1
    libreoffice-math-3.5.1-1 libreoffice-writer-3.5.1-1
    Total Download Size: 0.00 MiB
    Proceed with download? [Y/n]
    (18/18) checking package integrity [##########################################################################] 100%
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    Is there a way to find which package is corrupted? Because I would not start over the whole download process if it is possible, I'd like to re-download only the corrupted ones.
    I'm using pacman 4.0.2, 32bit.
    Thank you!

    Gcool wrote:pacman --debug will tell you which package it is.
    Thanks for the tip, unfortunately did not helped me, the package, which was corrupted was not listed by the debug info. I started to manually test each package I downloaded and found the bad one that way. I kind of miss the old behavior, when pacman offered you to delete and re-download a package, if it did not passed the CRC verification.
    But thanks anyway!

  • How to find correct package import directive

    Hello,
    I would like to use the methods byteToHex02sString and hexStringToByteArray in the ToolkitUtility but now I have a really basic problem:
    How can I find the correct package name for import directrive to make the class available. The documentation says dgs.tlkt.ToolkitUtility;
    Regards, Rainer

    Hello,
    I think the classpath is found correctly, otherwise other import-files wouldn't be found as well. I checked the JRE lib folder and even unpacked all jar files, ther was no hint for my class ToolkitUtility.
    Below the jar-files in my environment. Is it possible that I need to install some add ons or JRE 1.5?
    Anyboddy out there who is able to resolve this class/package names.
    Regards, Rainer
    javaws\javaws-l10n.jar
    javaws\javaws.jar
    lib\applet\WMPNS.jar
    lib\ext\dnsns.jar
    lib\ext\ldapsec.jar
    lib\ext\sunjce_provider.jar
    lib\im\indicim.jar
    lib\im\thaiim.jar
    lib\jce.jar
    lib\jsse.jar
    lib\plugin.jar
    lib\rt.jar
    lib\security
    lib\security\US_export_policy.jar
    lib\security\local_policy.jar
    lib\sunrsasign.jar

  • How to find a package for SAPLUP:700

    Hello everyone,
    I am creating new sandbox, and i have Windows server 2003 and sql server 2005.
    I am doing it by system copy (import export)
    While exporting it asks for SAPLUP:700. which SL controller but i am unable to find SL controller as per mentioned requirement can someone help me.

    Hi Dharmendra,
    You need the SL CONTROLLER 700 and probably also SL CONTROLLER 721 packages for SWPM SP06, in addition to the 721 kernel.  You can obtain them from http://service.sap.com/swdc -> Installations and Upgrades -> Browse our Download Catalog -> SAP Technology Components -> SL TOOLSET -> SL TOOLSET 1.0 -> Kernel for installation/SWPM -> SAP KERNEL <version, e.g. 7.21 EXT 64-BIT UC> -> Installation -> Microsoft Windows.  Download both 51048285_5 (SL CONTROLLER 700 for SWPM SP06) and 51048285_6 (SL CONTROLLER 721 for SWPM SP06).  Note that the "Download Object" name (the 5104xxxx) may change, depending on which kernel version you are downloading, but the "Title" will remain the same.
    Regards,
    Matt

  • How to find upgradable packages in the system?

    After each `pacman -Sy' synchronization, is there a easy way to find out what packages in the system are upgradable?

    Doing a
    pacman -Syu
    will sync up with the repositories and then upgrade all the packages on your computer that need upgrading. It will display all the packages that need upgrading and ask you if you want to upgrade them, so you can exit without upgrading if you change your mind.
    Be sure to check out the pacman wiki and the wiki and forums if your unsure about programs in the future.
    Edit: wow, beat me to the punch

  • Jar -t doesn't work? .. and how to find a package?

    I've got JDK 1.4.1 installed on RedHat 8.0, and jar -t doesn't seem to work at all. Anyone else experienced this? (it just hangs).
    I'm using's Sun's jar - but I get the same result if I try the jar command that follows linux (jar (fastjar) 0.92-gcc)
    Also, when I get the message e.g. "package javax.servlet.http" does not exist - what's a fast way to figgure out which .jar from the XML Summer Pack I need to include?? I could start browsing the docs, but that's tedious work. I want to be able to say; "ah, that means that blabla.jar is missing" and include it .. that shouldn't be too much to ask ..
    So I wanted to create a shell script that recursively scanned through all the jars and found the jar with the named package .. however, my .sh skillz are not that elite.
    Feel free to answer with shell code =)

    I call this script 'findclass'
    #!/usr/bin/perl -w
    $pat = shift;
    foreach $jar (@ARGV) {
      open(JAR, "jar tvf $jar|");
      while(<JAR>) {
        print "$jar: $_" if /$pat/;
      close JAR;
    }Cheers, Neil

  • How to find the package  name  using  request number

    I want to check the   package name  using the request  no   ,
    Plz help me

    Hi
    You can use SE03  for the same. In that
    Object Directory Node --> Change Object Directory Entries of Objects in a Request.
    Dbclick on that and provide chield request and press F8 you will get the object with the package.
    Hope this will Help.
    Regards,
    Hiren Patel

  • How to   find   a Packaging Instructions procedure

    I mean by what factor, Order type? delivery type?

    Hi
    There is no particular T-code for Packing Instructions
    Packing With Packing Instructions
    Packing with packing instructions enables you to automate the packing process.
    The system uses specific criteria to determine packing proposals, which the shipping clerk/warehouse personnel can use to pack the goods according to customer and shipping requirements and simultaneously reproduce the resulting handling unit in the system with ease.
    Packing with packing instructions is based on the condition technique, which the system uses to determine the appropriate packing instructions.
    In this step, you set packing instruction determination. You also define number ranges and inspection profiles for packing instructions.
    Regards
    Srinivas.

  • How to find (classes,interface,subpackage info) in some package

    Plz tell me if any one know how to find (classes,interface,subpackage) in some package
    e.g. in java.io
    "Above senerio in not concern with java doc
    but tell me if an other way i.e by help of programming
    i could find some package information"
    as we know we find out any "object" classType , methods and fields information with help of "java.lang.reflect" API's
    but how to find a package information as provided by jdk is in current use

    You can locate the .zip or .jar file where the stuff is, and say either
    unzip -l classes.zip
    or
    jar tvf classes.jar.
    So you see the list of the classes in the given package.
    Then you can say
    javap -classpath classes.zip MyPackage.MyClass
    to see the fields and methods of the given class.

  • How to find package dimension buffered

    Hi Guru!
    on the last EWA, SAP found some package dimension buffered.
    "ATTENTION:
    There are buffered package dimensions.
    Unbuffer these dimensions immediately.
    Naming convention: /<NAME-RANGE>/D<INFOCUBE>P
    Note 857998 - Number range buffering for DIM IDs and SIDs explain that NO PackageDimension should be buffered.
    So, could you explain how to find those package??
    And then, to unbuffered, I can do this through SNRO?
    Tks a lot
    ciao

    Hi Cristian:
       I suppose you've been trying to optimize your data loads by means of Number Range buffering as described in the following blog:
    /people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
    The thing is that in the process you have buffered Package dimensions for a(n) InfoCube(s) and that is not recommendend by SAP, remember that those are special Dimensions along with the Time and Unit dimensions used in every InfoCube.
    To unbuffer the Package Dimension do the following:
    Execute Transacion Code SNRO
    Enter object for package dimension
    Change
    Edit
    Setup buffering
    No buffering.
    Regards,
    Francisco Milán.

  • How to know the packages,functions,triggers owned by schema

    I got the script to find the tables,columns and indexes belonged to a schema
    how to find the packages,functions triggers owned by a schema.
    I need to compare schema of PROD with UAT
    Any help will be appreciated

    is it possible to find the source of all those
    objects in a single scriptWhat do you mean?
    user_source will give the script?Yes.
    You can get script more easily with DBMS_METADATA
    SQL> drop FUNCTION "HR"."F11";
    Function dropped.
    SQL> CREATE OR REPLACE FUNCTION "HR"."F11" return varchar2
    as
    v_date varchar2(1000);
    begin
    select to_char(sysdate,'mmddyyyy') into v_date from dual;
    return v_date;
    end;  2    3    4    5    6    7
      8  /
    Function created.
    SQL> set pagesize 0
    SQL> set long 90000
    SQL> select DBMS_METADATA.GET_DDL (
    'FUNCTION',
    object_name,
    'HR')
    FROM    all_objects
    WHERE owner = 'HR'
    AND object_type ='FUNCTION'  3    4    5    6    7
      8  /
      CREATE OR REPLACE FUNCTION "HR"."F11" return varchar2
    as
    v_date varchar2(1000);
    begin
    select to_char(sysdate,'mmddyyyy') into v_date from dual;
    return v_date;
    end;
    Is there any script to identify source for all those
    objects

  • How to import this package com.sap.tc.logging.location?

    Hi, all,
                I can't import this package into programming area since i'm using com.sap.tc.logging.location. I think my developer studio does not have such package. Do you know how do find such package and import it in the studio?
    Logging location.
      private static final com.sap.tc.logging.Location logger =
        com.sap.tc.logging.Location.getLocation(Exc_EJB_Component.class);

    hi
    try to see your package is avalible into Navigator prosective. if it has then import it from here itself
    thanks

  • How to find the dependency of a table

    Hi All,
    how to find all packages or procedure which are using specific table . is there any table where we can go and search .
    i mean i have table called let say table_A and i want to find in which procedure or package this table will be using .
    Thanks
    Sree

    Tables dont depend on packages/procedures.
    However packages/procedures may use tables.
    That said, if youre using TOAD, just press F4 on the table name and click on the used by tab.
    S

  • How to find CR Request Number inside a package

    Hi Folks,
    how to find the CR Request Number list present inside one package.
    Reg,
    Hariharan

    Hi ,
    i had gone through the Transaction se03 Search for Object in Request/Task, in the selection screen no option for Package can you just breaf about the Selection Screen Step.
    Reg,
    Hari.

Maybe you are looking for