Want to display data in receipt form in Smartforms

Hi friends,
    I want to display data in receipt form in smartforms....Format is given below:
    Name : [fieldname1]
  number : [fieldname2]        country code : [fieldname3]
n so on....It should display 1 record on one page and so on.......how can i go about it....
Regards,
Vijaya

Hi Vijaya,
First, you need to design the lay-out for your pages.
Say for example in your case you take a window XYZ (variable type) to print:-
Name : fieldname1
number : fieldname2 country code : fieldname3
Now you have some amount of data for this detail.
Say you print this data in a table.
After the last node for printing data, insert a command line under the last node (in main area of the table control).
And on the next page use the same MAIN window (or use next page of PAGE1 as PAGE1).
In other way, if you are printing a single record on a page.
Then this can be done by simply taking a loop statement in the main window of the page followed by text-fields (from internal_table into work_area).
Under the loop statement, in these text-fields you can simply print your data (using the work area) :-
Detail 1 : &wa-field_name&
and so on....
After the last detail (node), insert a command line and write 'NEW-PAGE'.
This will break your control on to next page and eventually one records will be printed on a single page.
Hope this solves your problem.
Thanks & Regards.
Tarun Gambhir.

Similar Messages

  • I want to display data from 1st form to 2nd form...

    Hi
    I'm having 2 Forms.In the 1st form i'm having Master & Detail Blocks.
    By clicking button i'm trying to call another form.
    In that form i what to see the Master Block Data should be displayed on the form.
    So wht is the type of Canvas can i use or is there any other alternative way for this issue.
    Try to help me in this
    Regards
    Siva

    Go through this
    1 form data display 2 form

  • Display data in tabular form

    Hi,
    i want to display data from data base in a tabular form, that is dynamic (the rows in UI is based on no.of records in data base) and one of data item is hyper link like
    sno sname class
    here sname is hyper link.
    Thanx for ur help

    Hi..
    Actually I dont get you clearly..
    I can give you some answer based on my understanding of your question..
    When you get the data from the database you can convert the each row of data into DTO's.. Finally you can get list of DTO's.
    Then in the JSF page you can use <h:dataTable> tag to render the table format of the DTO info..
    If I didnt clear your doubt, please explain your question clearly..
    Regards,
    Joe

  • Want to display an interactive pdf form in the browser

    Hi all,
    I had created a value node and has also binded it to the 'dataSource' property of Interactive form UI Element & i had also binded the 'pdfSource' property to a value attribute of binary type.
    i had design the pdf form using the Adobe liveCycle Designer now when i deploy my application to my server (not running on my own system)
    No error is shown but the pdf form space only shows red cross in it.
    Please tell me where i could be wrong.

    Hi,
    If you want to display PDF in browser by using Webdynpro means you need to follow like this.
    ADS should indtalled in your portal.
    After only you have to create an Interactiveform UI Element in WD and that should be designed there data value should be drag and drop.
    Then only deploy the application the pdf should be displayed in browser.
    I am thinking like this only.
    Otheriwise post your issues.
    Thanks,
    Lohi.

  • Want to display date as per i given in selection parameter

    hi
    i want to display  posting date which ever i given in selection patameter.
    i want to display in output in dd/mm/yyyy format.
    now its coming like this <b>IBT2006040120060420.</b>
    how can i do it .
    thanks in advanced.

    Hi,
    Just use the WRITE TO option and display the date.
    For exmaple:
    WRITE s_date-low TO w_date.        "This converts the date into the user format
    WRITE:/ w_date.                            "This displays the date in the output
    Cheers
    VJ

  • Display data in the form of subgrouping  of a table.

    hi,
        i need to display data in the table in the below format
    1  1000  header1  quantity  amount
                   item1      100           200
                                  50             500
    2  1001  header2   chairs      5000
                   item2         50            100
                                   100           1000
    plz help me how to do this

    Hi Praveen,
    Please check 'Grouping' view in component WDR_TEST_TABLE .
    It will give you some idea.
    Regards,
    Sumit

  • When press Enter i want to display the input in Report calling Smartform

    Hello Masters,
    I am new in to abap and i want to know that how can we display data on the same screen when we enter the value and press enter , for example when i enter a employee code in input field and when i press enter before executing my report i want to see the name of the employee for which i have enter in the field before execution. i am developing a Report which is calling a smartform for print.
    tables sscrfields.
    parameters: p_pernr type pa0001-pernr obligatory.
    at selection-screen.
      if sscrfields-ucomm eq space.
        sscrfields-ucomm = 'p_pernr'.
      endif.
    I thought that this code could have worked for me but its no use , can any one please help me with my issue

    here is some code what i have used in my report program , i will still like to remind that its an Logical database program (PNP) for ABAP-HR , right now i tried the code mentioned above but not getting any result.
    TABLES: pernr,sscrfields,pa0001.
    *& Declaring Type-pools
    TYPE-POOLS : slis.
    *& Declaring Infotypes
    INFOTYPES: 0000,          " Action
                         0001.          " Org. Assignment
    *& Selection Screen
    SELECTION-SCREEN BEGIN OF BLOCK n1 WITH FRAME TITLE t1.
    PARAMETER : p_despat TYPE zhr_transfer-despt OBLIGATORY,              " Despatch Number
                r_pernr  TYPE pa0001-pernr OBLIGATORY,                                    " Reporting to
                re_pernr TYPE pa0001-pernr OBLIGATORY,                                   " Relieving Authority
                a_pernr  TYPE pa0001-pernr OBLIGATORY MODIF ID one.             " Authorize Person
    SELECTION-SCREEN END OF BLOCK n1.
    INITIALIZATION.
      t1 = 'Transfer Records'.
      LOOP AT SCREEN.
        IF screen-name = 'PNPPERNR-LOW'.                                  " Personnel Number (Mandatory)
          screen-required = 1.
            MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    AT SELECTION-SCREEN OUTPUT.
      IF a_pernr IS INITIAL.
        a_pernr = pa0001-ename.
      ENDIF.
    END-OF-SELECTION.

  • To display data in smart form

    hi experts ,
    I want to know how to display the data from a database table into a smart form .
    thanks in advance .

    Hi,
    Have a lok at the below link, you will get all the details about the smart forms
    http://sap.ionelburlacu.ro/sap0/sapsf001.htm
    http://www.erpgenie.com/abap/smartforms.htm
    http://www.erpgenie.com/abap/smartforms_detail.htm
    Regards
    Sudheer

  • I am trying to create a Form that will act as a list.  I want to import data into the form from exce

    My table has a list of names with product information in corresponding columns.  I want to create a form that I can import this into where every row makes a new part of the form list I create.  Is this possible?
    Example of what I have in excel:
    Name
    Product 1
    Product 2
    Product 3
    Total
    a
    1
    2
    3
    6
    b
    0
    3
    4
    7
    c
    1
    3
    4
    8
    d
    1
    3
    5
    9
    Example of what I want in Form:
    Customer a    1     2     3     6
    Customer b    0     3     4     7
    etc.
    I want to put this info into a form to make it more presentable.  Can anyone help me with this?

    Look at the Import/Export form data functionalities already built-in into Acrobat.

  • Displaying Data in a Form field

    Hi,
    We have a requirement, where we have to display the value in one of the field as "Header_number.Line_number" where as the backend value will have only the Line_number. We have Header_number in a Materialized View. I am going to fetch line_number into an existing datablock and is based on a VIEW.
    Could anyone help me, how to do this, i'm working on forms 10g, and i'm a fresher in forms. Please suggest me, how we will achieve.
    Thanks in advance,
    Pavan Kumar

    Do you have datablock in your form that is based on the Materialize View (Header)? If so, this will save you a trip to the database to fetch the Header_Number. You simply need to add code to display the Header_Number and Line_Number in a non-base table item. I will guess that as you want this combined number to change as your users change Line records. That being the case, I would add a When-New-Record-Instance (WNRI) trigger on the LINE block to concatenate the two numbers in to a non-base table item. For example, create a Control Block and add a Character Item called disp_header_line and try the following:
    /* Sample WNRI trigger */
    /* This sample code assumes you have a block named HEADER and LINE. */
    /* Make sure you change the block names to match your form. */
    BEGIN
       :CONTROL.disp_header_line := :HEADER.Header_number||'.'||:LINE.Line_Number;
    END;Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Problems Displaying data from RFC on Adobe Forms

    Hi,
    I have some Problems with creating an Adobe Form and hope, someone can help me or give me some hinds to some tutorials, which can help me.
    I'm developing an webdynpro-application which get data from a R/3 via RFC-Call.
    Context-Binding and so on is done and works. I created also an interactive form and can display some datas on it.
    Here my questions:
    I have an field 'unit' which shoulb be displayed on several positions onto the form. My problem is, i can display it only once. If i copy the field, there is no output in it. What can i do, to solve the problem?
    From the RFC i get a table with several rows of data, i want to display on the form.
    With drag&drop i can place the fields onto the form but they are displayed only once. I want one line for every row from the table.
    What do i have to do? Are there tutorials which show the steps?
    When I am not using a form, i can display the data from RFC in a table with no problems (i create a table ui and choose create binding from context menue). Are the nescessary steps for displaying the data on an interactive form the same.
    I read something about creating a dynamic form design. Do i have to create it? What are the steps i have to do.
    Many questions, but i hope that someone can give me some helpful hints.
    Many thanks
    Mathias Lange

    Hi Mathias,
    If I caught you correctly, you want to display data in Adobe forms in form of tabel, right?
    So, follow the steps:
    1. Insert one sub form on your adobe form.
    2. Set its type as "flow content" in object->subform property.
    3. Set flow direction as "Table".
    4. Insert another subform inside this subform.
    5. set its type as "flow content" and flow direction as "Table row".
    6. Now, choose binding tab, and there check "repeat subform for each Data item check box" and specify min. count for your rows.
    7. Now, insert your column fields inside this sub form once.
    8. Format its look and feel as you want.
    When you run this application, it will show you multiple data as table on Adobe form.
    Regards,
    Bhavik

  • Display Data

    hi every body,
    i want to display data inside my forms when the form open direct, no need to prss Excute query, How ?????
    thanks.....

    When dealing with forms a lot of what your do is writing PL/SQl-code, enhanced with the forms-builtin-functions. So you should make yourself familiar with the concepts of PL/SQL in general and forms buit-in's.
    Write your code in the WHEN-NEW-FORMS-INSTANCE-trigger as already suggested. And whenever you get an error, provide the full information of the error.

  • LifeCycle Form Server :- My form is rendering as pdf in the browser  without displaying data sometim

    LifeCycle Form Server :- My form is rendering as pdf in the browser without displaying data sometimes within data fields, and at other times it will display data. The form consistently displays data when rendered in HTML.
    We display the forms in a browser either HTML or PDF format based on the user selection. But the behavior of PDF format is not consistent. Sometimes it renders properly and sometimes the form renders without data.
    Dose any one experienced this issue?
    Any help would be greatly appreciated.
    Thanks in advance,
    RK

    I have been seeing the same issue, but haven't been able to find a fix for it yet. So any info would be appreciated here too.
    Thanks

  • How to display data in SelectOneChoice from database?

    Hi,
    I want to display data in SelectOneChoice component after fetching from database in a bean using Application module implementation class. I have two fields in my bean id and name. I want to display name in choice and in backend i want to play with the id of corresponding selected choice i.e displayed in SelectOneChoice. I am not able to bind the datacontrol with the SelectOneChoice component. I have data in my bean i.e list of id and name fetched from database.

    In my app module i have create a method which retruns UserBean in array List .
    I dropped that data control on my page as Select One Choice and bind the same.
    When i run that page I am able to see user bean object in drop down but when i try to see any specific var error occurs
    Code-
    <af:selectOneChoice value="#{bindings.return.inputValue}"
    label="#{bindings.return.label}"
    required="#{bindings.return.hints.mandatory}"
    shortDesc="#{bindings.return.hints.tooltip}"
    binding="#{backingBeanScope.backing_test12.soc1}"
    id="soc1">
    <f:selectItems value="#{bindings.return.items}"
    binding="#{backingBeanScope.backing_test12.si1}"
    id="si1"/>
    </af:selectOneChoice>
    This code works fine and drop down shows userbean .
    But when i change the code it fetch username form bean exception occurs
    Changed Code-
    <f:selectItems value="#{bindings.return.items.*Username*}"
    binding="#{backingBeanScope.backing_test12.si1}"
    id="si1"/>
    Exception-
    *[ServletContext@15368949[app:ADF module:ADF-ViewController-context-root path:/ADF-ViewController-context-root spec-version:2.5]] Servlet failed with Exception*
    java.lang.NumberFormatException: For input string: "Username"
    *     at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)*
    *     at java.lang.Integer.parseInt(Integer.java:449)*
    *     at java.lang.Integer.parseInt(Integer.java:499)*
    *     at javax.el.ListELResolver.toInteger(ListELResolver.java:373)*
    *     at javax.el.ListELResolver.getValue(ListELResolver.java:167)*
    *     Truncated. see log file for complete stacktrace*
    FYI:- This control wokrs fine when i but this data in table . Not sure about the reason for select choice :(

  • Need to display data on the right side in the header area of alv report.

    hi experts,
                       I want to display data in the header area of alv report on the right side  . I have already used function for events on the header side data is getting displayed on the left side .but i want data to be displayed on the right side.
    regards,
    andrews.

    Hi,
    Hope this below code helps you.
    Take care,
    Çağatay.
    * build header for alv
    FORM top_of_page_split USING r_top TYPE REF TO cl_dd_document.
    DATA: s_tab TYPE sdydo_text_table,
          c_area TYPE REF TO cl_dd_area,
          text TYPE sdydo_text_element.
    TYPES: BEGIN OF tab_text,
    text TYPE sdydo_text_element,
    END OF tab_text.
    DATA: i_text TYPE TABLE OF tab_text.
    DATA: w_text TYPE tab_text.
    CALL METHOD r_top->initialize_document.
    CALL METHOD r_top->vertical_split
    EXPORTING
    split_area = r_top
    split_width = '70%'
    IMPORTING
    right_area = c_area.
    CONCATENATE sy-datum+4(2)
    sy-datum+6(2)
    sy-datum(4)
    INTO date1.
    CONCATENATE 'DATE'  date1
    INTO w_text-text
    SEPARATED BY ':'.
    APPEND w_text TO i_text.
    CONCATENATE 'time:' sy-uzeit INTO w_text .
    APPEND w_text TO i_text.
    CONCATENATE 'uesr:' sy-uname INTO w_text .
    APPEND w_text TO i_text.
    CONCATENATE 'local date:' sy-datlo INTO w_text .
    APPEND w_text TO i_text.
    CONCATENATE 'time zone:' sy-zonlo INTO w_text .
    APPEND w_text TO i_text.
    s_tab[] = i_text[].
    CALL METHOD c_area->add_text
    EXPORTING
    text_table = s_tab
    fix_lines = 'X'
    sap_fontsize = cl_dd_document=>medium
    sap_emphasis = cl_dd_document=>strong.
    CALL METHOD r_top->add_gap
    EXPORTING
    width = 60.
    text = 'THIS IS REPORT HEADING'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'STRONG'.
    CALL METHOD r_top->new_line.
    CALL METHOD r_top->add_gap
    EXPORTING
    width = 70.
    text = 'THIS IS REPORT HEADING1'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'STRONG'.
    CALL METHOD r_top->new_line.
    CALL METHOD r_top->add_gap
    EXPORTING
    width = 80.
    text = 'THIS IS REPORT HEADING2'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'STRONG'.
    CALL METHOD r_top->new_line.
    text = 'Report Subheading1'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'NORMAL'.
    CALL METHOD r_top->new_line.
    text = 'Report Subheading2'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'NORMAL'.
    CALL METHOD r_top->new_line.
    text = 'Report Subheading3'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'NORMAL'.
    CALL METHOD r_top->new_line.
    ENDFORM. "TOP_OF_PAGE_SPLIT

Maybe you are looking for

  • USB external Super Drive not recognized by iMac

    Bought a new USB external Super Drive a few days ago (from Apple shop). Plugged into my iMac 21.5", late 2013, and the iMac does not seem to want to recognise it. Checked Finder and necessary boxes ticked up to show on Desktop, also does not show thr

  • ? Camera raw 4 & pse 6 for mac

    I have camera raw 4, it came with my pse 6 for mac.  Every once in a while my computer tries to install an update, but it never works.  I would like to have the latest version of camera raw, but can pse 6 handle it?  If not, what is the highest versi

  • Metatags in Muse?

    Can you add metatags and keywords to a Muse site to help with search engine optimizaion?

  • Automatic Tasks are assigning to the user even the Vacation rule Enabled

    Hi Experts, I have enabled a Vacation rule in bpm/workspace. But I can see all the tasks assigned in the inbox for that user. Then I have enabled the Customized rule as the vacation rule and tried to reassign the tasks to an another user. That is als

  • Enter matrix coordinates into GUI text fields

    Hello, I have a GUI with an extra panel that appears with a molecule. I have managed to use the mouse to rotate the molecule. It is also used to get the coordinate values of the molecule as it is moved and print them onto my DOS screen. I have set up