Issue in Aadobe Forms

Dear all,
As my requirement is an interactive form the fillable field of import parameter /1bcdwb/docparams has to be set to 'X'. When I do the same, it is giving the following information message 'Adobe document services error: Processing Exception during a "UsageRights" operat (200101)' .
And if we set fillable field to 'N' .Then there is no error but after making changes and trying to save the same it is not saving the changed values.
Kindly help me out in this regard.
Regards
Jiku

It is some thing related to License problem. Do you have License for Interactive forms...?

Similar Messages

  • Issue in HR Form editor.

    Hi experts,
    I have an issue with HR form editor  Tcode PE51. In form ZF50 the requirement is to add a certain text message when wage type is '2041' in RT table and the employee is getting ticket fare for that month.
    If I define a text module and create a rule for that, the mesg is displayed even if the condition is false.
    Is there any other way to do this?.
    Am I looking into right table? Or is there any other table to look for .
    Please help out.
    Thanks in adcance,
    Aisha.

    Hi Go through this link:
    http://www.scribd.com/doc/13290112/SAP-Printing-remuneration-statement-Pay-slips-using-HR-Forms

  • Cardinality Issue - WD Model (Form) Integration with BAPI

    Hi -
    We have an issue with our forms editable fields are getting disabled (read only, we can not enter data) even though we have proper properties set.
    Our developers are looking into a possible cardinality issue i.e. our form fields are test field and have a cardinality of 0..1, where as our bapi structure is showing a cardinality of 0..n for the corresponding field in bapi.
    We had internal table as an export parameter so we though may be because of that we are getting 0..n. However we have changed the internal table to a type of structure and recreated a model mapped all the controller and context nodes back to the new structure and still get 0..n cardinality.
    We have already researched on SDN logs and did not find any relevant answers.
    Any one have any idea please make our weekend happy Developers are really working hard on Friday to close on this before they go home.
    Thanks
    Shahid

    Hi Shahid,
    If the context node cardinality is 0...1 or 0...n then you need to first create or bind an element to the node to make the form fields editable to which those nodes are bound to. If it's a model node then you need to instantiate a new model node object and bind it to the node e.g.:
    Bapi_xxx_Input input = new Bapi_xxx_Input();
    wdContext.nodeBapi_xxx_Input().bind(input);
    Or if it's a value node then you need to instantiate the node element as below:
    wdContext.nodemyNode().addElement(wdContext.nodemyNode().createElement());
    Hope this helps.
    thanks,
    Dipankar

  • Performance issue in ORACLE FORMS

    I USED REF CURSOR TO LOAD DATA TO NON DATABASE BLOCK. IT GETS AROUND 50 MINUTES TO LOAD DATA.BUT IN SQL PLUS I RUN THIS QUERY WITH SAME PARAMETES.IT SHOWS RESULTS VERY QUICKLY.(INDEXES ARE ALREDY CREATED ).
    WHAT CAN BE THE ISSUE TO TAKE LONG TIME TO VIEW DATA IN THE FORM.
    CAN ANY BODY HELP TO SOLVE MY PROBLEM.
    THANKS.
    GO_BLOCK('BILLED_CALLS_P');
    FIRST_RECORD;
    OPEN V_C2 FOR SELECT BILL_DATE,TOLL_CHRG_NUM,TERMN_NUM,CALL_DATE,BILL_DURATN,CHRG_AMT,CALL_TYPE_CD,PLACE_NAME_CD,BILL_NUMBER,
    CALL_REC_NUMBER,TRUNK_ID1,TRUNK_ID2,SWITCH_CODE,TIMING_INDICATOR
    FROM BILLED_CALLS B
    ,DIRECTORY_NUMBERS D
    ,PACKAGE_SUBSCRIPTIONS P
    WHERE
    B.TOLL_CHRG_NUM=D.SERVICE_NUMBER
    AND B.TOLL_CHRG_NUM=P.SER_USR_SERVICE_NUMBER
    AND D.PRE_PAID='N'
    AND P.PAC_PACKAGE_CODE=:TXTPACKAGES
    AND B.CALL_TYPE_CD=V_NUM AND B.CALL_DATE BETWEEN vfdate AND vtdate
    AND (ROWNUM<=v_rownum OR v_rownum IS NULL);
    LOOP
    FETCH V_C2 INTO :BILLED_CALLS_P.BILL_DATE,:BILLED_CALLS_P.TOLL_CHRG_NUM,:BILLED_CALLS_P.TERMN_NUM,:BILLED_CALLS_P.CALL_DATE,:BILLED_CALLS_P.BILL_DURATN,:BILLED_CALLS_P.CHRG_AMT,:BILLED_CALLS_P.CALL_TYPE_CD,:BILLED_CALLS_P.PLACE_NAME_CD,
    :BILLED_CALLS_P.BILL_NUMBER,:BILLED_CALLS_P.CALL_REC_NUMBER,:BILLED_CALLS_P.TRUNK_ID1,:BILLED_CALLS_P.TRUNK_ID2,:BILLED_CALLS_P.SWITCH_CODE,:BILLED_CALLS_P.TIMING_INDICATOR;
    CREATE_RECORD;
    EXIT WHEN V_C2%NOTFOUND;
    END LOOP;

    the difference in time is that you doing the following additional tasks in forms that you dont do in sqlplus:
    1. you are retrieving data into the fields of the form.
    2. creating the record.
    which is a network round-trip for each record. AFAIK.
    if its an option for you, I would create a global temporary table and then populate the temporary table with the required data. Then build a base table block based on the global temporary table. This way you can use the forms default functionality and its fast because you dont have to populate all the records on the form before you see the first record!
    :>)

  • Performance issue with Adobe forms

    Dear SAP Experts,
    We have the following issue/requirement from our client. The client is on SAP ECC 6.0 - production environment.
    The client is highlighting  performance issue while accessing the adobe forms for HR and FI business process ( both static and interactive ).
                    Examples are
        FI – Invoice Approvals
                    HR – Job Salary Change
    The client is asking us to provide best practices surrounding:
    1.       How to improve the performance of the adobe forms while accessing in SAP.
    2.       Is there any other technology which we can use in SAP to replace the adobe forms which has better performance factor.
    3.       Are there solutions such as webdynpro floor plan manager, UI Fiori which can be alternately used?
    Regards,
    Sakthi

    Hello Priya,
         Adobe forms are easy to develop and much more comfortable than SAP Scripts and Smartforms. Initially they are a bit difficult but once you have your hands on, they are the most simplest things in ABAP.
    Performance in Adobe forms is a mix of both fine tuning the Layout as well as back end coding.
    Performance in Adobe forms cannot be done overnight. A lot of care has to be taken during the initial stage of development.
    As far as my experience is concerned, please consider the below points while developing SAP Adobe forms.
    1) Avoid Scripting (Javascript/Formcalc) as much as possible inside the form. It drastically reduces the performance and makes the form to execute slower. If you still want to use scripting(which cannot be avoided for some requirements), use Formcalc since it is comparatively faster than JavaScript.
    2) Try to avoid the coding inside the Form Interface. You can always handle the maximum coding in the Driver program and pass it to the form.
    3) Use Form Caching.
    For forms that have fixed layout, its a good way to increase the performance of form rendering. In the layout, go to Form Properties. Then Click on Defaults tab and select Allow Form Rendering To Be Cached On Server. Then Click OK.
    For forms that have flowable or dynamic layout, render the forms on the client side because it improves performance.
    Last but not the least, please go through the below post by Otto Gold which is worth a read at least once.
    How to write a messy form

  • Issue with External Form Repost in Testing Environment

    Please help!
    We are attempting to add an Eloqua repost to our webform on https://www.2checkout.com/signup. We are a payment processor and therefore, our customer admin area, of which this page is a part, must maintain various compliance standards. With this in mind, we are testing the repost in our test environment, which sits on https://va.test.2checkout.com. I've double-checked and our eloqua tracking scripts are picking up these pages.
    When we run the repost, the line of code to get the GUID - 
    elqQ.push(['elqGetCustomerGUID']);
    is erroring. I've attached a screenshot.
    For reference, we're using the code illustrated in Thomas Reyto's Topliner's post: http://topliners.eloqua.com/community/do_it/blog/2012/04/17/how-to-repost-an-externally-hosted-form-to-eloqua.
    Any assistance in determining the issue would be most appreciated! As mentioned, we really want to get this working in the test environment before we push it live, as it could break our sign up process otherwise.
    Thank you Topliners!

    Jennifer Comisford the JavaScript snippet to include elqcfg.min.js on your page?  The waituntilCustomerGuidIsRetrieved function is defined in the elqcfg.min.js tracking script.  From the error it looks like your page has not loaded the file correctly.
    <script type="text/javascript">
        var _elqQ = _elqQ || [];
        _elqQ.push(['elqSetSiteId', '#########']);
        _elqQ.push(['elqTrackPageView']);
        (function () {
            function async_load() {
                var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
                s.src = '//img.en25.com/i/elqCfg.min.js';
                var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
            if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
            else if (window.attachEvent) window.attachEvent('onload', async_load);
    </script>

  • Issue with Adobe Form Layout

    Hi,
    I have an issue with the Adobe Form Layout.Although I have added a field in the Context Menu of the Form Builder but the context has not been added to the Data View.
    Could you please help me to understand how to include the parameters and structures that we define in the context and add them to the Data View in layout?As far as I know, it is done automatically.But in this case I don't understand what the problem is.
    Please help me.
    Thanks,
    Sandeep.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jul 14, 2009 4:10 PM

    it is normally done automatically. Do ANY of your fields show in your DATA VIEW? Or, are you just missing the new one?
    If you're only missing the new one, make sure your Context has the field defined correctly and generated.. Then make sure you have updated the mapping in your View Context and generated that.
    After those 2 things, your field should now show.
    You cannot, as far as I know, define an attribute as any sort of TABLE - we have a common structure that has several Table Types in it. When we import that structure, we have to delete those attributes and create Nodes to mimick those tables.
    If you've accidentally included a Table type as an attribute, you won't see any fields in your Data View.
    EDIT: by the way, there's an Adobe Interactive Forms Forum where you should ask these kinds of questions.
    Edited by: robert phelan on Apr 2, 2009 8:51 PM

  • Issues concerning electronic forms in Acrobat 7

    If anyone has some expertise in the way electronic forms
    react in version 7, maybe you can help me.
    No problem building the form and fields generally work fine. The form is designed to fill electronically but print for mailing.There are three distinct problems I run into when I tested the fill and print options:
    1) Even though it's not supposed to, the form retains the information in all the fields, even after closing out the browser and reopening. Browser is Explorer 6.0, running on XP.
    2) I created 2 value fields, which work fine, but print with a color in the field. This is different than the color one can assign to a field, and I assigned no color to all the fields, but I still get a color on those 2 fields. And the color changes, too - sometimes it's light blue, sometimes dark blue (both from the same test system), and from a different computer it prints light purple!
    3) It takes a long time to print. The original document is created using InDesign CS2, converted to PDF and then the fields are added. The problem seems to be in the flattening of the document, which takes awhile. I figure there must be a way to optimize the printing, but nothing I've tried has made a difference. There are some graphics placed in the original ID file, including a gradient color area (part of our branding which I need to retain).
    Any help will be greatly appreciated.

    > 1) Even though it's not supposed to, the form retains the information in all the fields, even after closing out the browser and reopening. Browser is Explorer 6.0, running on XP.
    The user can control the autocaching and autocomplete by Arcrobat and Reader. The author of the form can disable this bahavior for the distributed form using JavaScript.
    Adobe Reader 7:Minimizing Exposureof Personal Information on Public Computers
    > 2) I created 2 value fields, which work fine, but print with a color in the field. This is different than the color one can assign to a field, and I assigned no color to all the fields, but I still get a color on those 2 fields. And the color changes, too - sometimes it's light blue, sometimes dark blue (both from the same test system), and from a different computer it prints light purple!
    This is usually a print driver issue.

  • Issue in adobe forms scripting.

    Hi Guys,
    I'm trying to create here an Interactive form embedded into a Wed Dynpro Java application. On the Interactive form i simply have a Text Field and two buttons.
    On the click of one button, the Text Field should get Invisible, and on the click of the second button the Text Field should be visible again. When in the NWDS, in the Livecycle Designer i try to look from the Preview PDF tab, the functionality works perfectly fine and i get no issues whatsoever. But when i deploy and open the same application in Internet Explorer this functionality does not work. I have tried testing this using IE 7 and also IE 8, along with different versions of adobe reader(8 and 9) but nothing seems to work.
    For Button1 to make Text Field invisible i have doen the scripting as below:
    Subform.TextField.presence = "hidden";
    and, for the Button2 to make the Text Field visible again i have done the scripting as:
    Subform.TextField.presence = "visible";
    If somebody has any idea, kindly help me find where I'm going wrong.
    Thanks,
    Abhishek Goel.

    Hi ,
    Set the property of the interactive form dynamically.
    wright the below code in wdDoModifyView()
                   if(firstTime){
         IWDInteractiveForm Form = (IWDInteractiveForm)view.getElement("ID of Interactive Form Ui Element");
         Form.setDynamicPDF(true);
    Also use the complete path for the visibility setting like if your Text field is under BodyPage->Subform->TextField
    Then use
    BodyPage.Subform.TextField.presence = "hidden";
    Regards
    Ravindra

  • Issue in Print Form

    Hi,
    I have created a print form using Adobe LiveCycle designer 7.1 on SAP ECC 6.0 version. The requirement is to mask first 5 characters of a text field (SSN) on the form while displaying but when printed it should print whole SSN.I have used Javascript option to run at client. In the initialize event, I am changing the value(rawValue) to the masked one(for eg. XXXXX9999).In the prePrint event I am passing the correct value of SSN and again in the postPrint event I am changing the value of SSN to the masked one.The form type is set to Print form and Dynamic PDF.I have created a custom program in SAP to creae PDF and download on to the local machine.
    Now the issue is...
    1)When I opened the downloaded PDF and pressed the print button, the whole document goes blank. This is happening in Adobe Reader 7.0.9.
    2) It works as expected with Adobe Reader 8.1.1 but when I close the document it gives error message like - instruction 0XX.. could not be written to memory.
    I have also tried to hide to set the presence attribute to "visible" in prePrint event and to "invisible" in postPrint event instead of changing the value of the field but same issue is happening with Adobe Reader version 7.0.9.
    I need this to work on any version(7.x or 8.x) of Adobe Reader. Please help.
    Thanks,
    Raghu

    Dear,
    print preview and physical printout are two different things.
    PrintPreview:
    The data stream will be sent to the frontend and rendered with windows-fonts etc (for backend prints a simulation).
    Printout:
    Frontend: You need a printer, that maps the character, you have to use SAPWIN or SAPWINCF when using cascading fonts. The rendering will be done in the windows spooler.
    Backend: Your printer needs also a mapping (look like something with UTF8). Also the printer needs the fonts installed because the rendering will be done in the printer!
    If you use the pdf-printer in SAP, you need to upload all necessary fonts (TTF) for the pdf-composer. Also you need a unicode pdf printer for that.
    Regards,
    Christian

  • Issue: Saving dynamic form as reader extended (to allow saving) causes certain header rows to repeat

    I use LiveCycle to create electronic forms/worksheets for the group I support at work.  I've had two worksheets have this issue recently.  One I was able to fix by going to my previous version, re-editing, and re-saving.  The other continues to be a problem.  The worksheet is dynamic, and has several add row features.  The form continues to work fine, but the header rows in certain tables repeat when saved as a reader extended file which allows my users to save the form (required for our work).  I've completely re-done the worksheet from scratch, as well as re-editing from previous versions with no luck.  The best I can do is get repeats to change header rows.
    This is the dynamic file prior to saving as a reader extended document:
    And after:
    Any suggestions on how to fix this issue?  I can't spend hours re-creating the entire document if its just going to happen again...
    Thanks.

    The entire worksheet was created in Design View - so all the script written was done automatically by LiveCycle - The tables all exist with a single row to start, and rows have the ability to be added dynamically.  As far as the scripts referencing header rows, I do notice that the header rows in each table are all named the same ("header row") in the script - could this have caused a glitch?  In the hierarchy chart, they are separated out by a bracketed number, so it seems to realize they are separate.  But let me try renaming each one separately...
    Well that worked!  Its the first time I've been able to Extend the document without extra rows on this version of the worksheet!  So all I did for future users, was to make sure each Header Row was specifically named differently - so HeaderRow1, HeaderRow2, etc.
    Thank you so much!

  • Issue tabbing through form fields on Adobe Reader 9.2

    Hello everyone.  I am having an issue that I am hoping someone can assist me with.  We are currently using IE6 and Reader 5.5 in our production environment and we are currently testing IE8 and Adobe Reader 9.2 for deployment.  Our company uses a web portal where we have many pdf forms that open within a web browser. The problem we are experiencing is that when tabbing through fields on the pdf, the cursor will eventually cycle down to the end of the form and then start cycling through to the top of the browser (toolbars, address bar, search bar,etc) before finally returning to the pdf document's fields.  Is there either a setting in the reader or maybe even IE which controls this functionality and will limit the tabbing to only the pdf form?  Or does anyone know of a method of limiting the tabbing functionality to only work within the pdf document itself when opened within a browser?
    Any help on this is greatly appreciated.  I have looked through all the reader preferences and do not see anything directly related to this.  Thank you very much in advance.

    I guess by QTP you mean HP Functional Testing 11. This is really something to take up with HP, it's the job of monitor software not to crash.

  • Text field issue in Sub Form

    Hello Experts,
    I am creating my very first Adobe Form for my client. I have created a subform with "Flowed" content. I have one Text Field in that sub form. When I try to place the second Text Field adjacent to that, it's not letting me do that. It's placing the Text Field under the first one. Can you please let me know how to overcome this issue?
    Thanks a lot for your help. I did search and could not find any solution for this.
    Also, I tried to change the position manually, but the X: and Y: positions are greyed out for me in Layout pallette.
    Edited by: sam jose on Apr 28, 2011 6:04 PM

    Hi sam,
    When you have selected the sunform to be "flowed" , there is an adjacent field where you mention the typr of flow - 'Top to bottom ' or 'Western text' . If you specify as 'western text' then you could get the desired result. you can use rectangles etc for any alignment based on your layout requirement.
    Soha.

  • Date Format Issue with Interactive Form

    Hi, here is the scenario:
    -We just upgraded to SP17 from SP15
    -I'm using Livecycle Designer 8.0
    When we were on SP15, this was not an issue.  I was wondering if anyone encountered this problem and if so, if there is a workaround?
    I create an interactive form to start a guided procedure process.  Im passing the data from my desktop Interactive form to another callable object in GP to send an email with the PDF attached.  This all works correclty. 
    My date/time fields are set to type DATE with a display pattern of YYYY-MM-DD.  When I create the form in the GP administrator to my desktop and open the PDF, the date format is correct. However, when I submit the form to start the process, the incomming date fields to be mapped to my second Callable Object have change in format from "2009-02-18" to  "Wed Feb 18 00:00:00 EST 2009".
    This is true in the new form I receive via email, and also in NWA->monitoring->guided procedures when I check the instances.  The input mapping is already set to the false formatting.
    When I open the form from the second callable object with the incorrect date format (in designer), the date's display patterns are set to YYYY-MM-DD but are not being displayed as such.
    New discovery....I tried to create a Business Logic callable object and format the date.  I created a string input and date output and mapped them accordingly.  When I perform a "TEST" from the design time and use the input "Wed Feb 18 00:00:00 EST 2009", the string is automatically converted to 18/02/2009 in the output, which is what I want to occur.  The only problem is when I run the actual process, the same "Wed Feb 18 00:00:00 EST 2009" is being output instead of the 18/02/2009 in the TEST.
    Anyone have any ideas?
    Thanks.
    Edited by: Warren Clements on Feb 26, 2009 2:20 AM

    This test program might help...
    import java.util.*;
    import java.text.*;
    public class ExpandYear
        public static void main(String[] args) throws ParseException
         SimpleDateFormat sdf_2dyear = new SimpleDateFormat("MM/dd/yy");
         SimpleDateFormat sdf_4dyear = new SimpleDateFormat("MM/dd/yyyy");
         String test1 = "3/21/00";
         System.out.println("test1: " + test1 + " to : " +
                      sdf_4dyear.format(sdf_2dyear.parse(test1)));
         String test2 = "4/9/99";
         System.out.println("test2: " + test2 + " to : " +
                      sdf_4dyear.format(sdf_2dyear.parse(test2)));

  • Issue in XML Form Builder

    Dear Experts,
    i am new to XML Form Builders in Portal, so i have started with this document as my first form:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a?QuickLink=index&overridelayout=true
    but i have come across two issues can you please guide me to troubleshoot this issue's:
    Issue 1:
    I have made changes as per the document but as per the document (refer page: 17, 2. point)
    refer this image from document: http://imageshack.us/photo/my-images/825/xmlerror1.png/
    New> Form>?,   here my created News is not displayed
    But it show like below:
    http://imageshack.us/photo/my-images/839/xmlerror2.png/
    As shown in the image no News form that I have created?
    Did I miss anything?
    Issue 2:
    As per page 18 from same document:
    Path to Initially Displayed Folder:      /documents/myNews
    Path to Root Folder for Navigation:    /documents/myNews
    I have created Iviews with the same pathu2019s and when I Preview I am getting the error  as below:
    Item not found
    /documents/myNews
    The item you are attempting to access is not available. Check that the name or link is correct. You might also check whether the associated repository is currently accessible.
    It seems that I am completely in wrong track can someone guide me in right direction to solve this both the issues.
    Full points will be awarded for sure!
    Regards,
    Mahesh

    Hi,
    Please read and try to understand the concept; give yourself some time. Try to understand what an XMLForms project is and how this differs from content based on such a project.
    > Path to initially displayed folder : /documents/myNews
    > Path to root folder for Navigation: /documents/myNews
    These are just two settings for the KM navigation iView; you can read the (different) meanings on help.sap.com. But in short words: You just configure to which folder the KM navigation iView points to. That's all.
    > so here it pointing to both newly created folder for saving the form created by the end users
    If you have the iView, it is a KM nav iView pointing to this folder. Now an "end user" - it is: an author - can call this iView and can create content based on the XMLForms you have created before (Folder - New - Forms - ...). That's all. That works. End of story. Afterwards, XMLForms content objects based on your project are to be found in this folder.
    > but this folder "myNews" does not contain the form which i have created
    You have created an XMLForms project. Period. You can ("author" iView!!!) create content based on your project in that folder.
    > so how do the end users see my form in first case.
    ??? Really, you have to be much more precise if you want to survive in IT... What is your "end user"? We are talking of an author iView. In that cas it is an author. And under "Folder - New - Forms - ..." there is the possibility to create new XMLForms content based on the project you have created. (That you have said by yourself - issue 1 was gone!!!)
    There is nothing more to explain. That it everything. I really don't see your or any problem any more.
    Detlev

Maybe you are looking for

  • My music won't play on iTunes Radio or my music. How do I fix this?

    My music won't okay from both, iTunes Radio and my music. How can I fix this?

  • Can't copy Iphoto library from external drive to hard drive

    I have a 210 gig iphoto library that I am trying to copy from an external hard drive with 440 gig of avaliable space. I am getting a message say it can't copy because there is not enough space. The math doesn't add up

  • Service not running logged an alert?

    Hello, There is a service on a Linux machine I don't want it to run. I am getting an alert from SCOM: Alert: SUSE Linux Enterprise Server 11 Process Klog Monitor Alert Resolution state: New Source: SUSE Linux Enterprise Server 11 (x86_64) Path: Serve

  • Exit variable not working in web URGENT

    Hello Gurus,   I have a exit variable off fiscper.  If I execute the report containing this variable in rsrt, rsrt2 or excel it works fine.  When I click the execute in web from query designer it returns '#' every time.  I tried logging out and every

  • Direct exchange line?

    Hi, I'm not a current BT customer, but my line is provided via BT (although  I do not pay you directly, I am a BE customer) and I would very much like to get Infinity when it becomes available. I live near the Morpeth exchange (NEMP), in an area whic