Adobe form is not displayed via function module

Hi to all,
I have written a function module.
Import parameter: ADOBEFORM_NAME type FPNAME.
DATA: fm_name           TYPE rs38l_fnam,     
      fp_docparams      TYPE sfpdocparams,   
      fp_outputparams   TYPE sfpoutputparams.
CALL FUNCTION 'FP_JOB_OPEN'                  
  CHANGING
    ie_outputparams = fp_outputparams
  EXCEPTIONS
    Cancel          = 1
    usage_error     = 2
    system_error    = 3
    internal_error  = 4
    OTHERS          = 5
CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'          
  EXPORTING
    i_name     = ADOBEFORM_NAME
  IMPORTING
    e_funcname = fm_name.
CALL FUNCTION fm_name
  EXPORTING
    /1bcdwb/docparams        = fp_docparams
   IMPORTING
    /1BCDWB/FORMOUTPUT       = fp_outputparams
  EXCEPTIONS
    usage_error           = 1
    system_error          = 2
    internal_error           = 3.
CALL FUNCTION 'FP_JOB_CLOSE'
   IMPORTING
    E_RESULT             =
  EXCEPTIONS
    usage_error           = 1
    system_error          = 2
    internal_error        = 3
    OTHERS               = 4.
it will execute LP01 , but didnt display adobe form.
Please can any one tell me the problem in the code.
I shall be thankful to you for this.
Regards
Pavneet Rana

Thanks for Reply.
Yes i have done it still there is no display of adobe from.
DATA: fm_name           TYPE rs38l_fnam,
      fp_docparams      TYPE sfpdocparams,
      fp_outputparams   TYPE sfpoutputparams.
fp_docparams-langu   = 'E'.
fp_docparams-country = 'US'.
fp_docparams-FILLABLE = 'X'.
fp_outputparams-PREVIEW = 'X'.
CALL FUNCTION 'FP_JOB_OPEN'
  CHANGING
    ie_outputparams       = FP_OUTPUTPARAMS
EXCEPTIONS
   CANCEL                = 1
   USAGE_ERROR           = 2
   SYSTEM_ERROR          = 3
   INTERNAL_ERROR        = 4
CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
  EXPORTING
    i_name                     = ADOBEFORM_NAME
IMPORTING
   E_FUNCNAME                 = fm_name.
  E_INTERFACE_TYPE           = E_INTERFACE_TYPE
CALL FUNCTION fm_name
  EXPORTING
    /1bcdwb/docparams        = fp_docparams
  IMPORTING
    /1BCDWB/FORMOUTPUT       = fp_outputparams
  EXCEPTIONS
    usage_error           = 1
    system_error          = 2
    internal_error           = 3.
CALL FUNCTION 'FP_JOB_CLOSE'
   IMPORTING
    E_RESULT             =
  EXCEPTIONS
    usage_error           = 1
    system_error          = 2
    internal_error        = 3
    OTHERS               = 4.
Please can any one tell me the solution for that.
I shall be thankful to you for that.
Regards
Pavneet Rana

