How to display all PO data in the PDF form?

Hi,experts,
I create a WDJ application with the PDF form for print all PO sheet.
I can transfer all data from WDJ to PDF form.
I need continuous print all PO sheet that include header and items.
After I run the application, I found only the one PO header and one items in the PDF FORM.
I think the config of the adobe form is error.
The version of the adobe livecycle designer is 7.1.
Do you give me some hint?
Best regards,
tao

Hi, Chintan,
Thanks a lot for your reply so quickly.
I have check the config of the "Repeat Row for each item" according your word.
I change the checkbox of the "Repeat Row for each item" for the PO items, and the PO items is ok after I run the application.
But the pdf is only one PO sheet, not all PO sheet.
I found the  checkbox of the "Repeat Row for each item" is unabled in the HEADER subform. I think it is the cause for the problem.
But I don't know how to enable the  HEADER subform because the check box of the "Repeat Row for each item" is unable in the subform of the header.
Do you give me some hint? Thanks a lot for your help!!!!!
Best regards,
tao

Similar Messages

  • How to display properties of dimension on the input form and report in bpc

    Dear Expert,
    Please tell me how to display properties of dimension on the input form and report in bpc. I can only display dimension number.
    thanks so much
    hungth

    Hi Hungh,
    If your are using BPC 10 with EPM add in client, you can use the function:
    EPMDimensionProperty ()
    This function retrieves the properties of a specified dimension in a specified cell range.
    Thanks, Safa

  • SAP Cloud SDK : Display more 500+ character in the PDF form in table cell

    Hi Experts,
    I have requirement in the PDF form.
    Scenario:
    My custom business object
    businessobject DummyObject {
         element ID : ID;
         element FromDate : Date;
         element ToDate : Date;
         node AllActivity [0,n] {
                   element ActivityID : ID
                   element ActivityType : 
                   element Note: Note;
    The above business object have node level data and i under this node level data Activity Id , Activity Type and Notes associated with that activity as show below.
    so as per the above activity i have retrieve the data for the activity and store into my custom business object at node level ( Activity ID  , Activity Name , Activity Type and Notes ) that mentioned above screen.
    I have created 1 form and design in adobe life cycle just Drag and Drop the element from the DataView.
    After completed the print from i have create the preview button to display the data.
    Once i have done all the steps to display the form and click click on preview button i can able to see the data but the under the Note field only display the 256 character not more than that but as per the above screen i have entered the Notes with more than 500+ character.
    In the form design i have also change the property for Note field to Allow Multiple value and Rich Tech but data is not display with all the character.
    Anyone have idea on which data type display the more than 500+ character in the form.
    I am using "Note" data type.
    Can anyone suggest me what the solution to display the proper value in the form.
    Please let me because i am stuck in this issue.
    Many Thank,
    Mithun

    on the BO, add the following line:
    [DependentObject(TextCollection)] node Note;
    in some BO action, where the copying happens:
    var noteFromActivity; // contains the note from the activity
    this.Note.Create();
    var el_note_text : elementsof this.Note.Text;
    el_note_text.LanguageCode = LanguageCode.ParseFromString("EN");
    el_note_text.TypeCode.content = "10006";
    var text = this.Note.Create(el_note_text);
    var content = text.TextContent.Create();
    content.Text.content = noteFromActivity.content;
    To display the content of the textcollection, use the following SAP embedded component:
    /SAP_BYD_APPLICATION_UI/Reuse/Notes/singletextlangedit.EC.uicomponent
    In the embedded component properties, set the TextTypeCode property to "10006".
    Bind the embedded component using node reference binding to the BO containing the TextCollection
    Bind the LanguageCode to a data field containing the language code for english.
    Best regards,
    Ludger

  • How do i import excel data base into pdf form drop down field

    Hi,
    I have a table of about 2500 rows and three columns that i would like to import into a drop down window on a PDF form to be self populated when item selected rather than entering the data. How can this be done?
    Thanks!
    Richard

    Hi,
    I did not know only two entries for each option item is it. I have manually entered data in the drop down an list boxes. With 2500 lines of data I was hoping there was an easier way other than manually entering the data.
    I have no knowledge of Java Scripting.....
    I was just wondering if there was a way from an Excel spreadsheet to import that data into a PDF form to be selectable to populate PDF fields in a form. It doesn't sound like it.
    Thanks......

  • Regarding UCF_AcroForm error displayed when trying to open the pdf form

    Hi,
         Iam receiving the pop up when trying to open the pdf form.The Error is Server Error Class: UCF_AcroForm Method: Error.The Error displayed in some system and in some other system the form is working fine.The Form is created using the Designer 8.0.The form is working fine in reader 8.0.Is there any problem in the reader version.Is there any solution for this problem please provide.
    Thanks and Regards,
    SatheshKumar R

    Sathesh,
    Similar issue has been reported at SDN so searching would have helped you. See below threads for solutions:-
    UCF_AcroForm error
    MSS UCF_AcroForm error displayed when trying to display form in PCR
    Chintan

  • How to display current system Date in the Date Input field ?

    Hi,
    I am having a Date Input field( binded to Data type). On load, i would like to display the current system date filled in that input field.
    How do i achieve this ?
    Reg/Venkat

    Hi Venkatesan,
    In your view in your init() method add the following code:
    wdContext.currentContextElement().setOrderDate(new Date(System.currentTimeMillis()));
    this is if your Date-attribute is in the root of the context.
    else you have to set the date in the node where the date-attribute is present with:
    IYOURNODEElement node = wdContext.createYOURNODEElement();
    node.setOrderDate(new Date(System.currentTimeMillis()));
    regards,
    Björn

  • How to display all tagged photos from the whole catalogue?

    Hi,
    I have been googleling around, but have not found the right information. I am trying to find all my tagged photos of all imported photos, but it would only show the tagged photos from a specific folder when I select that specific folder or from the timeline, in which I already knew that some tagged photos belong in those folders.
    My question is...how can I search tagged photos from the whole catalogue without going through the timeline or clicking each folder and subfolder to view them. I would like that the organizer display all tagged items from all my folders and subfolders at once.
    Sorry if this has been answered and I was not able to find the right forum or information.
    Many thanks in advance!
    Dreamy

    Thanks a lot!

  • How to display all validator messages at the same time?

    Hi Guys,
    I have a form with validators attached to a couple of my input boxes. I tried to write validators which are reusable in other parts of my app ie. social security number check etc. I also then customized the messages and it all works fine.
    But when I submit the form it displays the messages one at a time, in other words every validator is performed and if there was an error the form is rendered. I believe this is how it should behave and that's fine.
    But what if I want all validators to be performed when I submit the form?Then all messages are displayed at the top of the page and the user can make all his changes and try again. This makes more sense to me.
    So my question is whether there is a way to force the page to perform all validators when the page is submitted and then display all error messages in a h:messages tag?
    Cheers and thanks alot
    p.s. i know about and use the hidden input field validator hack which does all validations, but if I do it that way I duplicate the code which does the social security check for all applicable forms.

    Strange, I was under the impression that all validators were run by default. In my JSF apps, all the validators run and output their errors without any special confguration to make this happen.
    I wonder why yours are just running one at a time? Could you show some of your JSP code, and the hidden field validator code?
    CowKing

  • How to display 16 weeks data in the output of the query

    Hi experts,
    I have to display 16 weeks data from current week(Thursday to wednesday).
               (19/07/07 - 12/07/07) (11/07/07 - 6/07/07) like these 16 weeks
                             sales                       sales
    product1              200                         300
    product2              400                         500
    I have to use text variable on createddate char but I do not know how to implement
    the above scenerio.
    Guru's please help me.
    Thanks & Regards,
    James.

    sure james ..
    chk these links..
    text var..
    http://help.sap.com/saphelp_nw04s/helpdata/en/85/e0c73cccbdd45be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/c1/759b3c4d4d8d15e10000000a114084/frameset.htm
    chk thisthread too..
    Re: Problem with the text variable
    and for replacement paths..
    http://www.sd-solutions.com/documents/SDS_BW_Replacement%20Path%20Variables.html
    hope it helps...

  • How to display all important keys in the menu at runtime...?

    Dear All.
    I need a urgent help from forms guru's,my requirement is i need to display all the necessary keys on the menu option i.e keys(if you press ctrl+F1) at forms runtime.if you see only un necessary keys are displayed instead of the very basic keys like Enter Query and Execute Query. how can i display those keys. see the below unwanted keys which showing default.
    Function Key
    Cancel Esc
    Clear Field/ITem Ctrl+u
    Delete Backward Delete
    Delete Backward Backspace
    Display Error Shift+F1
    Left Left
    Return Enter
    Right Right
    Show Keys Ctrl+F1
    i have tried numurous way to do so but at last i cound't.
    i need to display something like
    Enter Query F7
    Excute Query F8
    Sace F10
    it would be great if anyone can give me the idea. i have refered many document and i have changed all the posibilities in frmusw.res file through terminal.
    Thanks in Advance

    Matthew,
    Please see this post:
    https://discussions.apple.com/message/24421822#24421822

  • How to display ETL run date in the title view of any report.

    Hello Expert,
    I have a requirment to show the ETL run date in the title of the report.
    Eg: " Sales Vs target Report : Data loaded as on date: <ETL run date>.
    The ETL run date is coming in the fact table.
    I am working on the OBIEE 11.1.1.5. So pla help if it is possibe.
    Thanks in Advance.
    Niraj

    Thanks for response.
    I tried to do the same. but unable to achieve. I did the following,
    1. Created a init block with SQL which extract the value of ETL rundate ans associate with a repository variable (ETL_RUN_DATE). This init block was retriving the data.
    I put the folowing in the Title as well as sub title view:
    Data loaded as on date: (@{biServer.variables[ETL_RUN_DATE]})
    I also tried to put Data loaded as on date: @{repository.ETL_RUN_DATE} this also didnot worked.
    So could you please provide me the steps with actual syntax, then it willbe very much helpful for me.
    Thanks
    Niraj

  • How can I make a button on the PDF form invisible?

    Hi all.
    I added a submit button to my PDF form but I do not want it to print on the form or appear when the form is e-mailed?
    Is there a way to make it invisible before I print or e-mail the document?
    If this is not possible, is there a way to add the submit button along with the javascript that needs to run when the PDF is opened?
    Thanks!

    Set the button's properties to "Visible but doesn't print"

  • How to display all available data for KFs from different Cubes

    Hi,
    I am using a MultiProvider that consists of two InfoCubes. KF1 uses Cube1, KF2 uses Cube2 - characteristic Country exists in both cubes. I have the following data:
    KF1 - Country 1: 5
    KF1 - Country 3: 8
    KF1 - Country 4: 10
    KF2 - Coutnry 1: 9
    KF2 - Country 2: 7
    KF2 - Country 5: 3
    I have a query that uses Country as a drilldown characteristic (ROWS) and displays the values of KF1 and KF2 (COLUMNS) for each Country. However, instead of seeing data for Countries 1-5 I only see data where I have results for KF1 (Countries 1,3 and 4). The value for Country 1 for KF2 shows up correctly in the corresponding row, but Countries 2+5 aren't displayed for KF2. If I change the Access Type for Result Values from "Posted Values" to "Master Data" I get the correct result. However this is not feasible in the final setting due to the amount of data that has to be handled (MasterData setting will lead to crashes of the query due to maximum number of cells exceeded).
    Are there any other options to force the query to display values for all characteristic values where I have data for any KF?
    Thanks a lot for your help!
    Best regards,
    David

    As it turned out the issue was due to 2 restrictions on KPI2:
    1) Restriction to InfoProvider "Cube 2"
    2) Constant selection on two characteristics that have filters on a global level but which should not affect the display of the data for KF2
    Removing (1)+(2) provided the desired result.

  • How to display most updated data on the TOP of the JTextArea???

    hi ,
    i have a JTextArea inside a JTextPane
    and the usual way that JTextArea is display
    The 1st message on top and follow until the ends
    is there any way to display the most updated/newest data on TOP instead Of the normal way?

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class TextTop extends JFrame {
        public TextTop() {
            initComponents();
        private void initComponents() {
            jTextArea1 = new JTextArea();
            jToolBar1 = new JToolBar();
            jButton1 = new JButton();
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            jTextArea1.setBackground(new Color(255, 255, 204));
            jTextArea1.setEditable(false);
            getContentPane().add(jTextArea1, BorderLayout.CENTER);
            jToolBar1.setFloatable(false);
            jButton1.setText("TEXT");
            jButton1.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent evt) {
                    jButton1ActionPerformed(evt);
            jToolBar1.add(jButton1);
            getContentPane().add(jToolBar1, BorderLayout.NORTH);
            Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
            setBounds((screenSize.width-409)/2, (screenSize.height-334)/2, 409, 334);
        int count;
        private void jButton1ActionPerformed(ActionEvent evt) {
            count++;
            jTextArea1.insert("Text  " +count+ "\n", 0);
        public static void main(String args[]) {
                    new TextTop().setVisible(true);
        private JButton jButton1;
        private JTextArea jTextArea1;
        private JToolBar jToolBar1;
    }

  • How to display webdynpro view data in PDF format.

    Dear All,
    Greetings!!!
    scenario :
    i am having five tabstrips  in a table , first four for the different kinds of data
    and fifth one is for to display all tabstrips data in a PDF format.
    Kindly let me know how to acheive this .
    is it possible with out ADLC..?  any demo or article is available for similar requirement?
    Thanks in Advance.
    Best Regards,
    Kranthikumar Palle.

    It's better to use the Adobe form to display your WD data. But you can choose Smartform as a PDF doc to display the WD data.
    Check out the thread [Display a Smartform as PDF document in WD ABAP|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785] for more details.

Maybe you are looking for

  • How can I stop streaming of a sound?

    Hello, after asking in another Forum without getting an answer, I'm now posting here: I have a Sound var and some buttons (mc's with eventhandlers) on the stage. I have an array including URLs of some mp3 files. For every mp3 there is one button. Whe

  • My serial number is not valid anymore, is there a way I can get a new one to activate my product?

    I have had Adobe Photoshop Elements 11 for about a year now and my serial number is not working anymore for the same product. I have a new computer and am trying to download the product, however it won't accept my serial number. Is there a way I can

  • How to get a field that using variable in order to create a query

    Hi, I found a difficulty when creating a query. so, I would like to ask you some question. 1. How to get a field that using variable which that field I want to put it in my query? For example, I would like to take quantity field in inventory audit re

  • Confused about Datagrams and security model

    Hi, I'm trying to write a java Applet that opens a port back to it's originating machine. I'm having a lot of problems. I've seen so much code out there that is so different and I've only been able to get some of it to work. My code currently works o

  • Looking up JMS administered objects in a rich client

    We have JMQ running as a broker. Using 'jmqjmsadm.sh' we added a Topic and a TopicConnectionFactory, using ../jmqjmsadm.sh t theLogTopic logTopic ../jmqjmsadm.sh tf providerTopicFactory TopicConnectionFactory and also set up the proxy using ../jmspad