Can we have datA TABLES in EP?

Hi All ,
My requirement is to save an invoice image in KM and then maintain all the data (invoice no.,type,success/failure,image id etc.) for that image.
Do we have any feature in EP which can help?
Please reply soon!
Helpful answers will get sure points.
Sumit

hi,
i would suggest you to create the xml content file of the the invoice data and save it in the same folder. same way you can retrieve and read the xml file dynamically. however this is a tricky solution.
to make it simple you can use any other database and use JDBC connnections to store & retrieve the data.
regards,
rohin

Similar Messages

  • Can I have data from Numbers automated to embed to Pages template?

    I am creating both a database and a document resource for a large archival project. I would like to know if there is a means to enter the data into a spread sheet in Numbers and them import each of the cells into a separate window in Pages.
    For example, I would have cells for contact info. Could I automate a Pages template to import that data into a window?
    The Pages documents would be a newsletter design to present the data of each person as a visually accessible version of the data.
    Some of the data would be:
    Current contact info.
    years at a location
    yes/no answers to some basic questions.
    etc.
    Other items in the Pages document would be imported directly - ie photos, etc.

    That is called a merge.
    Pages can merge data from both Numbers' tables and from AddressBook.
    Of the two AddressBook is usually less difficult, but obviously has less ability to create custom fields.
    You create the merge fields inside Pages with Menu > Insert > Merge Field > select which data and then use the Link Inspector to tell it which Application, document and what fields to merge from.
    You can not merge images and Pages merges will not do multiple merges per page eg if you have a set of data for Tom Jones and another for John Smith Pages will generate separate pages for each.
    You can have multiple references to Tom Jones on the same page, but not to both Tom Jones and John Smith. There are ways around this but it is a bit clumsy.
    Peter

  • Can photos have date, but not time?

    Though I've got a digital camera, in many ways I still prefer the "real" camera - however, I've now taken to getting all the films I have developed scanned & would like to merge them into relevant events.
    I can generally work out the date that something happened; but less sure about the time! I'm taking it, though, that it has to have the time in there somewhere?

    No - just use the data and a standard arbitrary time for unknown time - like midnight for example - or midnight for night photos and noon for daylight photos
    LN

  • Can't have alter table in SP ?

    I tried to create a procedure
    CREATE OR REPLACE PROCEDURE sp_disablefk
    is
    begin
    Alter Table ACCOUNTDETAIL
    Disable constraint SYS_C0022265;
    end;
    It returned me a message Encountered symbol Alter when expecting .....
    However, when I place same statement in Execute Immediate statement, also inside of procedure, it creates and executes it without problems.
    Can I still have it straight inside of SP, without Execute Immediate ? This constraint is FK referensing PK in another table.
    Thanks

    It is true for any DDL statement (which includes CREATE/DROP, of course).
    By naked DDL he meant that DDL statements can not be placed within PL/SQL block just on their own (like other SQL statements - SELECT, INSERT, UPDATE etc...).
    They need to be wrapped inside EXECUTE IMMEDIATE or for older Oracle versions using DBMS_SQL package.

  • Numbers- How can I have data entered on multiple iPads go to one central database virtually in real

    Is it possible using numbers to enter data on multiple devices and have them go to one location. We have employees using separate devices at a physical location entering data and we would like all that data to go to one spreadsheet.

    Numbers documents do not provide for simultaneous access by more than one user. While in use, the document resides in the device on which it is being used. When it is closed (and saved) the revised document on that device replaces the original (or an already saved version edited by a different user. If sveral copies of the document are open at the same time, the version on the server will contain only the original version as modified by the last user to save.
    Scenario:
    User A opens document, and begins editing.        original on server
    User B opens document, and bgins editing.          no change
    User C opens document and begins editing.         no change
    User B saves and closes document.                   version on server contains B's changes
    User C saves and closes document.                   version on server contains only C's changes
    User A saves and closes document.                   version on server contains only A's changes
    Short answer: No.
    Regards,
    Barry

  • How can we have  Multiple table outputs in a ABAP Query .

    HI Experts .
    query output in 3 different  abap list s
    My requirement is to have  basic list of 20 fields  and the  summation list of 6 individual fields ( grouping ) and  another table output of 10 fields in a single query and single output .  the second and the 3 rd output fields are from  the basic list only .
    kindly help
    Pols

    The user is asking about  Query with more than one list as output.
    like Multiple list in  a ouput.

  • Can i Have a Tables Link in CRM.....

    Please anyone is having links of tables used in CRM Sales....let me know the link or documentation....
    Thanks,
    Saurin ..

    Hi Shiva,
    could you please send me also the document with tables and relation ship between tables? I´m a CRM Consultant for about one Month now and i would be very helpful for me to know more about the tables and relationships in CRM.
    My E-Mail is [email protected]
    Kind regards.
    André

  • How can I Add and save new row in data table?

    Hello All,
    I want to add new row in the jsf page with data and save it.
    I have data table with rows from database..
      <h:form id="test">
            <h:dataTable id="hh" value="#{MyBean.dataList}" var="list">
              <h:column>
              <h:outputText value="#{list.name}"/>          
              </h:column>         
              <h:column>
              <h:outputText value="#{list.lastName}"/>          
              </h:column>         
              <h:column>
              <h:outputText value="#{list.phone}"/>          
              </h:column>         
            </h:dataTable>
            <h:commandButton id="sd" action="#{MyBean.addNewRow" value="Add Row" />
            <h:commandButton id="save" action="#{MyBean.updateList" value="Save Data />
          </h:form>
    {code}
    i understand action with save to database, but still I could not find right way to add new row from jsf page.....
    I want add new row, add new name, lastname, and save it....
    Edited by: armen on Feb 20, 2009 12:39 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Thanks, but your example consist from too many parts and I could not join all components for understatnding all proccess.

  • Data Table Fixed rows and Scroll Bar

    Hi
    I have data table which displays the data dynamically, but when there is no data , the table is shrinking and moving the other elements of the page. Is there any way i can keep to fixed number of rows irrespective of data presence?
    Like i need to display only 10 rows at a time, if there are 7 rows in DB, i have t o display 7 rows containing data and rest as blank .
    If my data increases more than 10 rows how can i enable Scroll Bar Automatically on this?
    Thanks in advance.

    Then add empty row objects to the collection or datamodel which is been passed to the datatable value.

  • Nesting Data table Components

    Hi ,
    I am having a problem using the new data table component in SJSC 2 EA2. I need to have data table nested inside the colum of a outer datatable. I assign the sourcedata propertiy of the first table to a ObjectArrayData Provider. Then i set one of the columns in the table to group panel and add another data table(Nested ) into it. It shows up fine inthe designer. The Object in the parent tables row has a getter for an array of another classes objects. The problem is if i set the source data property of the nested table using #{currentRow.value['']} to the name of the array object return by the parent object we get a property not found exception when running. Is there any referances as to how to nest data table compoenents in Java Studio Creator 2 EA2
    Thanks
    kusan

    Hi,
    Please post queries related to SJSC 2 EA2 at:
    https://feedbackprograms.sun.com/login.html
    Cheers
    Giri

  • In ADF how can i insert data in multiple table if they have foreign key

    I have started working on ADF and can anybody inform me in ADF how can i insert data in multiple table if they have foreign key,please?
    Thnak you very much.

    Hello,
    Still no luck.I am surely doing silly mistakes.Anyway,Here are my workings-
    1> student_mst (id(pk),studentname) and student_guard_mst(id(fk),guardianname)
    2> created EO from both of the tables,made id in both EO as DBSequence and an association was also generated.
    3> i made that association composite by clicking the checkbox
    4> i created 2 VO from 2 EO.
    5> put those VO in Application Module.
    6> dragged and dropped 2 VO on my jspx page and dropped them as ADF Form.
    Now what to do please?

  • I am using pages '09. I have been trying to put together a report and I am using tables to help keep my data in line. My data is free text and would like to footnote certain data as to it origin, but footnoting is grey-out. How can I footnote on table mod

    I am using pages '09. I have been trying to put together a report and I am using tables to help keep my data in line. My data is free text and would like to footnote certain data as to it origin, but footnoting is grey-out. How can I footnote in table mode inpages '09?

    Footnotes can only be inserted in the main text area between the margins on a Word Processing document.
    Peter

  • How can I insert data in different table dynamically?

    I have one requirement ,In these  I have transaction table in which payLoad contain data like employee record,PO record,SO record  in XML format.Now I have transfer the data from transaction table to particular table(Emp,SO,PO) dynamical ? how can I do it.. Give me your suggestion guys?? Thanks in Advance

    Hello,
    Still no luck.I am surely doing silly mistakes.Anyway,Here are my workings-
    1> student_mst (id(pk),studentname) and student_guard_mst(id(fk),guardianname)
    2> created EO from both of the tables,made id in both EO as DBSequence and an association was also generated.
    3> i made that association composite by clicking the checkbox
    4> i created 2 VO from 2 EO.
    5> put those VO in Application Module.
    6> dragged and dropped 2 VO on my jspx page and dropped them as ADF Form.
    Now what to do please?

  • Can not update data in table view

    When i open a table from a connection in the connection navigator i can not alter the data in it... I can only add new rows. Is there a setting so i can alter the data?
    My user has update rights because when i write my own update statement and execute it, it works fine.

    I found the issue... You can do it in 10g but you have to define a PK on the table, otherwhise he does not know what row to update. When i added a PK i could edit the data in Jdev in data view.

  • Can we enter data in any standard table directly through custom form??

    Dear All,
    Can we enter data in any standard table directly through custom form??
    I have create custom form in R.12. I want to insert data in quality standard table directly through custom form. Need experts guideline.
    Awaiting regards,

    Hi,
    Can we enter data in any standard table directly through custom form??
    I have create custom form in R.12. I want to insert data in quality standard table directly through custom form. Need experts guideline.
    Awaiting regards,
    I would not recommend touching the standard tables at all unless you are being guided by the SR. For a record to be in the standard table it should go through series of validations based on the what operation you are performing and some times datas are dependent upon the other tables, and also some times the same records are hit to so many other tables simultaneously.
    Therefore I would not recommend this brother.
    Thanks &
    Best Regards,

Maybe you are looking for

  • MULTI LEVEL REPORT FOR STOCK TRANSPORT PURCHASE ORDER

    Hi, I will have lot of stock transport purchase orders,like md4c transaction where we get multilevel report for sale order/production order,is there any report for stock transport purchase orders.its urgent kindly help

  • Authorization for order confirmation

    Hi Gurus, Can we assigned  different Users for the confirmation for individual opeartions. Ex: I have two opeartions in side of order 0010 ......I want only USER 'A' can confirmed this opeartion through CO11N. System will not alow any other user to d

  • I can not get my hotmail on line using apple's mail application , as it wont register my password?

    suddenly after a year my hotmail has gone off line on my mail apllication on my macbook i have gone onto my mail online and even changed its password to try and sort out the problem , however restarting mail , and resetting my hotmail passwords is no

  • Burning duplicate iDVD projects

    Question to the iDVD pros out there before I ruin my project. I have sucessfully burned my first copy of a DVD that I wish to duplicate. I have since bought more blank DVD's and am ready to burn more copies but am running low on disk space. My DVD pr

  • My clips went offline and disappeared from capture scratch folder

    I was editing a project in final cut express, a movie of my newborn daughter, and was almost finished. The clips had bin logged and transferred into my sequence. Next morning started the nightmare; almost all the clips had vanished... The timeline wa