Adobe Forms, display connected tables

Hi.
I have a problem in a Adobe form, to display connected tables.
I need to make a catalog of product..., then I have in one table, the product with its specifications...etc, and in other table, I have the URLs with the image associated to this product.
The two tables have the same key (zproduct_key), then I want to get the next structure, but I don't know how to indicate in the Adobe Form table, that in the loop of the table of products, make a loop of the images product and only print the images that corresponse with this product.
Can you help me??? Thks.
product1
image1product1              image2product1
image3product1              image4product1
product2
image1product2             image2product2
product3
image1product3

Please, I need your help..., I don't get to solve this problem.
Thks again.

Similar Messages

  • Adobe Interactive Forms displaying returned tables

    can anyone help me display returned tables in adobe
    interactive forms
    i have an 2 adobe interactive forms, one for input
    the other for output on 2 different views
    the input form takes a few parameters, calls the
    back end RFC and the
    output form displays okay, but i just get the last
    row from the table
    i've tried binding 1 of the output table parameters to a drop down box and subform,the drop down box displays
    one of the return parameters but will not drop down
    whenever i include a subform i get a java error on
    the output form with no display
    i know there are several rows returned from testing the rfc inside abap workbench

    Hi Dennis,
    To display table in Adobe forms.
    Follow these steps :
    1. Insert one sub furm.
    2. make its type to flow content and flow direction to Table in object property.
    3. Insert another subform in above sub form and makes its type to flow content and flow direction  to Table row.
    4.In binding tab for this subform check the checkbox for "Repeat subform for each Data Item" and in min count you can specify at a time how much rows you want to display.
    5. Now place your UI Elements for Data view into this sub form.
    6. format these ui elements as you required.
    Run application now u can see multiple rows in adobe forms, if you have multiple elements in your table node.
    Let me know the status.
    Regards,
    Bhavik

  • Values not capture during adobe form display on pa30.

    Hi Experts,
    I have attached Adobe Form into Transaction PA30 in which form values are not capturing during form display,
    But its displaying at the time of form generation on ZHINUREQ_CORRS_LETTER program.
    Kindly give suggestion.
    Regards,
    Abdul

    Hi Saujanya,
    This could by caused by the network, the used browser or additional browser plugins. Try to do the following:
    1. Test with an alternative browser (if you are on a SP which supports different browsers than IE, see PAM, http://service.sap.com/pam): If it works with Firefox, then you know the problem is caused by IE and not by the OS, network, ...
    2. Deactivate/uninstall all additional browser plugins/add-ons (like google toolbar, Yahoo toolbar, ...)
    3. Create a client trace as explained in SAP note 999998. Maybe there's a hint in the trace. Watch for something like "ERROR".
    4. Install a HTTP sniffer (like "fiddler") on both machines and compare the network traffic. Maybe there's a request with a 4xx HTTP status code?
    5. How is the machine connected to your network? Is it behind an additional webproxy?
    Hope one of this helps,
    Ralf

  • Adobe form display

    Hi ,
    I have 3 tables which i have to display but at a time only one table is to shown in the output of adobe form.
    So suggest me how to do this.
    Thanks in advance

    Hi Nidhi,
    Define three tables in different subforms and wrap them into another subform and make it to type flowed.
    Regards,
    Raju.

  • Adobe Form - Hide a table row if a condition met

    Hi Helper
    I am learning how to use Adobe Form - and I am trying to hide a table row if a condition is met by using Formcalc/Jave script - but I donot know how - I was told that I can use "....presence = 'hide'  " property in on of the event(?) but donot know how to write the qualified name for the varable row and what event to use. Could someone please show me how
    Points will be rewarded.
    Thanks

    Hi Liem,
    Here is some more information:
    1)
    Accessing data in Table Cell
    xfa.resolveNode("xfa.data.my_data.tableData[" + this.parent.index  + "].column1").value
    2)  Accessing data nodes in Context
    xfa.datasets.data.my_data.second_node.an_attribute.value == "3"
    I think you will find the WebLog below very useful for your requirements.
    /people/juergen.hauser2/blog/2007/09/03/accessing-data-nodes-in-sap-interactive-forms
    -regards,
    harman

  • Blank adobe form displayed in  web dynpro application

    Hi,
                 I have created an Interactive Adobe form using web dynpro Java. When I run the form (in IE), a blank page is displayed.
    If I keep the Adobe reader open and run the form on IE, the form is opened in reader and it's working.
    When I access the same form on a different system, there is no problem.
    Does this have anything to do with the IE settings or Adobe Reader version/ updates.
    I have checked the adobe reader version and it's the same on both the systems.
    Version:
    Adobe Reader Version : 8.1.2.
    Adobe Designer 7.1
    SAP NW 2004s - SP 15
    Thank you,
    Vasu

    Not sure what the problem could be, here are some suggessionsu2026
    Check whether you have enabled the option Display PDF in browser in the Adobe Reader.
    I should be under:   Edit > Preference > Internet
    Also, in your Web Dynpro Application, try to set the u201CdisplayTypeu201D property of your Interactive form to ActiveX
    Else, just try upgrading your Adobe Reader to latest version!
    Hope this helps,
    Harman

  • Web dynpro Adobe Form Display In Portal

    Hi,
    I have a Web dynpro Abap application which triggers a adobe form, which is displayed fine when previwed from Web dynpro Abap, but the same application when inegrated in portal it is not displaying the adobe form in portal.
    Any help would be greatly appreciated.
    Thanks in advance.
    Regards
    G Suraj

    Hi Suraj,
    As you have written that you are using ADOBE Form, So you check with your Portal Admin that
    ADS services are configured in Portal or not ??
    Regards,
    Piyush

  • Adobe form displaying data of previous selected records

    Dear All,
    I have created a wd component consisting of 2 views.
    In the first view i am displaying an ALV. When i select a record and click on the alv button, the second view
    gets called which contains an Adobe Form showing the data.
    The problem i am facing is that the record which gets displayed in the adobe form is the one previous selected record and not the current record which i select.
    Kindly give your valuable suggestions .
    Regards,
    Niti

    Hi ,
    Adobe form is just an external media in your case , it has nothing to do with your data.
    Check what data is getting passed to adobe form via debuging .
    check if your getting the selected element .
    You can also post your code here if possible.
    Regards
    Kuldeep

  • Adobe forms: Displaying work area data in different windows

    Hi,
    I have a requirement of showing work area data in different windows i.e work area which has sent from program needs to come in different windows of the form. I have created a smartform which will perfectly doing the above logic. The above work area also contains amount fields. I am also passing language 'English' or 'French', based on this i am displaying some texts also.
    But Client wants to see the same requirement in Adobe forms. Ao i am new to Adobe forms, I need some help for performing the above scenario. I am doing my research on this. But i want to know the steps which will not reduce the performance.
    In smartform, first window contains personnel no from work area and the second window contains address from work area. Then i have created a template with employee premium amount column, company premium amount column and total of that, all these from work area. So work area will contain only one row which i have to show in different window and on template.
    In Adobe forms, How can i do the same this which i have done in smart forms.
    Please suggest me any one in doing this. I appreciate your answers.
    Thanks,
    s.vikgnesh

    Hi,
    Yes as Santoosh said there is no such wiondow option in Adobe forms.
    But if you use webdynpro java/Abap we can acheive this.
    think something like this below, if it works.
    have 2 views 1st for the adobe form, 2nd view in a new window for the work area screen.
    in the adobe view have a button for the work area and respective event handler.
    in the event handler call this window, and then reload the same adobe form.
    if from the work area form if you need value to be passed to this adobe form. have a event handler for this.
    when purpose is done, close that window and set value to the required context field on the form. and reload that adobe form.
    this is a fuzzy process and time consuming, unless business has no other option we dont go this approach.
    but for sure this works, we did the same for a EHS process.
    Cheers,
    Sai

  • Non-interactive adobe form display

    Hi all,
    I'd like to call an adobe form via WDJ to a non-SAP portal. I believe I need to do the following:
    -create web dynpro application and define context.
    -create form.
    -create webdynpro controller to enable display form.
    Excuse the basic nature of question; I'm a HR consultant. If anyone could clarify or confirm my understanding, it would be greatly appreciated.

    Hi,
    Pre-requisited to work with Adobe Forms:
    -Check Adobe Live cycle designer is installed in your system.
    -Check whether ADS(Adobe Document Services) is configured properly and running on the SAP WebAs j2ee engine.
    - Acrobat Reader to view the Form.
      -Create a Webdynpro Project or Development Component.
      -Insert Interactive Form UI element in View.
      -Create Context Node of Cardinality 1..1, and below it create nodes and attributes to be      used in Adobe Form
      -Create Context Attribute under the root context node of type binary.
    Example Context Design
    Context
       DataSource(1..1)
        Student(1..1)
          Name(Type:String)
          Age(Type:Int)
    PdfSrc(Type:binary)
      -Bind the Datasource node to the Datasource property of Interactive Form UI element.
      -Select the Display Type property as Native
                       ActiveX - can be rendered only if ActiveX Component Framework is installed in the client
                       Native - can be rendered if ZCI(Zero Client Installation) is installed in the server side
      -Bind pdfsrc attribute to pdfsource property of interactive form UI element.
      -Set Height and Width property for the form.
    -In Outline Window right click the interactive form UI element and select Edit
      Adobe Live cycle designer opens and Form layout can be designed.
    Build and Deploy the Application to view the Adobe form.
    Regards,
    Bala Baskaran.S

  • Adobe form displayed is different from that in Designer

    Hello All,
      Has anyone come across this situation before ? I have created a simple adobe form in NDS (Designer) but the deployed form that appears in IE is different. Any feedback or suggestions will be appreciated. Thank you.
    from
    Kwok Wei

    Hello All,
      I think I may have just found a way to save the form. It seems that I need to select Reload + Rebuild for the changes to be updated.  I have been all this time been selecting on "save all metadata" and then "deploy new archive and run". 
    Here is my NDS version number :
    Version: 2.0.12
    Build id: 200505230145
      Do you think its a bug ?
    from
    Kwok Wei

  • How to upload a collection of records from adobe form into a table in BAPI

    We are creating an appliction using web dynpro and adobe that will allow users to update PO status information offline. The information is downloaded into a form and then updated offline by the vendor. After this change the form is uploaded into the application and sent to SAP R/3 via a BAPI call. The BAPI provides the information for different PO's as a table structure (many items - collection) which is downloaded into the form and displayed as a table. The download part works and we can upload the modified file also. We can even see the data getting loaded into the controller context after we upload the form.
    <b>The problem</b> is when we try to execute the BAPI to upload the data. The data in the table structure does not seem to upload, only the non-table structure field values get posted back. Logs at the BAPI show "0" records uploaded. Couple of other fields which are not part of the table structure get uploaded properly.
    Can someone <b>please provide some insights - help</b> on what could be going wrong. Any debugging ideas or checking logs to see if the data is really getting pushed from the webdynpro/adobe app to the R/3 system would be helpfull.
    Our R/3 setup is ECC5 on a AIX server and the adobe webdynpro setup is NW04s on a different different AIX server.
    Thanks

    Hi satishsuri ,
    You will have to use 3 methods together :
    CALL METHOD cl_gui_frontend_services=>directory_browse "Browse the Directory
    CALL METHOD cl_gui_frontend_services=>directory_list_files "Get all the files from the directory
    CALL METHOD cl_gui_frontend_services=>gui_upload "Upload each file in a loop
    Example:
    TYPES: BEGIN OF ty_data,
             line TYPE string,
          END OF ty_data.
    DATA: str_file TYPE string,
          str_dir TYPE string,
          it_file_table TYPE STANDARD TABLE OF file_info,
          wa_file_table TYPE file_info,
          v_count TYPE i,
          it_data TYPE STANDARD TABLE OF ty_data,
          wa_data TYPE ty_data.
    CALL METHOD cl_gui_frontend_services=>directory_browse
      CHANGING
        selected_folder = str_dir.
    CALL METHOD cl_gui_frontend_services=>directory_list_files
      EXPORTING
        directory  = str_dir
      CHANGING
        file_table = it_file_table
        count      = v_count.
    LOOP AT it_file_table INTO wa_file_table.
      CONCATENATE str_dir wa_file_table-filename INTO str_file SEPARATED BY '\'.
      CALL METHOD cl_gui_frontend_services=>gui_upload
        EXPORTING
          filename = str_file
          filetype = 'ASC'
        CHANGING
          data_tab = it_data.
      LOOP AT it_data INTO wa_data.
        WRITE : / wa_data-line.
      ENDLOOP.
      ULINE.
    ENDLOOP.
    Regards,
    Jovito

  • Adobe Forms and Check table

    Hi, guys.
    I gotta insert an internal table value simlar to a field with entry help/ check table (for example, BSEG-BUKRS) in an ADOBE print forms.
    And the function give to me an error because the help table field doesn't exist.
    What I must do?
    Thanks a lot!

    Hello,
    you can do this using scripting. Use formcalc or javascript. Guides:
    help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    hope this solves the problem, have a nice day, Otto

  • Adobe form - Split internal table data & dis on the right and left corner

    HI ,
    I have a form where i am populating the data via an Internal Table.
    The concern i have is i have 100 rows in the table and i want to print the first 10 rows on the right hand side of the page and the next 10 rows on the Left hand side of the page. I want to do this dynamically on multiple pages during run time based on the volume of data in the internal table.
    I am sure i cannot dynamically change the interface of the form to allow multiple internal table , Please suggest if there is any other solution.
    Thanks in advance
    Tk
    Edited by: tarunk on Jan 16, 2012 5:56 PM

    Hi,
    Thank you  very much for the input, But my concern is
    I have a table with 120 records.
    i have three columns which i have it on the right side as well as on the Left side of the page.
    EX:
    Right Side                                                                          Left Side
    Col1 col2 col3                                                                    col1 col2 col3.
    Now what i want to do is the first ten rows of the internal table data i want to print it on the Right Side and the Next 10 rows on the Left Side in the same page .
    I want to do this on Multiple pages.
    please suggest.
    Thanks,
    Tk

  • Adobe form display error

    Hi All,
    Can any one explain why i am getting this error and possible solutions for this error.
    ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)
    Thanks.

    Hi Hussain
    It looks like issue with ADS configuration.
    Please refer to below thread for the similar issue
    ADS:com.adobe.Processing Exception:Could not retrive(200101)
    ADS: com.adobe.ProcessingException: Problem accessing d(200101)
    http://help.sap.com/saphelp_nw70/helpdata/en/97/ccfc3f0ac2c642e10000000a1550b0/content.htm
    Search on SDN, there are lot of information for the similar issue
    Hope it helps
    Regards
    Arun

Maybe you are looking for

  • Can't set up a simple playlist for my podcasts

    This is driving me NUTS. Due to various circumstances too long to go into here, I am using a temporary iPod (an old Nano, I don't know what the generations are called) and iTunes 10 on a temporary laptop. All I want to do is create a single playlist

  • Issue on VA01

    To all, As I try to create sales order document by VA01, I get an error message 'The material entered is not allowed for the transaction because the listing is missing.'. Which 'Listing'  does the message mention? Could anybody let me know which tabl

  • Extract fractional part of division

    Hello, I am trying to acomplish having the case show up TRUE, if input 2 is a close multiple of Input 1.  In the default case provided, the ramainder is 3.00001837.  I was attempting to extract the fractional part of the division and pass that value

  • Organizing photos that are not in proper date sequence

    Is there an easy way to re-organize photos that are not in the proper date sequence? Do I eventually have to do each photo manually? Thanks

  • Make a link in dreamweaver from flash file

    Hi, Can anyone help make it so that someone can click on the news text and it takes them to a page? the code is below: (I want the bold to be a link) <?xml version='1.0' encoding='iso-8859-1'?> <lijst> <zin>dans slider</zin> <zin>i can type anthin in