Moving of data between Forms

Hi experts
          I am trying to move data that is produced on a click of a button
               First i have to display in one form in prompt format or message format
                   I am able to print it in a table but that doesnot solve my requirement
              second have to move this data to another form and print in input field
            how to handle this suiation in a VC?
Regards
Ashwin

Hi Ashwin,
I'm not sure I fully understand your questions, but take a look at this screen-cam -  which explains how to transfer records from one table to another using "Add" & "Remove" buttons. https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/927d8c3c-0a01-0010-57b4-e89f505e2bff
If this doesn't help, please try to specify more what is your problem and I'll try to help.
Regards,
Dafna

Similar Messages

  • Moving only data between 2 oracle schemas

    Hi Folks,
    I would like to know if there is some way to move only the data (without recreate structure) between 2 schemas in the same instance. Could someone help me on this challenge?
    Best Regards,
    Everton Lucas

    Insert into user1.table select user2.tabla
    or
    impdp/expdp content=data_only
    or
    impdp table_exists_action=append
    or
    where you imagination go....

  • Sharing common data between forms

    Greetings,
    I have several paper forms that comprise a packet of information.  Currently, our process is to fill out the forms by hand.  All of the forms have become available as individual fillable pdfs.  To make our process more efficient, I would like to make use of the digital pdfs.  What I would like to accomplish is to have any common data, such as First Name, Last Name, Address, State, etc. that is entered on the first form be able to autofill those fields on the following forms.  I need some direction, perhaps an overview to get started, on how to accomplish this, and what product should be used.  I have some programming knowledge, but none with Adobe products, and what I have available to me is Adobe Acrobat Pro 9.  Thanks, any insights provided are much appreciated.

    Hi
    If you are using Forms 6i, you can store all these values in a PLSQL table in a package in the first form. When you call the second form, call it with the SHARE_LIBRARY_DATA parameter and these values will be available in the second form.
    In the when new form instance of the second form, manipulate these values and construct the query and execute query.
    HTH
    Arvind Balaraman

  • Passing data between forms in Release 2

    I have one large form that I need to split into several forms on different tabs in a page, so they can be displayed and updated independently.
    I have seen some talk about using wwa_api_module_session to do so in 3.0.9. Does this work in 9.0.2?
    Does anyone have a short example of the code needed to call one form from another, passing the key field?
    Thanks,
    Gary

    Hi,
    In the success procedure of the form get the value of the field and pass it to the form.
    Here is an example
    declare
    ticket_no varchar2(20);
    flight_no varchar2(20);
    blk varchar2(30) := 'DEFAULT';
    begin
    ticket_no := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    flight_no := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    go('<product_schema>.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=1384225689&p_arg_names=_sessionid&p_arg_values=&p_arg_names=ticket_no&p_arg_values='||ticket_no||'&p_arg_names=flight_no&p_arg_values='||flight_no);
    end;
    This passes the ticket no and flight no to another form.
    Thanks,
    Sharmila

  • Best way to move date between LabVIEW 7.1 and 2010

    We have a large LabVIEW based control and data acquisition system that for reasons beyond the scope of this post is at and needs to stay at LabVIEW version 7.1 for the forseeable future...  We are soon to add a camera diagnostic to this system that, again for reasons beyond the scope of this post, needs to be written in LabVIEW 2010...  The 2010 piece of code will run and need to receive some information such as shot number, when to trigger, etc. from the 7.1 side of the system...  Then after a shot has occurred and a camera image has been acquired, the 2010 code will do some on the fly processing of this image and within a few seconds will need to send back some results data to the 7.1 side... 
    The 7.1 code uses a tag engine approach to sharing data among different codes running on different machines...  I think now that more modern versions of LabVIEW use a shared variable approach...  But I need to communicate as I've described above between the two versions, 7.1 and 2010 (or it could be 2011 if that would offer some advantage)... 
    I'm new at this moving of data between versions like this so if something could offer some advice, especially if there is some tutorial information on this topic, that would be much appreciated...  Thanks in advance for any help that you might be able to offer...  thanks...  bob...

    It really depends if your tag engine like communication approach is a home brown solution or something like the LabVIEW DSC engine. If homebrown and well written you should be able to reuse the client library part of it in newer LabVIEW versions without to many hassles. If it is LabVIEW DSC it may be a bit more complicated since the only means to share DSC tags in version 7.1 was as far as I can remember their proprietary TCP/IP tag interface, which was replaced in newer versions with he shared variable engine.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I share data between two forms on different lists

    Using a custom content type, I created two lists that I want to share the same data - one is a calendar.  Our employees complete a form from the "Out of Office Request" list that has workflow functionality that sends an email to that person's
    manager.  If the manager approves the request, the item automatically populates the "Out of Office Calendar."  The problem is that the only information from the request list that populates the calendar is the Title field and date/time fields. 
    I need the manager name in order to create a view for each manager.  
    How can I connect the other information in the request list to the calendar list.  It seems to me that if the title and date fields carry over the information, there should be a way to connect the other information.  I'm using Designer.
    I've tried to connect the two lists' webparts with the wizard, but when I get to the page that maps the two lists, there are no column names and the "Next >" button is grayed out.  This seems like the logical place to connect the two lists,
    but it isn't working.

    Hi,
    According to your post, my understanding is that you wanted share data between two forms on different lists.
    To show external  information on the calendar event, there are two methods: Calculated column, workflow. You can refer to:
    A Simple Guide to Show More Information on a Calendar Event
    I recommend to use workflow to achieve what you want. But you need to create a people column to display the manager.
    You can create a workflow associated to the "Out of Office Request" list, add action to Start Approve Process. If the manager approves the request, you can create a item in the calendar, and then update the people column and the title column.
    Then the calendar will display the Title, date/time and the manager.
    To create a view for each manager, you need to modify the Filter. You can use the people column is equal to the manager name or the Title contains the manager name.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Share form data between PDFs

    I have a series of 26 PDFs that are all different forms to be filled out during a real estate short sale. Each form is unique but there are several pieces of data that need to be repeadidly entered (i.e. client's name is on every single form normally multiple times.) Is there a way that I can connect the form data between each PDF so that when I fill in the data on one form it auto populates the form of the other PDFs?
    I know how to do this within a single PDF (Just name the different fields the same and it copies the contents of that form box to all of the others) but I was hoping to be able to keep these PDFs seperate as normally only about half of the forms are actually needed.
    Thank you for your help in advance.

    Why don't you store the user's information in an ACCESS database table, and pre-populate the PDF from the datasource using a 3rd party form tool.
    Tools clients will need:
    Internet access
    PDF Reader
    Tools developer will need:
    iText (PHP/JAVA), iTextSharp (.net), or FDFToolkit.net (.net)
    MS Access
    (PHP Editor, Notepad or Visual Studio)
    For more information:
    http://www.fdftoolkit.net/

  • Pass data between InfoPath forms in SharePoint

    Hello!
    Maybe someone has ideas about the next issue: how to make pass data between InfoPath forms in SharePoint, like it is shown in a video: https://www.youtube.com/watch?v=-nGl-Se2cOQ
    I've read similar topics, but still can't find solution.
    Thank you.

    When you go to modify the submit connection, you can specify whether or not to overwrite, as well as a default title value. If you use the now() function in the title, it should never have the same name.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Forms, $_POST and showing data between to numeric values

    Hi.
    Really stuck with my SQL query.... pretty new to SQL so struggaling with this... heres my scenario..
    I have a Form on a .php page that has drop down menus for a user to select options based on location, type of job and min. salary and max. salary. This then submits using the POST method the results of the options (using $_REQUEST) to a results.php page.
    The text field queries work great.... with this query:-
    SELECT jobs.clocation, jobs.Ref_id, jobs.RefCode, jobs.jobtitle, jobs.blurb, jobs.Consultant, jobs.Salary, jobs.tlocation, jobs.Sector, jobs.Type
    FROM jobs
    WHERE jobs.clocation = '$_REQUEST[clocation]' AND jobs.Sector  = '$_REQUEST[Sector]' AND jobs.Type = '$_REQUEST[Type]'
    Where I'm having problems is getting it to work with the values... I'd like them to be able to choose a Min Salary.. (the drop down menu includes options of 10000 , 20000, etc) and a Max Salary (again 10000 , 20000 etc) and then the results show any data between those values.
    Cant figure out where I am going wrong.. please help
    Thank you

    loopynutter wrote:
     The text field queries work great.... with this query:-
    Sure. And it works even better for a hacker. That is, perhaps, the most insecure piece of code I have seen in a long time.
    First off, $_REQUEST is insecure because it contains POST, GET, and cookie values.
    Next, you're injecting $_REQUEST values directly into your SQL query. Hackers will have a field day trashing your database. Take a look at http://en.wikipedia.org/wiki/SQL_injection to see the danger you're exposing yourself to.
    If you're using the PHP mysql functions, you must pass your values first to mysql_real_escape_string(). You should also use $_POST or $_GET instead of $_REQUEST.
    As for getting results between different values, use BETWEEN ... AND (http://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html#operator_between).

  • How to exchange data between the html in the form layout and itsparameters?

    i am trying to rephrase a question i asked a few days back and which yielded no response.
    is there any way to exchange/transfer values or data between the html in the form layout editor and the form parameters?
    for instance, is there any bridge such that the form template design (controlled by some html-based attribute), or the display property (again managed by some string value for the style:display attribute) of some of its divisions etc could be controlled by the values passed to some parameters of a portal form?
    has any body ever tried to do it or thought of doing it? or it's inherrently beyond the portal forms capacity?
    folks, any clues or hints on 'yes, that's how' or 'no, and that's why not!' please? will greatly appreciate.
    Naqvi

    i am trying to rephrase a question i asked a few days back and which yielded no response.
    is there any way to exchange/transfer values or data between the html in the form layout editor and the form parameters?
    for instance, is there any bridge such that the form template design (controlled by some html-based attribute), or the display property (again managed by some string value for the style:display attribute) of some of its divisions etc could be controlled by the values passed to some parameters of a portal form?
    has any body ever tried to do it or thought of doing it? or it's inherrently beyond the portal forms capacity?
    folks, any clues or hints on 'yes, that's how' or 'no, and that's why not!' please? will greatly appreciate.
    Naqvi

  • Moving data between two schemas

    I need to move data between to schemas. I have a created packaged code to accomplish this. The problem is the execution time. When running the insert statements from the source schema to insert data into the target schema, it takes considerably longer to complete the statement than if I copied the tables from the source schema into the target schema and executed the same statement in the target schema. Any insight as to why this might be?
    Also all data resides on the same physical disk, running version 10g on a W2K server.
    Thanks in advance
    Here is a sample of one of the insert statements:
    INSERT INTO target_table(tt_id, tt_disp, tt_date, tt_emp_1, tt_emp_2, tt_emp_3)
    SELECT src_tab.src_id,
    src_tab.scr_disp,
    src_tab.scr_date,
    src_tab.scr_emp_1,
    src_tab.scr_emp_2,
    src_tab.scr_emp_3
    FROM
    (SELECT
    row_number() over(
    ORDER BY SUBSTR(fn_cil_sort_format(SUBSTR(src_cil,
    1, 8)), 1, 4), SUBSTR(src_cil, 4, 8)) AS src_id,
    scr_disp,
    fn_date_format(date_time) AS scr_date,
    v_convert AS scr_emp_1,
    v_convert AS scr_emp_2,
    v_convert AS scr_emp_3
    FROM source_table
    ORDER BY SUBSTR(fn_sort_format(SUBSTR(src_cil, 1, 8)), 1, 4),
    SUBSTR(src_cil, 4, 8)) src_tab
    WHERE scr_disp IS NOT NULL;

    In addition to the above post, you should create the table initially with NOLOGGING. create table as select has the ability to bypass logging. This should increase performance very much. No log writes will have to be taking place.
    Lee

  • Move Data Between 2 xfaForms

    Assume I have process with 2 xfaForm variables, Form A (a PDF) and Form B (a PDF). A user fills out Form A. I want to populate values in Form B with the data from Form A.
    When I try to assign a value (using SetValue) directly from form A to form B, it doesn't seem to work. That is ...
    Location: /process_data/form_B/object/data/xdp/datasets/data/FormB/Value1
    Expression: /process_data/form_A/object/data/xdp/datasets/data/FormA/Value1
    It does work however when I use a temporary XML variable, say xml_data. That is, I move the data from Form A to xml_data, and the move the data from xml_data to Form B.
    Why would this be? What is wrong with directly moving data between my xfaForms? What am I missing?

    Hi Brad Steele,
    I'm new in ES, n have experienced the same problem that u had sometime ago of trying to pass values from FormA to FormB, can you please help me out on this one

  • Data entry form problem - form in query-only mode

    Hi there,
    I am trying to create an data entry form to insert recordacross 2 out of 3 tables. The last of the four tables already have details and does not need to have record inserted into.
    This is the scenario, my four tables are Factory, Employee, Works_in. Works_in resolves a many to many relationship between Factory and Employee
    Now for a person to be employed in a factory, he must be assigned to a factory.
    I have a list of factories already in the database. After choosing a factory from the database, I want to insert records to do with his Fname, Lname, Hiredate bla, bla, bla to the Employee table.
    I have a single form with Factory as the master, and 2 tabs each for Employee and Works_in.
    After linking all my tables with the ability to choose a factory first on the master form from a combo box and after inserting records into the other forms, it says form running in query-only mode.
    What do you think?
    Many thanks in advance.
    Cube60

    I think that's too much of the wrong information.
    It sounds like you have multiple forms. Are they Modal or Non-Modal?
    What code do you use to call the form that's not working?
    Does it work initially and then stop working?
    James.

  • Transfer data between systems realtime

    Dear All,
    I have the following issue:
    In System1 we create Purchase Order (PO) and in System2 a Sales Order (SO) reference to that PO.
    The line item in the PO in System1 have Profit Center PC1 assigned.
    In System2 the SO has PC2 assigned to line item.
    The client has in System2 New GL activated and they do Document Splitting, so we need to transfer the Profit Center information and fill the Partner PC field with PC1 before the document splitting takes place.
    If the company codes are in the same system, SAP offers a derivation option to define the Partner Profit Center between affiliated companies. But in our case the companies are in different systems.
    As I know the Profit Center - Partner Profit Center derivation happens already at the time of the SO creation, so the information should be available at that time. For this PCA is not an option and I need your help to tell the system which PC-PartnerPC assignment should take place at the time of SO creation.
    What integration tools could be used?
    One solution from me (not an ABAPer!):
    1. Read the relevant data from the PO (PC1, PO-number...), fill Z table
    2. Realtime update the Z table in the central system (System2) - suggest, what tool with?
    3. Use Enhancement (connected with Z table) in the Derivation of Partner Profit Center EC-PCA function --> to find the actual data relation
    4. At the time of SO creation the correct Derivation is read from the derivation. (PO Number is entered in SO! - it can be an info for the system, right?)
    What do you think, could it work?
    Thanks for your answers,
    Zsolt

    Sounds to me like something for ALE/IDOCs.
    Anyway - moved to Data Transfer forum.
    matt

  • Difference between Form & Report Painter

    Hi Experts,
    What is the difference between  Forms and Report painter reports? (My understanding is that Forms for PCA and Report painter for Cost Center).
    Could also any one provide me the like related to SAP Documents to create Report Painter & Forms reports
    Thanks in Advance
    Gowsi

    <b>Form painter</b> is a term used in SAP Smart form context
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/83fb48df8f11d3969700a0c930660b/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/83fb42df8f11d3969700a0c930660b/content.htm
    http://www.thespot4sap.com/articles/Code_CostCentreReport.asp
    <b>Report painter</b>
    A tool for creating reports that meet specific business and reporting requirements.
    The Report Painter enables you to report on data from various applications. It uses a graphical report structure that forms the basis for the report definition. When defining the report, you work with a structure that corresponds to the final structure of the report when the report data is output.
    The SAP System is delivered with several row and column models that can be used as building blocks to help you create reports quickly and simply.
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/frameset.htm
    Regards
    Vivek
    *Assign points for all the useful answers

Maybe you are looking for

  • Help me! Audition always failing exports to wav, mov, and Premiere Pro! WHY???

    Hello, I am sound editing and mixing a picture locked 25 min short film. When done with the mix and ready to  export the mixdown, the export always takes forever (the project is 12GB large total) I mixdown to stereo file wav, but when I open the file

  • Problem in tutorial and zip file. can anyone file it or correct it..

    hi jdev experts, am using jdev11.1.1.5.0. when am new to these webservice. i followed this tutorial http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_14/jdtut_11r2_14.html url wsdl link when use that wsdl. throws some error. what is the reason

  • Delete Subcontracting Requirements in MD04.

    Hi SAP Gurus, Sub contracting PO created on 2004 for Material 'x'. The component also same as the header material. ( Issuing component and recceiving component both are same ). I have deleted the PO before issuing components to Vendor ( before 541 Mv

  • ITunes' New "Purchased" Feature

    When you open the iTunes Store, under "Quick Links", there is a new one labeled "Purchases", which I assume you can use to re-download previous purchases without having to pay again. But when I click on it, there is no bar to scroll to the right so a

  • Accidentally erased contacts

    I accidentally erased all my contacts in my Address Book while I was syncing my phone with my computer. Please tell me there is a way to get them back.