Finding dependant objects

Hi Experts,
     I have a transport request having many custom programs in it. I need to transport it to another system. Is there any way to know all the dependant objects for the programs. Are there any tables which store the dependant objects like tables, views, includes, message class, domains, functions etc.
    Thank you
Lijo P Raj

Hi,
Otherwise try this .Goto se38 custom program.Click on Display object list -->CtrlShiftF5.It will take you to se80(ABAP Workbench).You will get the used objec list in that custom program in a tree format .You will be able to see the includes,Dictionary structures used,Function modules ,transactions ,and so on used in this program.
There you will get some idea on what are all  the dependent objects used in the program
Regards,
Lakshman.
Edited by: Lakshman N on Dec 31, 2009 7:04 AM

Similar Messages

  • FM for Finding Dependent Objects

    Hi ,
    We are in need of a Function Module, which would be able to list all the dependent Objects of a Field.
    For eg : Field - zsodtest contains Data Element - zsodde
    Which uses the domain zsoddom.
    When the Field is passed as the input parameter for the FM, it should List the DE and the Domain, of the Field.
    Hope the Problem is clear.
    Expecting reply at the earliest.
    Thanks and Regards,
    Ajaz

    Hello Ajaz
    There are two ways to get the required information:
    (1) DB View <b>DD03M</b>
    (2) Function module <b>DDIF_FIELDINFO_GET</b>
    When you provide TABNAME and FIELDNAME the function module will return all meta data in structure DFIES.
    Please read the FM documentation and pay special attention to parameter ALL_TYPES.
    Regards
       Uwe

  • 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.

  • "Can't find dependent libraries" Query

    I created a sample.dll using VC++ which inturn uses java libraries. I
    was getting 'file.obj : error LNK2001: unresolved external symbol
    __imp__JAWT_GetAWT@8' link error while creating sample.dll even after
    providing jawt.dll path. So used jre/lib/jawt.lib to create the
    sample.dll. I am using this sample.dll to run a java program. While
    running the java program, I am getting the error 'Exception in thread
    "main" ava.lang.UnsatisfiedLinkError: sample.dll: Can't find dependent
    libraries'. If I don't use jawt.lib (by commenting relevant code) to
    create sample.dll, my java program runs fine.
    But I need to use the code relevant to jawt.lib. Any idea how to over
    come Can't find dependent libraries error?

    You need to link against "jawt.lib"
    E.g.
    In VC++ goto
    Projects -> Settings ->Link Tab
    Add jawt.lib to the Object/Library modules and Project Options.

  • Problem with "Unreferenced Symbol", phase 3, Can't find dependent libraries

    now that I got every thing to work on Solaris, see my previous thread,
    I'm bound to move on to Windows.
    I can compile and link my C++ code but when it comes to execution I get an {color:#ff0000}<strong>UnsatisfiedLinkError</strong>{color}, complaining that it {color:#ff0000}<strong>Can't find dependent libraries</strong>{color}.
    I am printing out the java.library.path property before loading my lib and it has the necessary path to all my libs in it.
    Here my 2 questions:
    1.what do I need to do to get this to work on Windows?
    2.is it mandatory that dependent libraries are also .dll's on Windows (the library my native code needs is a .lib)?
    Thomas

    unfortunately, the exception does not say, what is missing:
    Exception in thread "Thread-6" java.lang.UnsatisfiedLinkError: I:\IcsBCM\Spectru
    m9.0\OneClick\CONTINUITY\lib\CronSpec.dll: Can't find dependent libraries
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at MyCronSpec.<clinit>(MyCronSpec.java:20)
            at CronSpec.resolve(CronSpec.java:98)
            at MaintenanceTable.checkOverlap(MaintenanceTable.java:278)
            at MaintenanceTable.run(MaintenanceTable.java:112)
            at java.lang.Thread.run(Unknown Source)the DLL dependency walker shows me, that my DLL depends on LIBGLOBL.DLL, which indeed does not exist.
    So the big question is: why does my DLL reference this DLL?
    Following the output of gmake (compilation and linkage):gmake -f Makefile.i386
    cxx -W/wd4996 -W/wd4430 -W/EHsc -W/GR -W/Zc:wchar_t,forScope-  -D_CRT_SECURE_NO_WARNINGS -W/wd4996
    -D_USE_32BIT_TIME_T -DWIN32_LEAN_AND_MEAN -DWIN32 -D_WIN32_WINNT=0x0400 -DFD_SETSIZE=256
    -DATL_NO_LEAN_AND_MEAN -D__BASEFILENAME__=\\\"MyCronSpec.cc\\\" -DRWDLL -DRW_MULTI_THREAD -DNOMINMAX
    -D__EXTENSIONS__ -DCSEXPORT= -IE:/Java/jdk1.6.0_06/include -IE:/Java/jdk1.6.0_06/include/win32
    -IE:/Spectrum/SDK/include/GLOBL -IE:/Spectrum/SDK/include/PORT  -c -o OBJS.i386/MyCronSpec.o  MyCronSpec.cc
    MyCronSpec.cc
    link /DLL /out:CronSpec.dll OBJS.i386/MyCronSpec.o  E:/Spectrum/lib/libGlobl.lib
    Microsoft (R) Incremental Linker Version 8.00.50727.762
    Copyright (C) Microsoft Corporation.  All rights reserved.
       Creating library CronSpec.lib and object CronSpec.expas can be seen, I'm linking with a library called *libGlobl.{color:#ff0000}lib{color}* (since it contains the C++ code I want to wrap).
    But why/how is this turned into a reference to *libGlobl.{color:#ff0000}dll{color}?*
    Thomas
    PS: my knowledge of compilation/linking/DLLs/etc on Windows if fairly limited....

  • Help needed in Identifying dependent objects

    Hi all,
    Basically I need to identify the object related to Integration which is not there in one of our software product under development as compare to other(existing) already developed so that we can apply them in the product being developed.
    I need to find these below from few of the packages given to me
    &#61550;     dependent packages/functions to read and update data
    1)     Tables
    2)     Packages
    3)     Triggers
    4)     Views
    5) Jobs
    I would request you to help me in carrying out this faster, I have plsql Developer tool, how to start with so that i m not mess up with and complete it faster.
    Regards,
    Asif.

    Thankx Pierre Forstmann.
    Dear All,
    Can any one help me in identifying all dependent objects for one object.
    Will this works for me I found from the above link provided,
    as for the time being I do not have the dba priviliges...
    If I am able to get the dba prviliges will this code works for me to get the
    required information....
    Regards,
    AAK.
    SQL>
    create or replace type myScalarType as object
    ( lvl number,
    rname varchar2(30),
    rowner varchar2(30),
    rtype varchar2(30)
    Type created.
    SQL> create or replace type myTableType as table of
    myScalarType
    Type created.
    SQL>
    SQL> create or replace
    function depends( p_name in varchar2,
    p_type in varchar2,
    p_owner in varchar2 default USER,
    p_lvl in number default 1 ) return myTableType
    AUTHID CURRENT_USER
    as
    l_data myTableType := myTableType();
    procedure recurse( p_name in varchar2,
    p_type in varchar2,
    p_owner in varchar2,
    p_lvl in number )
    is
    begin
    if ( l_data.count > 1000 )
    then
    raise_application_error( -20001, 'probable connect by loop,
    aborting' );
    end if;
    for x in ( select /*+ first_rows */ referenced_name,
    referenced_owner,
    referenced_type
    from dba_dependencies
    where owner = p_owner
    and type = p_type
    and name = p_name )
    loop
    l_data.extend;
    l_data(l_data.count) :=
    myScalarType( p_lvl, x.referenced_name,
    x.referenced_owner, x.referenced_type );
    recurse( x.referenced_name, x.referenced_type,
    x.referenced_owner, p_lvl+1);
    end loop;
    end;
    begin
    l_data.extend;
    l_data(l_data.count) := myScalarType( 1, p_name, p_owner, p_type );
    recurse( p_name, p_type, p_owner, 2 );
    return l_data;
    end;
    Function created.
    SQL>
    SQL> set timing on
    SQL>
    SQL> select * from table(
    cast(depends('DBA_VIEWS','VIEW','SYS') as myTableType ) );
    ---select * from table(cast('USER_VIEWS') as myTableType ) );
    LVL     RNAME          ROWNER          RTYPE
    1     DBA_VIEWS     SYS               VIEW
    2     TYPED_VIEW$ SYS               TABLE
    2     USER$          SYS               TABLE
    2     VIEW$          SYS               TABLE
    2     OBJ$          SYS               TABLE
    2     SUPEROBJ$ SYS               TABLE
    2     STANDARD SYS               PACKAGE
    7 rows selected.
    Elapsed: 00:00:00.42
    SQL>
    SQL>
    SQL> drop table t;
    Table dropped.
    Elapsed: 00:00:00.13
    SQL> create table t ( x int );
    Table created.
    Elapsed: 00:00:00.03
    SQL> create or replace view v1 as select * from t;
    View created.
    Elapsed: 00:00:00.06
    SQL> create or replace view v2 as select t.x xx, v1.x yy from
    v1, t;
    View created.
    Elapsed: 00:00:00.06
    SQL> create or replace view v3 as select v2.*, t.x xxx, v1.x
    yyy from v2, v1, t;
    View created.
    Elapsed: 00:00:00.07
    SQL>
    SQL>
    SQL> select lpad(' ',lvl*2,' ') || rowner || '.' || rname ||
    '(' || rtype || ')' hierarchy
    2 from table( cast(depends('V3','VIEW') as myTableType ) );
    HIERARCHY
    OPS$TKYTE.V3(VIEW)
    OPS$TKYTE.T(TABLE)
    OPS$TKYTE.V1(VIEW)
    OPS$TKYTE.T(TABLE)
    OPS$TKYTE.V2(VIEW)
    OPS$TKYTE.T(TABLE)
    OPS$TKYTE.V1(VIEW)
    OPS$TKYTE.T(TABLE)
    8 rows selected.
    Message was edited by:
    460425

  • How to create the change document functionality for a dependent objects?

    May I please know how to create the change document functionality for a dependent objects?
    I have done it follow the same process as for business process objects. But when i try to test it in BOBT, there is no records under "FIELD_CHANGE_WITH_FILTER". It seems the change hasn't been recorded.
    If the way I did to create change document for dependent object is correct, please also kindly advise the possibilities for why there is no record during testing.
    thanks in advance.

    I also have some doubts about the business object.In this case,one abstract BO hase a subnode wihich is root extended.I added the change document for this node under the category "root_extended" and then tested the function in BOBT.I got some error message "can't find the root key".Shall i redefine the method /BOFU/IF_CDO_CREATION~IS_CDO_CREATION_ACTIVE so as to solve the problem?
    Thx.

  • Archiving MM_MATNR - dependent objects

    Experts
    Im trying to archive MM_MATNR (Material master)  and I understand that all dependent objects need to be archived before material master can be archived.
    My question is what is the most effective way of identifying and archiving dependent objects collectively or individually??
    Any assistant will me much apreaciated  but please dont post the following links or anythin from the following links(I have read thier contents n want more than they offer)
    A step by step process will be much apreciated....
    [http://www.sap-img.com/bc003.htm]
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f75a80-867f-2d10-7aa6-ac164e43e89f?quicklink=index&overridelayout=true]
    Regards
    Sylvester
    Edited by: Sylvester Mokgwe on Jan 11, 2011 5:16 AM

    you really have a lucky hand in finding poor documentation.  Why dont you directly search in help.sap.com
    The technical archiving process is well doucmented there, step by step.
    further you should search OSS notes with key "MM_MATNR", there are plenty, make sure you are current with notes before you start. But more intresting in the beginning are the consultant notes there, explaining the errors  you may discover when archiving materials.
    of course you have to do this for any object that you need to archive before.
    Which objects this can be in theory can be seen in the network graphics, this answer was already given.
    But you have such a network graphic for any object that you need to archive before.....
    of course you do not need to archive any object there, just objects you use, and only those records from the object that are relevant to the materials you want to archive.
    Usually you set up a archving project, defining residence times for all potential archiving objects, then you do customizing and finally you start testing and then real archiving. this is explained in much more detail in help.sap.com and service.sap.com/plm
    And do not underestimate the effort. you need consultants from any module, and people from the business, and good to have auditors as well in the project. you will certaiinly face possible error, any process that is not defined and excuted clean from beginning to the end will give you headaches.
    I had a 50 day project (just my time),  to get familiar with the object, doing its customizing and execution (this can be different from object to object, even you start everything from SARA) and of course documentation. I have already spend more than 70 days in 3 years (it is not a high priority project) and I have not really archived materials that were in use yet.
    if a material was never used in dependent objects, then you can archive it right away.
    SAP does extensive checks (and you many have to add own addtional checks in user exits to avoid screwing up your production system (most archived data cannot be retrieved into the database). My system takes between 1 and 3 minutes to archive 1 material (or finally fail because of an error)

  • Unable to find referenced  object  problem

    Hi ,
    when i made compile for Adf BC Application Jdeveloper version ( 11.1.2.3 ) , it result compile error
    Error : ************ unable to find referenced object Object=************** Owner= ********************
    Notes :- this application contains view objects that depend upon jar file for the Entity Object

    Hi,
    Did you add the dependencies
    http://docs.oracle.com/cd/E15051_01/web.1111/b31974/reusing_components.htm
    http://andrejusb.blogspot.com/2011/04/strange-day-adf-library-profile.html
    http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html

  • Find/Change object size

    We have a document where each page header/number needs to be changed to a different language. We can find change the text ok but when the text is changed the text box is too small. Unfortunately the headers are not on master pages and the colours vary depending on the background colour.
    How can we do a find/change for the size of the text box?
    We want a text box of size 5mm x 20mm to change to 5mm x 35mm, expanding to the right.
    As far as I can see there is no way to do this with the inbuilt find/change object. Any ideas?

    I think you're doing it a weird way, but who am I to criticise, I've done far weirder things.
    If you don't want to add this to the master page then that's fine, I think you'd be better off and it would make things easier in the long run.
    For changing the width of a frame you'd need a script to that, and I really cannot help you on that one, scripts are not my forté.

  • Find dependency on Packaged Function

    Hi All
    I want to find dependencies on packaged function. i.e. the objects that depend on packaged procedure.
    let say we have a package P1 and it has 3 Functions F1,F2,F3. I want to find what all other objects (package or procedure or function) depend on P1.F1.
    I know how to find dependency on Package as a whole but dont know how to find dependency on packaged function only.
    I also know as a work around i can search in all_source table and find in the reference to P1.F1 and get that.
    But is their any other way anyone else might have used to find package function dependency?
    Thanks

    A package is considered as a single object, so no breakdown of functions I'm afraid.
    That said, if this is something you need on daily basis, you could write a helper function using your mentioned workaround, doing the breakdown for you. Then you could even integrate that in sqldev's IDE through a user defined XML extension...
    Have fun,
    K.

  • Client dependent objects and client independent objects

    Hi Experts,
    Is there a way to find which objects are client dependent and which are client independent? Recently, I changed a small GUI settings in testing client and the changes were happened in production also automatically without a transport request, how can it be possible?
    How can I identify similar other objects changing whom it impacts other client w/o a transport request?
    Kindly share your views on it.
    Thanks a lot..
    Regards
    Saurabh

    Just small correction to Rahul answer - tables with field defined as data element MANDT are client dependent.
    Usualy that field will not be shown in SE16 and SE16N transactions but you will find it's definition in table definition in SE11 - ABAP Dictionary Maintenance transaction, content of this field is visible when clicking on icon
    Br,
    Mario

  • Automatically recompile dependant objects in db proc

    I would like to know as to what to do to automatically recompile
    dependant objects in a database procedure without compiling the
    procedures again manually.
    for eg: if a table is altered the db procedure becomes invalid
    (uncompiled form).. Can anything be done to automatically
    recompile without compiling it manually.
    Same's the case with a procedure being changed the dependants if
    any or is parent ( another procedure being called or calling
    another procedure)
    null

    peter (guest) wrote:
    : kiran (guest) wrote:
    : : I would like to know as to what to do to automatically
    : recompile
    : : dependant objects in a database procedure without compiling
    the
    : : procedures again manually.
    : : for eg: if a table is altered the db procedure becomes
    invalid
    : : (uncompiled form).. Can anything be done to automatically
    : : recompile without compiling it manually.
    : : Same's the case with a procedure being changed the
    dependants
    : if
    : : any or is parent ( another procedure being called or calling
    : : another procedure)
    : I thougt recompile of invalid stored procedures/packages
    occurs
    : automatically as they are called? If not, this is not normal.
    Did
    : you alter objects in a way that your procedures cannot be
    : compiled at all ?
    : peter
    Invalid stored code should be recompiled automatically. However
    certain combinations of client software and the database don't
    work this way. We're running the base release of Forms 6 against
    a 7.3.4 database and we find that uncompiled program units on
    the server do not get recompiled automatically.
    Our temporary workaround, until we move either the client or
    server forward, is to loop through all invalid objects (views,
    functions, procedures and packages - not package bodies)
    recompiling them overnight after the processing which
    invalidates them has completed. We repeat this process until
    either the same number of objects are invalid between two
    invocations or upto an arbitrary count of 10, so we don't end up
    running it forever.
    Marc
    null

  • PowerShell - what is the most efficient/fastest way to find an object in an arraylist

    Hi
    I Work with a lot of array lists in PowerShell when working as a sharepoint administrator. I first used arrays but found them slow and jumped over to array lists.
    Often i want to find a specific object in the array list, but the respons-time varies a lot. Does anyone have code for doing this the most efficient way?
    Hope for some answers:-)
    brgs
    Bjorn

    Often i want to find a specific object in the array list, but the respons-time varies a lot. Does anyone have code for doing this the most efficient way?
    As you decided to use an ArrayList, you must keep your collection sorted, and then use the method BinarySearch() to find the objects your looking for.
    Consider using a dictionary, and if your objects are string type, then a StringDictionary.
    You stil fail to understand that he slowness is no in the arraylist.  It is in the creating of the arraylist which is completely unnecessary.  Set up a SharePoint servefr and create a very large list and test..  You will see. An arraylist
    with 10000 items takes forever to create. A simple SharePoint search can be done in a few milliseconds.
    Once created the lookup in any collection is dependent on the structure of the key and the type of collection.  A string key can be slow if it is a long key.
    The same rules apply to general database searches against an index.
    The main point here is that SharePoint IS a database and searching it as a database is the fastesst method.
    Prove me wrong devil!    Submit!  Back to your cage! Fie on thee!
    ¯\_(ツ)_/¯
    You seem to be making a lot of assumptions about what he's doing with those arraylists that doesn't seem justified based on no more information than there is in the posted question.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Build problem in JDev "Unable to find referenced object"

    All of sudden I'm having problems building our application. Everything was going fine. I did a clean all, exited JDev (to backup files and release some memory) and restarted JDev. During the restart I received the messsages below and then I started getting a build errors when I compiled.
    I'm getting the following errors even though I can clearly see each and every item.
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskListVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.AllChildrenRecursiveVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskListVO.AggregationParent
    Owner=oracle.apps.epm.fcc.model.view.link.AllChildrenRecursiveVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskListRootVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskListRootVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPredecessorVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPredecessorVO.PredecessorTaskId
    Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskListRootVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.RootToFirstLevelVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskListVO.AggregationParent
    Owner=oracle.apps.epm.fcc.model.view.link.RootToFirstLevelVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorRootVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorRootVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorVO.TaskId1
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorRootVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorVO.PredecessorTaskId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorVO.TaskId1
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorRootVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorRootVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelSuccessorVO.PredecessorTaskId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorRootVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelSuccessorVO.TaskId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskPanelSuccessorVO.PredecessorTaskId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.QuestionsVO.QuestionId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskQuestionToListValuesVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.QuestionListValuesVO.QuestionId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskQuestionToListValuesVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskWorkflowRootVO.SourceId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowRootVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.SourceId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowRootVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.ApproverOrderSeq1
    Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.SourceId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.ApproverOrderSeq
    Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.SourceId
    Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.UserAttributesVO.UdaId
    Owner=oracle.apps.epm.fcc.model.view.link.UserAttributeToListValuesVL
    Business Components: Unable to find referenced object.
    Object=oracle.apps.epm.fcc.model.view.UserAttributeListValuesVO.UdaId
    Owner=oracle.apps.epm.fcc.model.view.link.UserAttributeToListValuesVL
    During compile:
    Project: C:\HyperionCC\ptoukhan_fcc_view\fcc\model\FinancialCloseCalendarModel.jpr
    C:\HyperionCC\ptoukhan_fcc_view\fcc\model\src\oracle\apps\epm\fcc\model\view\link\TaskWorkflowRootVL.xml
    Error: oracle.apps.epm.fcc.model.view.link.TaskWorkflowRootVL: One or more attributes for one of the view link ends were not found. oracle.apps.epm.fcc.model.view.TaskWorkflowRootVO.SourceId
    Yet when I look at the definition for TaskWorkflowRootVO, SourceId is clearly there. What is going on and how do I fix it?
    None of these files was touched during the last edit session.

    Hi,
    Did you add the dependencies
    http://docs.oracle.com/cd/E15051_01/web.1111/b31974/reusing_components.htm
    http://andrejusb.blogspot.com/2011/04/strange-day-adf-library-profile.html
    http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html

Maybe you are looking for

  • Vado HD showed a charging icon for a few seconds, but now gone...

    I just received my Vado HD. Could really use some help. Plugged it into the usb cord, saw what looked like a battery meter and a few other things for a second or two, then they went away. The curved red light around the lense is on, but I have no ide

  • Replicated vendor not visible in SRM

    Hi all I have one problem. I have got the vendor which is to my understanding replicated to SRM. In synchronization cockpit I received the error message that the business partner already exists. Fine...I check it in the PPOMV_BBP and the vednor is di

  • Second minitor via USB to DVI adaptor

    I would like to use a second monitor in FCPX which is a non-thunderbolt monitor. My only thunderbolt port on my MacbookPro is being used for a Matro MXO2 (end of chain device) so if I want to add another monitor which is non-thunderbolt, could I use

  • Cant seem to put more than 41 songs on ipod shuffle

    i cant seem to sync more than 41 songs onto my new ipod shuffle and can not figure out why. i have tried to sync my entire music library on itunes and still the same 41 songs that i put on first appear and nothing more. plz help.......

  • Appleworks unexpectedly quits

    I have an updated imac G3 with 10.3.9 installed - the Appleworks updater always says that it needs the original US discs - I have used one of the many discs we have ( Australian ?). The programme runs until you use the paint or draw tools then it qui