Similar Messages

  • Adobe Form does not display "I am the placeholder control" displays instead

    We are trying to display an Adobe interactive form in IE browser.  Instead of the form, the message "I Am The Placeholder Control"  displays where the form should be.  Any thoughts on the cause of this??  Active X settings have been checked and the PC has been used to display Adobe Interactive forms before.

    Hey David,
    I am also in a similar boat. Having installed and configured the TrustCertificate, i still get a blank for where my sample form should be displayed.
    There are a number of things that need to be done for the Adobe document services to work.
    This weblog outlines some
    /people/achim.hauck/blog/2005/02/04/my-struggles-with-the-adobe-document-services-in-was640
    It is "My struggles with the Adobe Document Services in WAS6.40" by Achim Hauck.
    Hope it helps.
    Sumit.

  • Custom Adobe forms do not display for Certain users

    Custom forms were created and the majority of users can
    display them. Some users are not able to display forms
    unless you give them a new user ID. Role for all forms are
    attached to position, if the role is attached to the temporary user ID it works.  I am looking solutions or possible causes.
    Using ECC 6.0.

    Lolanda,
    Do you know if your users that cannot use the forms have access to the ADSCerts view in the Key Storage service?  Check out slide 26 in the below link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b08aaa7b-b2f3-2a10-5591-f472a273b90a
    -Matt

  • Cyrillic data in Adobe Form could not display in WD Application .

    Hi All,
    I use Adobe Interactive Form Object in WD Application so as to display data in Cyrillic Language for printing.
    I have the problem that in the PDF i cannot display the Cyrillic data ( Bulgarian, Romanian...) but only EN .
    I dont have any problem running my adobe print form from R3 report program.
    Please , i will appreaciate any help.
    Regards,
    Ari

    Hi Thomas & Amit ,
    Thank you very much for your help.
    Tomorrow i will check your advices.
    Thomas how could i check the Adobe Plugin?
    I have problem only when i run adobe in WebDynpro abap view. I use the standart Interactive Form Object. When i run it inside sap (no in the web application) i have no any problem.
    You think there is any font problem with the Cyrillic Languages ?
    Amit i will check you solution and will replay.
    I appreciate your help.

  • Adobe form is not posting data

    Dear Experts
    I am facing problem in vendor creation using adobe form .
    i  developed a remote function module  to create vendor and used Batch Data Communication to update  T Code  XK01 when i execute it runs fine . when we see that vendor using T code XK03 it is seen in the vendor list. but when i create vendor through the form  vendor is not created.
    but when i applied the same procedure  to update a z table through a function module it  works. Please help what to do.
    Thank You.

    HI Mustafa,
    The versions look ok and this should not have happened. Did you upgrade your ECC application from which you are calling Adobe Interactive forms, if so let me know ECC upgrade details.
    Are you using adobe interactive forms for ESS and MSS.
    Did you check the default trace, you can also activate the adobe logs from visual admin
    Go to Visual Administrator for your J2EE engine.
    Server -> services -> Log Configurator.
    Then select 'To Advanced mode' and 'Locations' tab.
    Root Location -> com -> sap -> engine -> services -> webservices -> server -> runtime -> com -> adobe_adobeDocumentServices -> AdobeDocumentServices
    Please change this node to 'ALL' and save configuration.
    All ADS trace will be written in DefaultTrace of server node.
    After you finished your test, don't forget to change log level to 'default'
    If you cannot find any useful information in default trace, please forward it to me.
    Thank You,
    Praveen

  • Adding a new conditon on head via function modul?

    Hi,
    is there a way to add a condition to an order via function module? I mean in customizing we have maintained the calc scheme (and everything else) and assign it to the order. What we want is to add the new condition type to the head of the order via function module. The scenario is as follows:
    We create an order and have on the header a field for a value. If you type a value in the field and press enter the condition should be created and calculatetd. The result is given in the condition tab of the order on header level.
    We try to not do a modifictaion. therefore i am looking for a function module. Is there someone who could help?
      thanks and regards,
           Ming

    Why can't this be done by the pricing configuration?
    There are also pricing user exits available, which are not modifications and exist for this purpose exactly (i.e. when for some reason configuration alone is not enough). See the list here:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erplo/sdUserexits

  • Form is not displaying data

    I am new to forms.
    I developed a form which has two blocks.
    block1 uses the header table and retrieves the header information.
    block2 uses the detail table and retieves the detail information. I joined both of the block using relations. (Batch_Id is common to both the tables)
    I put below condition in WHEN-NEW-FORM-INSTANCE (in form level i.e module)
    go_block('block1);     
    execute_query;
    go_block('block2');
    execute_query;
    I dont know what I missed..My form is not displaying any data(data exist in the tables). I really appreciate your help in this regard.
    Thanks in Advance!!

    Hi,
    Since you :
    1) set the master block to query mode as soon as the form opens
    2) set the relation correctly,
    you need not the two go_block... and execute_query commands , just the first one for the master block.
    As regards the issue that there are no records fetched/displayed in the master block ,
    1) is there any error message...????
    2) is there any where clause set at master' s block...(where clause property)???
    Have you tried to insert a record on master block and two/three on detail and queried them afterwards using your form....????
    Greetings,
    Sim

  • WBS copy via function module "K_PLAN_TO_PLAN_COPY"

    Hi Experts
    anybody please advise whether WBS copy to other via function module "K_PLAN_TO_PLAN_COPY"
    is possible or not in below situation.
    Currently we faced some issue when WBS satus is "TECO", we can not
    copy WBS to another WBS (we want to copy whole wbs into others) by
    function module "K_PLAN_TO_PLAN_COPY".
    So we just change system status from TECO to REL then copy wbs to other,
    however, we could face another issue with this way of copying. (since we
    have to change wbs status, it could cause conflict against other project)
    We want to copy wbs without changing wbs status via function module "K_PLAN_TO_PLAN_COPY".
    Can it be possible? if yes, please advise how to, (settings/conditions/something like that)
    Thank you.
    Satoru

    Hi Satoru,
    The Function Module K_PLAN_TO_PLAN_COPY is not released for customers and therefore it is not intended to be used in customer specific programs or enhancements. For further details, please have a look SAP Note 109533.
    Sorry for not having better news.
    BR,
    Enrique

  • Error during XML inbound via Function Module 'EDI_DATA_INCOMING'

    Hi Team,
    I am facing below error while trying to upload a inbound XML file via Function Module  'EDI_DATA_INCOMING'.
    The control record must begin with <EDI_DC40 segment="1"> instead of
    Message no. EA719
    Diagnosis
    The tag '<EDI_DC40 segment="1">' must be at the start of a control record in XML format, otherwise string '' would be found.
    System Response
    The file cannot be processed.
    Procedure
    Correct file DEV_H\SGIDOCI\MSUTEST\00082_ATT..
    Please suggest a proper solution for the same. If it is because of wrong structure of XML file then please send me correct XML format for file upload.
    Regards,
    Amit Sharma

    Hello,
    It's the error is SAP code.
    Look notes 1616333 and 1535033. Those should fix the error.
    BR, Janne

  • Generic Delta Extraction via Function Module

    Hello,
    i need a help for a generic delta extraction based on a Function Module. As an example i take the function module RSVD_BW_GET_DELTA_DATA.
    My generic delta extractor based on the field AEDAT - Change Date and i will extract purchase service orders and entry sheets.
    In the sample function module the select for the extraction worked with the table ROBWQTSTAT, but this table ist empty after the initialization.
    OPEN CURSOR WITH HOLD G_CURSOR FOR
          SELECT * FROM ROVERCUBE1
                   WHERE COUNTRY IN L_R_COUNTRY AND
                         REGION  IN L_R_REGION AND
                         KUNNR   IN L_R_KUNNR AND
                         TYPE    IN L_R_TYPE AND
                         GJAHR   IN L_R_GJAHR AND
    Here the timerange calculated in form GET_TIME_INTERVAL is evaluated.
                         TSTMP   IN S_R_TSTMP AND
                         OBJVERS = 'A'.
    I found the table ROOSGENDLM. In this table i found the field DELTAID with the last date of the extraction and the field REPEATID with the date for the repead-Update.
    My Questions:
    Is this the right way to build an generic delta extraction with an function module or must i install a coding in my function module for an update of the table ROBWQTSTAT?
    Which settings are needed in the table ROOSOURCE for a generic delta extraction via function module?
    Best regards
    Uwe

    Hi Uwe,
    please have a look at https://weblogs.sdn.sap.com/pub/wlg/2415. [original link is broken] [original link is broken] [original link is broken] It might help
    kind regards
    Siggi
    PS: We already had almost the same question here today.

  • Datasource via function module

    Hi,
    I am building a function that is due to be used by a Datasource (via Function Module).
    This function uses table WDRD. It applies to this table a code that needs the use of an internal table for the calculation (for intermediary calculation storage). After which, I want to get the result of this internal table (say T1_DATA), and return it to E_T_DATA, which will be used to fill my datasource. This is where I am stuck.
    -> When I try to get the content of my internal table in my cursor (code: OPEN CURSOR WITH HOLD S_CURSOR FOR
          select * from T1_DATA
        endif.),
    I get an error message stating the table is not defined in the ABAP dictionary.
    -> When I try to avoid the cursor and put directly the content of my table T1_DATA in table E_T_DATA, I don't get anything in my Datasource.
    Any help would be greatly appreciated.
    Thanks,
    Pierre

    Hi,
    Which structure are you using??
    Are you using the same old structure for this function module as well.
    Have you enhanced the structure with new required fields.
    New extrac fields needs to be added to existing structure if you are using the same or create a new one and make sure that you have all the fields in the structure which you are going to use in the data source.
    You need to take care for the append as well and the issue could be in the code as well.
    Make sure you have written the proper code and just for the new fields done an append
    Thanks
    Ajeet

  • Form does not display all records from table

    Hi guys
    I modified one form that was based on a signle DB table. I removed certain fields from the table and added some extra fields to that table. Then based on the new table I also modified the form and removed the text items related to old fields in the table and added new text items pointing to the new fields now. II have checked all the new items properties and they have don't seem to be wrong or so. But now the problem is the form does not display all the records from the table. before it used to display all records from the table when qureied but not now. It only certain records from the table containing all new data and also old data but the form does not display other records though I don't see any obvious discrepancy. Remember that the before doing the modifications, I have table back for the old, created another table that contained new records for the new fields, and then I inserted the old records and updated the new table data in the new table with these new table values. So this way I have got my new table. Could someone help why the new modified form fails to display all records from the new table updated table though it display some of them successfully.
    Any help will be appreciated.
    Thanks

    hi
    Set the block property of "Query All Records" to "YES"
    hope it will work.
    Faisal

  • The Forms are not displaying correctly

    the Forms are not displaying correctly. Editing mode and printing mode are missing contents of notes/text field (Additional Notes, Background or Need, Project Summary). Second issue is when viewing/printing a Project Profile - Short Form, the text fields
    are shrink, they are not displayed full high to show all the text. It was working with IE9, IE10, but now IE10 and IE11 dont work.

    tested with Google Chrome and that seems to work the best in terms of viewing and printing the forms.
    Then you could try spoofing Google Chrome using a User-Agent string override and Document mode Edge.  Or open  IECompatData.xml  to see if you should have Compatibility View enabling Microsoft's list.  Or report your problem symptom and
    desired override here:
    http://www.modern.ie/report-compat-problem
    Ref:
    http://msdn.microsoft.com/en-us/library/gg699485(v=VS.85).aspx
    Robert Aldwinckle

  • Error in Extraction with Generic Datasource via Function Module

    Dear Gurus,
    Iam working for BI-HR module.We are extracting data with generic data source via function module. The client some more extra fields in already existing DS. So we made a copy of that Function module and tried to create new generic DS, we got error while extraction like "Error occured during the extraction process". Can you please help in resolving this issue, your valuable suggestion would be highly appreciated.
    Thanks and regards
    Arun S

    Hi,
    Which structure are you using??
    Are you using the same old structure for this function module as well.
    Have you enhanced the structure with new required fields.
    New extrac fields needs to be added to existing structure if you are using the same or create a new one and make sure that you have all the fields in the structure which you are going to use in the data source.
    You need to take care for the append as well and the issue could be in the code as well.
    Make sure you have written the proper code and just for the new fields done an append
    Thanks
    Ajeet

  • MAX will not display any installed modules mounted to cRIO-9074 chassis WinXP SP3 LV2010 developer

    MAX will not display any installed modules mounted to cRIO-9074 chassis WinXP SP3 LV2010 Developer Suite.
    I can see the backplane in MAX and Project explorer but none of the modules show up for configuration in the drop down lists.  The LV was just installed on the PC with RT/FPGA/Sound and Vibration. I have Admin and am accessing through a PCMCIA Ethernet card. I have to disable normal wireless Ethernet just to see the cRIO unit at all.

    Well, you actually won't be able to see the C-series modules for a cRIO in MAX.  Take a look at this KnowledgeBase article for a little more information.
    As far as not being able to see them in the Project explorer, are you trying to run in FPGA or Scan Interface?  If you're using the FPGA Interface, you'll have to make sure to expand the FPGA Target tree in the Project explorer to see these modules.
    Regards,
    Austin S.
    National Instruments
    Academic Field Engineer

