Data not printing in adobe form

Hi,
I have copied standard interface PTRV_EXPENSE_FORM to Z interface and assigned the Z interface in my Z form. I have created an internal table  GT_HISTORY in Global data. I moved the data from existing table to Global internal table GT_HISTORY in initialization event. Input parameter is IT_HISTORY and ouput parameter is GT_HISTORY for Initializtion event.
Data from GT_HISTORY is not getting printed.
I kept breakpoint in FM generated by the form. Data is being moved to GT_HISTORY table but still it is not getting printed.
I would like to know, do we need to assign this Z interface somewhere?
Thanks in advance.
Mohammed Ibrahim

Hi Mohammed,
as you explained, it seem you have done things rightly. I think you problem is not of configuration but some coding mistake..
1.Just put break point after the place where you have populated data and check whether internal table has any data or not
2. If you see data in that place then just check your binding of the table fields in layout design...Path... Palletes->object-> Binding...

Similar Messages

  • Standard text having '&ULINE&' not printed in adobe form????

    I have a standard text in so10 which is to be used in my adobe form .
    The standard text uses '&ULINE&' to print a line . This when used by script was interpreted and a line is being printed.
    But when the same standard text is inluded in the adobe form , it throws a runtime
    error saying that " Field '&ULINE&' does not exist".
    Could some one help me out how to get this standard text printed in adobe form.
    Thanks and Regards
    Tejaswi Surapaneni

    Hi Tejaswi,
    Have you checked this wikilink:
    http://wiki.sdn.sap.com/wiki/display/ABAP/UsingofStandardText%28SO10%29+inAdobe+Form
    Regards,
    Vaibhav

  • Why typed in data  is not saved in adobe form ?

    Hello Experts
    This is someone new to adobe interactive forms in SAP. I develoveloped many intearcative forms their look and fell is good but problem is that the data typed in the adobe form is not saved .when i save the adobe form with nevigation File -> Save as ->pdf. the file is save with new name but the filled in data is lost. Please
    help me in this scenario.
    Thanks.
    Chitta Ranjan Mahato.

    You can save the filled form when you enable the form with Adobe Acrobat.

  • Problem in Dierct print of Adobe form

    Hi all,
    My requirement is to print the Adobe form directly.when user execute the particular Z transaction. Then the form should be print.
    I have given all print parameters to the FM FP_JOB_OPEN.I am using ADS.
    But i am getting the print when I excute that Z-transaction with below message
    <b>PDF file not printed. 128 MB of memory is required to enable direct PDF printing</b>. What might be the problem.
    Thanks in advance.
    shaleen
    Message was edited by:
            shaleen mohan

    Hello,
    we have the same problem here.
    Printer seems to need 128MB physical memory, anything less results in the "PDF file not printed. 128 MB of memory is required to enable direct PDF printing" string or just cryptic signs.
    Printing via the adobe reader works fine on the same printer.
    In most scenarios direct printing is needed but its not sure if the attached printer have the minimum required memory.
    Is there a chance to do direct print with less than 128MB physical memory?
    Faking 128MB to windows does not work.
    Thanks & Regards
    Thomas

  • 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

  • Update data of pdf (offline adobe forms) to sap system By Inbound E-mail

    Hello,
    I am trying to update data in PDF (offline adobe forms) to Sap system by Inbound E-mail. Kindly give some suggestions for scenario to do this task.

    Hi,
    There ia a good information for your requirement.
    Please check the below link.
    http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/c0c139d3-3eae-2910-01a1-d253f2587b0e&overridelayout=true
    Thanks.
    Uma

  • Help!  PDFs are not printing because adobe reporting that postscript conversion needed?

    Help!  PDFs are not printing because adobe reporting that postscript conversion needed?  Can someone help me?  Please?

    Please give us the complete error message, every word. This is not a familiar symptom.
    Also: What software and version are you printing from? What system do you have?

  • Calling and manipulating data on an Interactive Adobe form from ABAP report

    Dear All,
    Can you please tell me how to call an interactive adobe from from a custom adobe form?
    If so how can we pass and receive data between the interactive adobe form and the abap report program?
    Thank you.
    Regards,
    Prosenjit.

    Hi,
    It is possible to call an Interactive Adobe form from ABAP report and pass data into the form. If you search the forum, you will get many threads explaining the process. Let me know if you have any specific questions on this.
    Regards,
    Sanoosh

  • Check Printing in Adobe Form

    Hi,
    My requirement is to modify the layout of Check Printing  program RFFOUS_C from SAP Script to Adobe Form. I am using ECC6.0. I went through the code, and figured out that include RFFORI01does the check printing part using Open_Form Function module.
    Also going through other threads, I figured out that there is no exit in the program RFFOUS_C and the only way to modify it is create a copy of that program and add changes to ZRFFORI01. In the adobe form, apart from normal check printing, i need to add few fields from HR module too.
    Any help/ sample code, on how to incorporate this, would be really helpful as I am new to ABAP.
    Thanks,
    Anusha

    Hello Anusha,
    Did you get a solution for your problem on having to print an Adobe form instead of a SAPScipt for the payment program RFFOUS_C?
    I have a similar requirement and will appreciate if you could reply sharing your experience and how you went about with your solution.
    Thanks in advance.
    Shivani.

  • Can not Printing using Adobe Reader V9.0, OS is  Windows Vista

    Help Me Please! I can not print in Adobe Reader. This is what is happening: I select print, the status bar shows pages being sent to the printer, the printer Hicups, clicks, clangs, clunks, and Burps and nothing comes out; No error, No copy. I'm running V9.0 but the same thing happened in version 8. I thought it was something to do with the down-load. What gives?

    Sorry for disappearing; gotta make a livin'
    No, I haven't looked for an updated driver for my printer but I will give that a try. I was able to print using the "print as image" function but it really bogged my system down to pre-Pentium days. I'll let you know if the driver update works. Thanks for reaching out!

  • Print Preview not working for Adobe forms

    Hello experts,
    I am new to designing of Adobe forms. I have the following installations already in place:
    1. ADS
    2. Designer 7.0
    3. Adobe Reader 8.0
    I am trying to execute the standard report FP_EXAMPLE_01 to test whether Adobe forms work coherently with my system config is fine.
    When trying to execute thsi report prg , I get a very perculiar message on clicking on print preview bttn "ADS: Request start time: Tue Feb 05 12:25:05 IST 2008(200.101) "
    Now I am not sure whether it is a Basis issue with the ADS config or Printer settings ?
    Please advise.
    Regards,
    Sonika

    Hi Sonika,
    That is not required functionality. it should display a Adobe Form for Invoice processing.
    I doubt there might be some problem with ADS configuration.
    Can you please do the following test and let me know the result ?
    If the Adobe Interactive Forms have been installed correctly, the
    following tests should run without errors:
    First test:
    1) Call transaction SE38.
    2) Enter the report name "FP_PDF_TEST_00" and choose "Execute" (or press F8).
    3) Enter "ADS" in the entry field for the connection, and choose
    "Execute" (or press F8).
    4) The system should issue a dialog box containing the current version
    information.
    Second test:
    1) Call transaction SE38.
    2) Enter the report name "FP_TEST_00" and choose "Execute" (or press
    F8).
    3) Enter "FP_TEST_00" for the form, "2" for the number of output pages,
    and "ADS" for the ADS connection. The choose "Execute".
    4) Enter a valid output device and choose "Print Preview".
    5) The Adobe Reader should be displayed in the GUI, and display two
    pages with numbered lines.
    Third test:
    1) Call transaction SE38.
    2) Enter the report name "FP_TEST_IA_01" and choose "Execute" (or press
    F8).
    3) Enter "FP_TEST_IA_01" for the form, "ADS" for the ADS connection, and
    any data in the other entry fields (these are already filled with
    default values). Then choose "Execute" (or press F8).
    4) Enter a valid output device and choose "Print Preview".
    5) The Adobe Reader should be displayed in the GUI, and display a page
    with address fields.
    6) Scroll down to the frame for the new address, and fill in those
    fields.
    At the end of the form, an entry field for the date and a value help
    exists. Choose the input help button and check if the system displays
    the datepicker.
    Now you will know yourself if there is any problem with ADS configuration.
    Cheers
    Satya

  • Printing data from table in Adobe Form.

    Hi all,
        How can i print all data from my internal table in adobe form.currently only last record from table is getting printed.i have put my table is in sub form and content i have made 'Flowed'. is there anything else i have to do to make all data from my internal table appear.
    Thanks & Regards,
    Anjana Rao

    HI Nimesh,
    This looks ok and works well, but the problem is its not printing the header data, all the headings its leaving that place as blank. Do you have any suggestion for this. This is the code is used.
    DATA: pgm LIKE sy-repid,
            tc  TYPE cxtab_control.
      pgm = sy-repid.
      tc  = tab.
    CALL FUNCTION 'FITRV_PRINT_TABLE_CONTROL_DATA'
        EXPORTING
          TABLE_CONTROL                        =  tc
          CALLBACK_PROGRAM                     =  pgm
         CALLBACK_TOP_OF_LIST                 =    'TABLE_TOP_OF_LIST'
        CALLBACK_TOP_OF_PAGE                 =
        CALLBACK_END_OF_PAGE                 =
        CALLBACK_END_OF_LIST                 =
         OPTIMIZE_COLUMN_WIDTH                = 'X'
         GET_CURR_QUAN_FIELDS_FROM_DDIC       = 'X'
        WINDOW_TITLE                         = 'PRINT TABLE'
          PRINT_IMMEDIATELY                    = 'X'
        TABLES
          PRINT_DATA                           =  ITAB
       EXCEPTIONS
         COLUMN_INFORMATION_MISSING           = 1
         PRINTING_NOT_POSSIBLE                = 2
         OTHERS                               = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Thanks,
    Venkat

  • Fillable Form will not print from Adobe Reader on iPad or iPhone - Works on a PC

    I created a fillable form in Adobe Acrobat X Pro.  I saved it giving it full Adobe Reader capabilities.  I emailed it to myself and a friend so that we could open it up on our iPad and iPhone using Adobe Reader, fill in the information and then print the document.   When we send to print, it only prints the form, but not anything we entered.     When I opened the document in Adobe Reader on my Dell PC, it worked fine and I could print the document including everything that I entered.    What could the glitch be with iPad and iPhone.  We are running the latest IOS6 version with Adobe Reader  installed.  Why won't this work?

    It should work with the update to Reader 10.4. "Enhaned compatibility with AirPrint means improved printing of completed forms as well as documents with comments."
    I don't have AirPrint on my printer to test. Is your printer AirPrint compatible?
    I can get it to work with Printer Pro which I'm running on my iPad.

  • Barcode printing in ADOBE form when data and Barcode are in different pages

    How to send raw value to the Barcode when data values are availabe in Master  page and Barcode in the Design page.
    Barcode needs to print once on the first page, so it is on Designer page.
    Values needed for display of barcode is avilabe on Master page.
    How to communicate data between Master page and Designer Page in ADOBE Form?

    Hi,
    Declare a variable of character type and concatenate DTAP and Bar code value into that variable.
    Later print that in required bar code format.
    Try this.

  • Drop down box data is not saving in Adobe form.

    Hi Experts
    We are struggling in one pirticular issue to resolve. Please help me to resolve the below issue.
    1. We have created the adobe form using jave script. and make some entires are dynamic.
    2. We have created another drop down box having the vlaues of YES, NO. When YES there are some other drop down list and when No there are some other drop down lists.
    3. The options are working fine and drop down lists are showing all the values when download the form to local PC.
    4. When we try to enter the data into the drop down list and save and close it. When you re-open the form the saved data dissapering.
    This is the very critical issue for us. Kindly help me to resolve this issue. If  required further more information please let me know.

    Hi,
    Make sure that you have binded a context value to default binding for drop down box.
    Regards,
    Chandran S

Maybe you are looking for

  • Unable to start xorg after latest nvidia update

    Hi, I have NVIDIA GeForce GTX 750 card. I did update to version 346.47 of nvidia driver and figured out that after reboot SDDM dont start. I disabled login manager and tried to start xorg server manually but without success. I see that there is segme

  • How to define font in mail

    Hello, I use mail, my version is (uname -a) Darwin Igors-MacBook-Pro.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 and I want to define my message font to particular font, f.e. ari

  • Posting of PF related amounts to Accounts

    Dear Consultants, While posting payroll results to accounts, I observed that all PF, Pensions, EDLI related amounts are multiplied by 100000. I know that as thses values are very small, for sake of accuracy, they are multiplied by 100000 during calcu

  • Attachment icon visible in Mail 5.1 but attachment is not visible

    Running a couple of iMac's with OSX Lion and Mail 5.1. Quite often we have problems receiving mails with attachments. Lately in the list of received emails you do see the attachment icon (paper clip) yet in the message itself there is no attachment v

  • How do I access my raw settings for further use?

    I opened a jpg in CR, made some changes, opened the image, then saved (from within PS) and closed it. Later I needed to create a duplicate of this image and apply the same CR settings I'd used, but I can't find them. When I open the original jpg, all