Display Standard Program Graphic Report in Adobe Form

Hi All,
I'm new this field and really need you all expertise..
I have requirement which is to display Standard Program SAP Business Graphic Report (eg: Profile Matchup) in Adobe Form.
I also have read this blog but there is something i'm not clear...
/people/alex.liu/blog/2009/08/12/how-to-display-a-dynamically-generated-business-chart-from-igs-in-webdynpro-for-abap-application-and-adobe-interactive-form
What are the steps I should do:-
Looking forward for any reply..tqvm
Edited by: ahmad azlan on Jun 20, 2010 3:37 PM

When you need to send a picture into the offline form:
another image question - using Regular ABAP not web dynpro and
Display a logo dynamically in adobe form
When you need to send a picture into the online form:
/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal
Otto
p.s.: refine your question, please

Similar Messages

  • How to display line items corresponding to Header  adobe form

    Hi ,
    As I am new to Adobe Form, So struggling with below problem related with Adobe Form.
    For example, I have data in an internal table :
    Stage      item
    100         A
    100         B
    100         C
    200         D
    200         E
    Here you have for field 'Stage'  value '100' , I have 3 line items, for value '200' , it is 2 line items and so on.
    My requirement is , I have to show Stage field at top and corresponding line items should be displayed in table.
    Stage: 100
    item
    A
    B
    C
    Stage: 200
    D
    E
    I have used Nested table concept to achieve it but didn't get expected output.
    Please help me out.

    Hi,
         If all of your line items are getting displayed in different pages, to my knowledge, there may be two possibilities.
    1) May be the size of the main window can accomodate only one line item. If one item data fills up the window, then there wont' be any space for the next line item data to be accomodated in the same window in the same page, so, the system triggers the next page. Like-wise for each item data. If this is the case, increase the height of the main window to display items in same page.
    2) Check the driver program. Find the Write_form block, which is written inside an item loop. May be there is a Form-control Function module( Control_form with parameter 'NEW-PAGE' ) being called after the write_fom block, within the loop. If this is the case, remove the control_form FM section to make the data display in same page.
    Best Regards,
    Kumaar.S

  • Need to display multiple lines of output in adobe form..

    hi,
    i have an internal table data which needs to be displayed on my adobe form as multiple lines . how do i design my form in SFP ??
    actually i alerady have a form whose layout is life one header line and one detail line..i dont see anywhere any property that i can set to say i want to repeat that detail line multiple times. so whats the way to do this ?
    thks

    Hi Jojit,
    That was a bit helpful. But what i am looking for is that i will be having a table inserted in the layout with 2 rows. One in which i will type the header text and the other row will have the text elements in each of the column to hold the field values. So my design is predefined in the form. The example u show is a blank form to which we write rows of data. But i need some additions to it like drawing a table around it with a header line.
    can we design that thru the driver program ?? or is there any other way ?
    thks

  • Attaching same style in Standard text as well as adobe form

    Hi Experts,
    I have created 2 styles. One in se72 and second one in smatstyles.
    But when i use 1st one in standard text, i can't see this style in adobe form to attach.
    And 2nd one i can see it in adobe form but i can't see in standard text.
    I want only 1 style to be used in both places.
    Please help.
    Thanks in advance.

    Hello,
    You can achive this in two ways.
    First - Go to the form interface and right click on the node create a text field in the form context.
    In the properties tab on the right hand side of your form context you can specify Text Type.
    Following Text type can be selected.
    Include Text
    Text Module
    Dynamic Text.
    As per your requirement select Include Text and then specify the NAME, LANG & TEXT ID for the text.
    Once this is specified you can add this text field on the form layout.
    NOTE: This normally works only if you maintain this text in the header or footer on the form but not at the line item level.
    There are few issues when you try to print this text at the line item level.
    To overcome this if your requirement is at the line item level follow second method mentioned below.
    User READ_TEXT to read the standard text in your driver program. Then Pass the internal table returned with the text from this FM to another FM FORMAT_TEXTLINES.
    This table is then used to map it on the adobe form. The second function module takes care of formatting.
    Thanks

  • Header and Footer in not displaying correctly on each page in Adobe Forms

    Hi experts,
       I need your little help on Adobe Form.  I have develop a customer account statement and facing problem.
         In header and footer part I have to display customer address. It is ok if data is of one page. But when data is overflowing, customer address is showing only at first page in header, and not displaying address neither in header nor in footer(footer section will print on last page, it may be either first page or third page ) on other pages. (Address is table type data )
           Header and footer Section address has been designed on Master Page.
    Please help me to resolve these two problems as soon as possible.
    Regards
    Piyush

    I found this post which I hope helps:
    This can be done by bit of tweaking using JavaScript. 
    Actually the problem was, the header was printing continuously in subsequent pages and once the header data was over the rest of the pages contained blank header. But we need have to print same header for each group of items till that group of items finish in the specific page. And for new group of items different header will be filled and so on.
    So to overcome this issue, create the item table in such a way that the header data is also included in the item table for each group of items. In the layout, select your header field and the event READY LAYOUT and write the below JavaScript code. This event is called for each page for that header field, so you can directly map the item table value and put it in your header field.
    // Get the current page
    var currpage = xfa.layout.page(this);
    // variable to store number of fields in that page.
    var fields = 0;      
    // Get the number of fields
            fields = xfa.layout.pageContent(currpage-1, "field", 0);
    // Loop on each field on the page
            for ( i=0; i<= fields.length-1; i++ )
    // Check if the field is in the item table column (it will be actually header data column in your item table)
                if ( fields.item(i).name == "TL" ) 
    // Fetch that value and store in your header field.
                           this.rawValue = fields.item(i).rawValue;

  • Standard programs for reports..

    hi,
    how to find d standard report programs... for example i need a report for goods reciept or say purchase price variation report... do we have any  standard sap report prg fr it??? if yes how to find it???

    Go to SE38 and give f4 and give package name of the Business Process you are looking for.
    Go to SE11 -->TADIR give the package name of the Business Process
    Go to SE11--> TRDIR and look for SAP in Created by field name .
    All 3 will fetch you standard programs.
    Reward if Useful.
    Thanks,
    Anita

  • Displaying and Printing Payslip without using Adobe forms in WD

    Hi,
      Is it possible to Display&Print Payslip in WD application without using Adobe forms?,is WD supports Smartfomrs?
    Thanks in advance...!!!

    Yes, you can convert  convert smartform into pdf and display it using web dynpro application. Below link contains detailed information about it.
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785]
    Regards
    Vishal Kapoor

  • Graphic in ABAP Adobe form from SE78

    Hi All,
    I am trying to display image(SE78) in ABAP Adobe interactive form.
    But it is not displaying  any image in run time.
    I use following code. Can any one guide what could be the problem
    method WDDOINIT .
      DATA lo_nd_adobe TYPE REF TO if_wd_context_node.
      DATA lo_el_adobe TYPE REF TO if_wd_context_element.
      DATA ls_adobe TYPE wd_this->element_adobe.
    * navigate from <CONTEXT> to <ADOBE> via lead selection
      lo_nd_adobe = wd_context->get_child_node( name = wd_this->wdctx_adobe ).
    * get element via lead selection
      lo_el_adobe = lo_nd_adobe->get_element(  ).
    * get all declared attributes
      lo_el_adobe->get_static_attributes(
        IMPORTING
          static_attributes = ls_adobe ).
    *---------Code To select LOGO & PERNR
    CONSTANTS:    c_graphics    TYPE   tdobjectgr  VALUE 'GRAPHICS',
                  c_bmap        TYPE   tdidgr      VALUE 'BMAP' ,
                  c_bcol        TYPE   tdbtype     VALUE 'BCOL'.
      DATA:       lv_logo       TYPE   tdobname.
    *--pernr
      ls_adobe-pernr = '80000086'.
    *--Get the Logo
      lv_logo = 'OURSOURCE_LOGO'.
      CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
        EXPORTING
          p_object       = c_graphics
          p_name         = lv_logo
          p_id           = c_bmap
          p_btype        = c_bcol
        RECEIVING
          p_bmp          = ls_adobe-logo
        EXCEPTIONS
          not_found      = 1
          internal_error = 2
          OTHERS         = 3.
    *--Send the values back to the node
      lo_el_adobe->set_static_attributes(
        EXPORTING
          static_attributes = ls_adobe ).
    endmethod.

    I'm assuming you want a different logo per document? Otherwise, you could just use an image object in Adobe for your logo.
    does the code return the appropriate subrc when you grab your logo? Do you have your context bound to an image object in Adobe?
    EDIT: also, what does your Context look like?
    Edited by: robert phelan on Feb 19, 2009 10:01 PM

  • Finding Driver report for adobe form

    Hi Guru's ,
    I have a interface and form developed already. There must be a report that is also present that should run this form. Is it possible to find the Driver Prog using the Form name or interface name ?
    Please Help me out here.
    *URGENT*
    Thanks in advance.
    Regards,
    Syed Monsoor Ahmed M

    Hi Syed...
    I tried this ..its working ...check this code.....
    *&      Form  print_form
    *       Subroutine to print the form
    FORM print_form .
      DATA : l_fmname TYPE funcname,
             l_params TYPE sfpoutputparams,
             l_docparams TYPE sfpdocparams,
             l_formoutput TYPE fpformoutput.
    **** Sets the output parameters and opens the spool job
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = l_params
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    **** Get the name of the generated function module
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name                    = 'ZDEMO_AF1'    " Created Form Name
       IMPORTING
         e_funcname                 = l_fmname       " FM Name
    *   E_INTERFACE_TYPE   =
    *  l_params-getpdf = 'X'.
      l_params-nodialog = ''.
      l_params-preview = 'X'.
    **** Fetch the Data and store it in the Internal Table
    SELECT * FROM ZEMP INTO TABLE IT_EMP WHERE EMPID = ZEMP-EMPID.
    **** Language and country setting (here US as an example)
      l_docparams-langu = 'E'.
      l_docparams-country  = 'US'.
    **** Call the generated function module
      CALL FUNCTION  l_fmname
        EXPORTING
          /1bcdwb/docparams  = l_docparams
          *g_regis            = g_regis
          *g_date             = g_date
          *g_frmname          = g_frmname
          *g_comp             = g_comp
        IMPORTING
          /1bcdwb/formoutput = l_formoutput
        EXCEPTIONS
          usage_error        = 1
          system_error       = 2
          internal_error     = 3
          OTHERS             = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    **** Close the spool job.
      CALL FUNCTION 'FP_JOB_CLOSE'
    * IMPORTING
    *   E_RESULT             =
       EXCEPTIONS
         usage_error          = 1
         system_error         = 2
         internal_error       = 3
         OTHERS               = 4
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " print_form

  • Is there any program that will complete adobe forms from a database as doing it manually it is not efficient

    The form is at http://www.ltb.gov.on.ca/stdprodconsume/groups/csc/_ltb/_forms/documents/form/stel02_11156 7.pdf
    Please advise as it is for a valued client

    - Do I have 40 10-second clips each with 1.9 GB of unwanted video behind it??
    Not to worry. When we Copy and Paste within a project, iMovie HD creates a new clip thumbnail for the Timeline/Clips pane, then simply adds a new pointer to the source video. The source material is not duplicated.
    When you Copy a clip and Paste a clip to a DIFFERENT project then Yes, the clip's entire source video file is duplicated. (When Copying between projects, be sure to Copy and Paste all the clips together so iMovie duplicates the source files just one time.)
    Next time, you might consider setting your iMovie 6 preferences to limit the length of imported clips to 3 minutes — or whatever duration you want. Then each imported clip will have its own source file. When you discard an entire clip its file will be discarded too, shrinking the size of the project.
    If you have no need to preserve the clips as clips you could export the project to a Full Quality movie that you import to a new project. Everything will arrive as a single clip, which may be okay here. Then discard your old project. The project will be smaller, containing just the stuff on the Timeline.
    If the Timeline contains most of the source material — just split into small clips — there may not be a lot of "extra" material in the project. To get an estimate of how large the Timeline really is, open the "Timeline Movie.mov" that's inside the Cache folder of the project in QuickTime Player. QT Player's Show Movie Info window will show the size of the material it represents.
    Karl

  • Standard Program for Interactive Forms

    Hi all,
    I want to see the Print Preview of any of a Standard Interactive Form.
    Please Give me Some Standard Programs which call the Interactive forms..
    Thank you.

    Hi,
    I think you need to create a custom program to check the print preview.
    Check following link to create a print program for Interactive forms:
    [SAP Help|http://help.sap.com/saphelp_nw04s/helpdata/en/60/f8123e9c6c498084f9f2bafab32671/frameset.htm]
    Also there is one report to check/update the layout of the form check FP_CHK_REPORT'. Check the documentation before using this report.
    [documnetation|http://help.sap.com/saphelp_nw04s/helpdata/en/44/e96677f1c367d6e10000000a155369/frameset.htm]
    Hope this helps,
    shrinivas

  • Standard text in Adobe form

    hi all,
            I would like to know how to add standard text (from SO10) in adobe form?
    Regards,
    Vinod.

    Creating a Text node by right clicking on the top node in the Context Tab of the Form and then
    CREATE -> TEXT.
    In the properties of the TEXT node select Text type Include Text and then provide the Text Name, Text Object, Text ID and Text Language values

  • CAD graphics in PDF-Forms (Adobe Forms)

    Hello,
    I have a question concerning big graphics in PDF-based Forms. A Customer wants to append graphics to an Adobe-Form. These pictures will be CAD graphics. The problem is, this graphic can be from 10 up to 25 pages! Is it possible to append such a big graphic with variable pages to an Adobe Form?
    The format of the graphics can be either PDF or JPEG.
    And if this is possible: will the performance of printing or sending the extended form be acceptable?
    Thanks a lot for your help!
    Nina

    On the Options tab of the button properties dialog, set the Layout to something other than "Label only" (e.g., Icon only). You can then clock the "Choose Icon" button to select a source for the button appearance. It can be a page from an existing PDF or anything else Acrobat knows how to convert to PDF, such as an image.

  • Identifying Program for Adobe Form

    Hi,
    I am trying to identify the actual program linked to the Adobe form.
    Scenario is like this , Adobe form is built using ABAP Dictionary- Based Interface which is interactive through portal.
    Thanks & Regards,
    Kumar

    Set the trace in SFP on. Then you should be able to read the name of the interface of the form from the data file or the name of the form from the protocol etc. Otto

  • Dynamic display fields in Adobe Form

    Hi all,
    I am trying to design a Adobe non-interactive form.
    But my requirement is If Field = ‘X’ then display table1.
    If Field = ‘’ then do not display table 1 in output of Adobe form.
    Field & table both are coming from SE38 code.
    Please guide me if it is possible or not with a single adobe form.
    Other option I have I can design 2 different form one with table & other with no table.
    Please guide me if it is possible with one Adobe form or not.
    Regards

    Hi Umesh,
    This is possible using single Adobe form only. Pass this field into context.
    And in form, write the script on Form:Ready event of body page:
    if ( $.FIELD eq "X" ) then
          $.Table1.presence  = "hidden"
    endif
    Hope this helps,
    Amit

Maybe you are looking for

  • Its telling me i can only have one library at a time...

    and i'm not able to be on my laptop how to i get my library to come up someone elses computer who doesn't use their ipod on the computer i'm using now. what should i do? i already have downloads  on my ipod.. soo i am afraid to clean off my ipod.

  • Windows 7 Install on TS140

    Hi - I've been trying to install windows 7 64-bit on my new TS140 (70A4000HUX). I've added a Samsung 840 EVO to install into but it has been giving me fits. When I looked into the easy startup disk it has server related installs. Nothing for Windows

  • Feed issues

    I don't understand why I'm getting a complex object type error: http://76.12.98.40/test3.cfm Code: <cffeed source=" http://www.sixtyrivers.blogspot.com/atom.xml" properties="theFeed" query="rsFeed"> <cfif rsFeed.RecordCount GTE 1> <cfoutput> #theFeed

  • Contact Book in PSE 7

    Hi everyone, I am trying to add more email address's to the Contact Book in PSE 7. I follow the instructions and after entering the details click "ok" , the problem is that the address does not go into the Contact Book, it disapears somewhere into PS

  • HT4157 How can i use internet if none avalable in my home.  Have cable tv, no computer. Concerned about data charges whne renting movies, or streaming videos.

    How can I us internet if none available in home.  Have cable tv, no computer, concerned about racking up datga charges when renting movies, or streaming videos.  Have a cellular data plan, but too expensive for movies.