Maybe you are looking for

  • Load file with encoding UTF-16 into data base with encodin UTF-8

    I want to load a bfile into a clob using dbms_lob.loadclobfromfile. My problem i that the encoding in the file is UTF-16 and the database has UTF-8. Is there a way to convert the character set. I have tried to set the bfile_csid parameter to NLS_CHAR

  • Make-to-order production (assembly processing) - Missing Parts

    Hi Guys During creating an assembly order, availability check comes up with missing parts. Can someone tell me how to proceed from here? I checked the material master fro the missing part and in MRP2, procrement type = x. What are my options, can i s

  • Has Anyone resolved a directory error when backing up to an Airport Disk?

    Beginning on 16 April, Time Machine stopped backing up to my Airport Disk. It still attempts but is unable to get past "Preparing" I can see the Airport Disk in the available disks in TM and I can get to the backups on the disk (oldest is 23 March).

  • Oadutil error under Win2K

    I am trying to debug a Discoverer 3i Viewer install and I am running into a problem with oadutil. Whenever I try to run it I get the following error: "oadutil: .exe must be in your path." This occurs even when I try to execute it from the ORACLE_HOME

  • Related Content Service in HCM

    Hi, I configured a related content service for a custom page but unfortunately the related information does not appear for the page. Does anyone have any idea what am i missing? We are running on PeopleSoft HCM 9.1/PeopleTools 8.50. Anand