Backend tables information in Agile PLM 8.5 and 9.3 versions

I am upgrading Agile PLM version 8.5 that currently has Oracle database 9g, to version 9.3 application and backend Oracle database to 11g.
I need to verify the data between Agile database and our EBS database and am wondering if anyone can give me info on querying the tables in Agile database, or the tablenames in the Agile PLM databases.
I am able to connect to the Oracle database in Agile using the dblink, but couldn't figure out the tables that exist there. thanks

If it is an Oracle database then you can get a list of tables from all_tables, a list of columns from all_tab_cols, and a listing of objects from all_objects.
If you wish to do data comparisons look into using the built in DBMS_COMPARISON package.
http://www.morganslibrary.org/reference/dbms_comparison.html

Similar Messages

  • Tables in Agile PLM 8.5 and 9.3 database

    Does anyone happen to know the tables in Agile 8.5 and 9.3 database? thanks

    Agile version 8.5 we have is on Oracle database 9i and we are planning to upgrade the front end Agile to 9.3 and backend Oracle database to 11g.
    During this upgrade I am looking to connect to the backend Agile Oracle database and query the data, and also create a report to compare the data in Agile ORacle database and our 11.5.10 EBS database too because we create ECOs in Agile and transfer to Oracle EBS 11.5.10 applications.
    Any suggestions for section where I can repost this? Thanks.

  • Agile PLM Read Only Tables

    Hello,
    Im working on Agile PLM and facing issues in modifying the 'Change History' for an Item.
    When i'm executing following code-
    ITable table = item.getTable(ItemConstants.TABLE_CHANGEHISTORY);
    Map param = new HashMap();
    param.put(ItemConstants.TABLE_CHANGEHISTORY, "10");
    IRow row = table.createRow(params);
    Following error is observed
    Exception in thread "main" Error code : 60063
    Error message : Object is read-only
    Agile SDK documentation says the table "Change History" is a Read-Only table, how can i make it writable??
    Any pointers in this regards will be helpful.
    Hoping for a response.. :-)

    Hi,
    Only the released/canceled changes with the Affected Items could be listed in the Item's 'Change History' table. You cannot force any data write to Change History directly.

  • Tables used in sap plm

    hi all
    can somebody  give me <b>some imp. tables used in sap plm.[/b
    regards.
    subhasis.

    Hi Subhasis,
    You can refer the following tables related to the modules PS, MM, SD, PM, CO
    Regards,
    Harisha
    AFAB       Network - Relationships                                  
    AFKO       N/W Header details
    AUFK       Orders/networks headers
    AFRV       Confirmations pool                                       
    AFVC       Activities assigned to WBS elements
    AFVU       DB structure of the user fields of the operation
    AFVV       DB structure of the quantities/dates/values in the operation
    AUFK       Sales order details (N/W)
    CATSDB   CATS: Database Table for Time Sheet
    CATSPS   Cross-Application Time Sheet (CATS): Transfer to PS
    CKIP          Unit Costing: Period Costs Line Item
    CKIS          Items Unit Costing/Itemization Product Costing
    CKIT          Texts for CKIS
    COBRA       Settlement Rule for Order Settlement
    COBRB       Distribution Rules Settlement Rule Order Settlement
    RPSCO        Project info database (cost, revenues)
    RPSQT        Project info database (quantities)
    COSP          Cost totals for external postings
    COSS          Cost totals for internal postings
    COSB         Total variances/result analysis
    COEP          Line items, actuals
    COOI          Line items, commitments
    COEJ           Line items, planned orders
    BPGE            Budget, overall cost
    BPJA             Budget, annual values
    QBEW             Project stock valuation
    MSPR              Project stock (incl. non-valuated)
    LFINF      Delivery information Project System                      
    LFINFX     Assignment delivery information to Project System objects
    MLST       Milestone                                                
    MLTX       Milestone Description                                    
    MSET       Standard milestone set                                   
    NHPRPS     Number history for reorganization of WBS elements        
    NPTX       PS Texts (Network)                                       
    PA0001    Person responible details in HR (Emp. No., Name, etc.,
    PA0002    Person responible details in HR (Emp. No., Name, etc.,
    PA0003    HR Master Record: Infotype 0003 (Payroll Status)
    PLAB       Relationships                                            
    PLTX       PS Texts (Library Network)                               
    PRHI       Work Breakdown Structure, Edges (Hierarchy Pointer)      
    PRHIS      Standard WBS, Edges (Hierarchy pointers)                 
    PROJ       Project definition                                       
    CI-PROJ   Project structure                                   
    RCJ_PRPSUP      Superior WBS element (for validation/substitution)
    PRHI       Work Breakdown Structure, Edges (Hierarchy Pointer)          
    PROJS      Standard project definition                              
    PRPS       WBS (Work Breakdown Structure) Element Master Data       
    PRPSS      Standard WBS Element (WBS element) - Master Data         
    TJ02         System status
    JEST        System/ User Status by object number (WBS and Network)
    TJ02T       System status texts
    JCDS - history of System/ User Status by object number JEST (WBS and Network)

  • Update backend table from WebDynpro?

    Hi,
    I need to create entries in the backend table HRUS_D2.  I found that the FM used for this table is RH_UPDATE_SUBST_LIST_SERVER.
    I want to write a Java WebDynpro application display all the fields on the webpage which represents above table and update the backend table, how do I do it? 
    Do I need to get any more information about the table like BADI or BAPI or write something to update table HRUS_D2? 
    Please let me know.
    Praveen

    Hi Praveen
    You can refer the sample tutorials available in SDN. Things you require to execute the BAPI from WD Java is JCO and Backend access.
    You will find lot of sample tutorials here [/docs/DOC-8661#section10 [original link is broken] [original link is broken]|/docs/DOC-8661#section10 [original link is broken] [original link is broken]]
    Refer this [PDF|https://www.sdn.sap.com/irj/scn/logon?redirect=https%3a%2f%2fwww.sdn.sap.com%2firj%2fsdn%2fgo%2fportal%2fprtroot%2fdocs%2flibrary%2fuuid%2fa00f7103-6790-2a10-ac9c-fcac7c5b18a3]
    Abhinav
    Edited by: Abhinav Sharma on Aug 25, 2009 2:29 PM

  • Issue in deleting PSA request in the backend table.

    All
    We have been facing this strange issue with PSA - Ideally, when we delete a  request in the PSA, the contents of the respective back end table also get deleted. However, in case of one of the PSAs, if we delete the contents of the PSA, the same is not reflected in the backend table. As of today, the PSA is empty but the back end table has around 1 mn records. Looks like it has appended all the requests that we have loaded so far and not deleted the earlier entries.
    Any help on this issue will be appreciated. Thanks.
    Regards
    Niranjana

    In continuation it all depends on the SP you are ,i presume you are above SP>10 so below should not be an issue for you.
    When you try to delete requests from the PSA that were loaded into the PSA using an old 3.X DataSource and the DataSource has been convertes into a new NW2004S DataSource in the meantime, you cannot delete the requests properly.
    The administration information is deleted, but the data remains in the PSA table
    Note 983618 - P10:PSA: Deleting requests after converting old DS to new DS
    Hope it Helps
    Chetan
    @CP..

  • Extensibility Pack 3.6 for Agile PLM for Process 6.1.1.1 is now available

    Extensibility Pack 3.6 for Agile PLM for Process 6.1.1.1 is now on Oracle Software Delivery Cloud
    We are pleased to announce the General Availability of Agile PLM for Process Extensibility Pack 3.6 as of October 30th, 2013.
    Extensibility Pack 3.6 provides two new technical enablement features:
    Email Extensibility
    Customizing the content of workflow emails in GSM and SCRM without custom code is now easier with the addition of a new set of placeholder variables, conditional variables, and other capabilities. These variables are available by deploying a new set of plugins, which can be configured through the CustomPluginExtensions.xml file.
    Some examples of the new functionality include:
    Displaying new data in the emails, such as the workflow Comment, Cross Reference numbers, Category/Sub-category/Group, a trade specification’s GTIN, a material specification’s Ingredient Statement, etc.
    Providing meaningful related specification information in Signature Document emails.
    Conditionally displaying data, such as only including a material specification’s classification if it is an Approved status.
    User Interface Extensibility
    Clients wishing to customize specific User Interface behavior, such as marking certain fields as read only, or applying formatting to show required fields, will be able to do this using the User Interface Extensions feature. Clients can write simple Javascript code which then gets pulled into the desired user interface pages. The Javascript code can leverage useful new Javascript variables and functions that make it easier to perform user interface manipulation, as well as access specific data from the given item (e.g., the specification’s status, the user’s groups, etc).
    Watch the introductory video on the User Collaboration site for a high level overview.
    More information on these new features can be found in the Extensibility Guide, along with detailed technical documentation.

    Hello dirk and Kyle203,
    I have PCI 8532 devicenet card in my system, the test unit has devicent implemented in it,
    to verify devicenet is working or not we check whether we can read Devicenet vendor id, I have downoaded the latest driver NI-IndComDNET2.1-Beta1.
    Thanks for the new update. I developed a VI which is very similar to GetIdentityAttrs VI which is in Example.
    Port opens fine, but I cannot see connection being established.I always get the error Error -1074388991 occurred at Get DeviceNet Attribute.vi
    I know connections are proper and the Device MAC ID and speed too. Pls throw some light.'
    Attached is the VI and error image
    Thanks
    Attachments:
    devicenet.vi ‏18 KB
    devicenet error.JPG ‏32 KB

  • Agile PLM - how to archive attachments

    This might be the wrong forum - but I am utterly frustrated after paging through Oracle's support documentation, and waiting for nearly a month for a reply from the support organization.
    We've been using Agile for over five years now - currently we're running Agile PLM, version 9.2.1.4.
    My current problem is the attachment store. Specifically we have no means to archive the files there.
    This is a huge problem: analysis indicates that a majority of the files we currently have there were written once and never looked at again. Many are not looked at after a few weeks. We've got years and years of data that no one will ever want to view - but we can't just get rid of it due to regulatory restrictions.
    So what I've got is this huge fat store of useless bits that I can't delete, that I seem to have no way to move to lower cost storage or run to tape. It just sits there, forever, eating money for power and disk space and causing headaches.
    The mantra 'disk is cheap' is true when one is shopping at Best Buy for a new hard drive. It is NOT true when you have networked attached storage and terabytes of data and it never stops growing.
    How are we supposed to archive data in Agile PLM? We've got the people smarts to implement a solution, what we seemingly lack is any concern on Oracle's part for ongoing costs associated with Agile PLM deployment. Give us a guide, something, anything, that will allow us to archive these files before my NAS explodes.
    r/s
    Brian Dunbar
    Plexus

    Hello,
    Attachments to your business transaction will not be archived when you archive your business document.
    First you have to figure out where is your attachment stored?
    If it is stored in SAP Table then you can think of relocation / migration of attachments to your external content server.
    If attachment is already stored in external content server then nothing to worry about these documents. Users can display Physical attachments even after you archive business document from respective archiving object.
    Hope this will answer your question.
    -Thanks,
    Ajay

  • Agile PLM Process eXtensions

    Hi,
    I hope this is the correct place to post this question. If not, I would appreciate it if someone could point me in the right direction. I am trying to develop an Agile PLM PX for autonumbering following the example in the Agile SDK Developer Guide. I have created a sample class and deployed it to my Agile PLM development environment. When I go into the Java client, go to Admin->Settings->Data Settings->AutoNumbers, click on the "New AutoNumber" icon, and change the Type to be Custom, I get an error. When I do this the bottom box is supposed to give me the option select the Custom Autonumber to use and the Timeout. Instead, there is just a "|" where this bottom box is supposed to be. As soon as I remove my .jar file from the extensions directory for my PX then this starts working correctly. We have some other Custom Action PX's deployed in this environment that work correctly, but no Custom Autonumbers. Does anyone have any ideas what I might be doing wrong?
    Thanks!

    I have made some progress. I have discovered that if I use the ant build script included with the SDK samples then my code works correctly. If I try to build the project and deploy it using Eclipse I get the error. So I am assuming this is something set up wrong in my Eclipse project.
    My next question is how would I go about connecting to the Agile PLM database from within the PX? The SDK guide says this is possible but doesn't give any examples. Are there some functions available in the API that allow direct calls to the database, or do I need to try and retrieve the database connection information and code the connection myself?
    Thanks!

  • Agile PLM javadoc

    Hi, Can some one please tell me that whether javadoc for oracle Agile PLM SDK is available or not if it is please share the link

    So can you explain why you posted this in Java Platform Debugger Architecture? You didn't even given it any thought right? Well in that case I have to assume you didn't bother to do any research of your own as well.
    http://www.oracle.com/us/products/applications/agile/index.html
    Contact information is at the bottom, direct your questions there I'd say. Come back when you have an actual Java programming related question.

  • Error while reading PO in backend system Inform system adiministrator

    Hi All,
    I am working on extended classic scenario and the problem is that after the PO ís ordered it gives the message " Error while reading PO in backend system Inform system administrator" and this is happening only for a particular local PO.
    When I check the PO number in R/3 it does not exist.
    The number range is correct both in SRM and R/3 (external no. range is ticked).
    Also I could not find any logs in RZ20 nor a dump.
    When I checked in bbp_pd, couldnt find any relevant information except that the PO has the status ordered.
    I am on SRM version BBPCRM 4.0 SAPKU40007
    R/3 version 4.6 C SAPKH46C47
    Thanks in advance,
    Rgrds,
    Raj
    Message was edited by:
            Raj Malhotra

    Hi
    Have you tried out this ?
    <b>There are two BADIs which might help you in achieving the job.</b>
    <u><b>BBP_EXTLOCALPO_BADI</b> [Control Extended Classic Scenario ]
    <b>and</b>
    <b>BBP_GROUP_LOC_PO</b>
    [Exit Grouping of Items for Local Purchase Orders]</u>
    <u>Read the documenatation first, using transaction - SE18
    before implementing them for your requirement.</u>
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Flow of tables information between sap and java

    How should i pass the table information from sap to java.
    and how to process the data of a table in the java program. i had seen the examples of JCO. BUT I IS VERY CONFUSING (BCOZ I DON'T KNOW JAVA).
    PLZ IF U DON'T MIND SEND ME CODE SNIPPET TO
    1.GET THE TABLE INTO THE JAVA PROGRAM
    2.PROCESSING THE TABLE INFORMATION IN JAVA PROGRAM
    3.MODIFYING THE TABLE INFORMATION IN JAVA PROGRAM
    4.SENDING BACK THE TABLE TO SAP FROM JAVA PROGRAM

    hi,Kondani
    as JCO offers both Client side and server Side programming.
    you can use JCO to connect SAP ABAP.outbound and inbound.
    1) JCO example 5 is about Server side programming java code. And you can see the data mapping is this example.And you must use sm59 to define the connections in SAP before you start.
    2) example 1 is about client side programming.
    try example 1 first. you can get a table from SAP using BAPI.
    Lots of JCO weblog you can see here
    https://www.sdn.sap.com/sdn/search.sdn?contenttype=url&query=jco&selected=9&content=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fSDN!2fiViews!2fWCM!2fcom.sap.sdn..wcm.search.search_adv%3Fprttheme%3DCSIN%26QueryString=jco%26SearchPluginName=sdn_weblog%26SelectedCustomProps=resourcetype(value=sdn_weblog)
    Regards

  • Regarding Table Information in PO Shipment Form

    Hi All,
    I have small doubt for table information
    in Purchase Order Form, In Line--> Shipment Details Form
    we have Promised Date, Needed By and Original Promise Date.
    I got the information of Promised Date and Needed By Date information in po_line_locations_all table.
    but I am not able to find the Original Promise Date information.
    Please anyone can share this information.
    Thanks

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Based on your question it sounds like you are working with the Oracle Enterprise Business Suite (EBS). If this is true, this forum is for general Forms questions. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to find Backend tables for a reports in oracle iSetup

    Hi,
    We are planning to implement oracle iSetup for our client.
    Before that we would like to understand the functionality of iSetup in oracle Apps.
    Also from where the report is getting the data.
    I mean How is data collected from the backend tables?
    How is data presented within Java Pages - for review as well as downloads?
    Can anyone please answer my questions.
    I would be glad to have ur suggestions.
    Thanks,
    Satya

    Hi Satya:
    iSetup is a framework which works with a set of functional APIs provided by the respective teams within the E-Business suite. The 'extract' generation collects data from the required tables using these APIs. The reports are generated on these 'extracts' which are snapshots of setup data from an instance at a given point in time. iSetup provides seamless migration and reporting capabilities between one or more instances.
    I would like to undestand more about the use case for which you are planning to use iSetup so that I can help you better.
    Thanks,
    Lokesh

  • Required Dataload Backend Tables

    Hi,
    I need BW dataload backend tables to know the statistics.
    Can anybody assist in this?
    Regards,
    Vijay

    Hi Vijay,
    Here are the few tables which are frequently used for Loading.
    RSDDSTAT
    RSDDSTAT_DM
    RSDDSTAT_OLAP
    RSDDSTATAGGR
    RSDDSTATAGGRDEF
    RSDDSTATBCACT
    RSDDSTATCOND
    RSDDSTATDELE
    RSDDSTATDETLEV
    RSDDSTATDETLEVT
    RSDDSTATDM
    RSDDSTATDTP
    RSDDSTATEVDATA
    RSDDSTATEVENTS
    RSDDSTATEVENTST
    RSDDSTATEXTRACT
    RSDDSTATHANDLTP
    Regards,
    Raj

Maybe you are looking for

  • Ipod touch gen 2

    i recently had to do a factory reset on my IPOD Touch gen 2, and can not load anu of the games that were previously on the touch.  every app says I need to have version 4.3 or higher.  what is the deal with this?

  • Java & Database information

    Hello everyone, First of all, I am very new to Java so please respond accordingly. I have a database with serveral fields. When I call up the data and display it on a website, the time also appears in the field, and for a birhtday that's weird. I thi

  • Conferencing between clusters

    need some haelp have 2 cucm clusters a 6.1.5 and a 9.1.1 have 40 sites on new cluster 100 on old cluster they all work fine for dn pstn etc. we have ict trunks in between as part of the migration to new cluster if we conference on either cluster that

  • Header File Not Found

    I installed the TestU01 Suite for testing some random number generators I am working on, but when I use the #includes in my code, the systems says it can't find them at compile time. I followed the instructions for downloading and installing the libr

  • Mail upgrade crashes in Mountain Lion

    I cannot get Mail to upgrade after ML install? Suggestions?