Modification in form

hi,
   i am working on Sapscript and have to do changes in PO layout and cheque layout..i want ot clear some doubts,clear me if i am wrong:
(1) system i am working on has no data and no printer configured now,so as per me,i cannot start with the modification until data migration has taken place,as i won't be knowing which all text elements are called from the standard form and which all data is flowing into the form from the standard print program.
(2) if i am wrong then what is the way to start the modification before data migration..

hi hans,
          without debugging the form how will i know which text element gets triggerred when and what are the data that is flowing into form and there source...and this can be done only when there is some data in the system..
correct me if i am wrong...

Similar Messages

  • Form modification: Old form appearing

    Hi,
    We made some changes to the existing form layout. In the quality system, sometimes instead of new layout
    old form layout is coming up. Any idea on why this is happening?
    Thanks,
    Aravind

    Hi Arvind,
    If you think it may be cache problem then check the below property of the form:
    1. Open the form layout in SFP.
    2. Go to edit->form properties in designer menu.
    3. Go to performance tab and check the property "Allow form rendering To be cached on the server".
    It should not be checked.
    Regards,
    Vaibhav

  • Modification in form template  (Move List)  using ALD (help)

    Hello,
    In the form named  "Move List", as you see in the line items , we have for every line item contains :
    - Line Item
    - Source Logistics Area
    - Product ID Product Description
    - Open Quantity/ Open LU Qty.
    But the problem is, for example(lets take somme columns in the table ) :
    Line Item------ Source Logistics Area------ Product ID Product Description---- Open Quantity/ Open LU Qty
    10--AA11product1--3
    20--AA11product2--1
    30--AA11product1--2
    We want to group by product (same products) by summing the quantities like this : (3+2=5)
    so we will got just two line items :
    Line Item------ Source Logistics Area----Product ID Product Description--Open Quantity/ Open LU Qty
    10--AA11product1--5
    20--AA11product2--1
    Please can you show me how to do that in adobe designer
    Thanks,
    Edited by: Mohamed ELBEQQAL on Mar 6, 2012 12:53 AM

    Hello,
    In the form named  "Move List", as you see in the line items , we have for every line item contains :
    - Line Item
    - Source Logistics Area
    - Product ID Product Description
    - Open Quantity/ Open LU Qty.
    But the problem is, for example(lets take somme columns in the table ) :
    Line Item------ Source Logistics Area------ Product ID Product Description---- Open Quantity/ Open LU Qty
    10--AA11product1--3
    20--AA11product2--1
    30--AA11product1--2
    We want to group by product (same products) by summing the quantities like this : (3+2=5)
    so we will got just two line items :
    Line Item------ Source Logistics Area----Product ID Product Description--Open Quantity/ Open LU Qty
    10--AA11product1--5
    20--AA11product2--1
    Please can you show me how to do that in adobe designer
    Thanks,
    Edited by: Mohamed ELBEQQAL on Mar 6, 2012 12:53 AM

  • Error in Adobe form based in a xml interface when changing data element

    The adobe form is called from a web dynpro.
    The adobe form contain a page and subforms (positioned y flowered).
    The form worked out perfectally.
    Then edited a descriptive text in a data element, from se11.  The form continues worked out correctelly.
    Then modify a fixed text from the form.  The form is activated.
    Since this modification, the form stopped to work out, informing the following message:
    "WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server".
    I have updated the nodes of the web dynpro, the xml interface of the form, is all activated and this is still not working.
    Someone could help me? Does anyone know what it could be happened?
    Is there a way to re-generate the form?
    Thanks you very much.
    Regards,

    The data element is char 4.  I have only changed descriptive texts.
    I have take take all the objects to the previous version (data element, wd view, interface xml, adobe form), and the form is still not working.
    Do you have another posible solution for this?
    Thanks you for your answer.
    Kind regards,

  • Enable Commenting on Interactive Form

    Hello,
    I am a bit of a newbie in javascript programming but I have been using Livecycle to design basic forms.  On the basic forms I created, I had no problem allowing the user to attach a file.
    Just recently, I created a dynamic interactive form that works great (I started the design on Livecycle 8.0 but just recently upgraded to version 8.2 that came packaged with the Adobe Acrobat 9 Pro Extended).  I have opened the finished form on Adobe Acrobat, extended reader rights, however, in Reader, it is not allowing attachment of file (basically---not allowing commenting).  [NOTE: I am using reader version 9.1].  I went back to Acrobat to make sure I did the reader rights enabling correctly and copied the complete message below.  I don't know why under the Note below it says that security permissions already exist that do not allow commenting.  I looked at the properties of the form on Livecyle and under PDF Security, both boxes to restrict document opening with a password AND restrict printing and editing of document with a password are both unchecked.  So it does not seem that there are restrictions.  I don't know why it's behaving this way.  Can someone help me?
    Thank you.
    MESSAGE from Acrobat when extending Reader Rights:
    The following features will become available for this document when opened in
    the free Adobe Reader.
    - Save form data (for a fillable PDF form only)
    - Sign an existing signature field
    - Digitally sign the document anywhere on the page (not available for XML
    forms; only supported in Adobe Reader 8.0 or later)
    Note: Security permissions already existing on this document do not allow
    commenting or signing the document other than signing existing signature
    fields. Once Reader Enabled, certain functions, such as editing document
    content or inserting and deleting pages, will also be restricted.

    Well, it's a bit more complex.
    Acrobat Pro does allow forms to be reader extended for commenting.  In fact, the rights include form fillin and save, creation and modification of form fields (including adding digital signtures), applying a digital signature and adding comments.  But there are two other things that can be getting you:
    You can't put comments on a dynamic form... only static or pdf artwork
    You can attach files to a PDF in one of two ways.  The first is an attached file in a comment.  The second is as an embedded/attached file (this is the file support that is now called portfolios).  There is a Reader Extension right called "additions and changes to embedded files" that is needed for this.  It is only available through the server-based Reader Extensions and not in Acrobat.

  • How to Return a value to a 10g Oracle Form form a Web Service Call

    I've read the demo available from Oracle, 'Calling a Web service from Oracle Forms', that shows how to invoke a call to a Web Service from a Form. The demo only shows how to do a call and how to display messages. I've done some searching, but can't seem to find any examples of how to return a value from the call into a field on the form. If any one could provide an example of that, I would greatly appreciate it.
    We are in the process of modifing a form and we would like to use a webservice, which we have never done before. We have created a webservice which calculates a value based upon what is entered on the form and we want to pass that calculated value back to a field on the form.
    This is the code provided by the demo to do a call.
    DECLARE
    jo ora_java.jobject;
    xo ora_java.jobject;
    rv varchar2(100);
    ex ora_java.jobject;
    BEGIN
    JO := SendServiceSoapClient.new;
    RV := SendServiceSoapClient.sendMessage(JO,:BLOCK3.PHONE_NUMBER, :BLOCK3.MESSAGE_BODY, xo, xo);
    EXCEPTION
    WHEN ORA_JAVA.JAVA_ERROR then
    message('Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR);
    WHEN ORA_JAVA.EXCEPTION_THROWN then
    ex := ORA_JAVA.LAST_EXCEPTION;
    message(Exception_.toString(ex));
    END;

    In the future, please be sure to include the exact product versions you are using. In this case, also be sure to include the java versions you are using to build your java code.
    http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
    Regarding your question, take a look at this older white paper which discusses integrating Forms with SOA.
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/forms-soa-wp-1-129441.pdf

  • Problem in navigation while using Form Alert

    Hi all,
    I've created a form,where i used a Alert in trigger for some text item. If users puts wrong information in text item alerts get populated.
    Now i need to allow user if he clicks OK he can modify the text item without clicking a mouse into the text item.
    Here am facing the problem whenever i click on OK button the cursor gets vanished and i have to manually clicks the mouse to the text item for modifications.
    Please help me...

    Hi,
    I've created a form,where i used a Alert in trigger for some text item. If users puts wrong information in text item alerts get populated.Now i need to allow user if he clicks OK he can modify the text item without clicking a mouse into the text item.
    Here am facing the problem whenever i click on OK button the cursor gets vanished and i have to manually clicks the mouse to the text item for modifications.>
    Forms Version?
    Did you try GO_ITEM, after the Alert, to set focus on the item?
    Cheers,

  • Error while explicit creating relation object

    Hello all ...
    i am using forms6i i.e. 'Forms [32 Bit] Version 6.0.8.8.0 (Production)'
    on Windows NT.
    it is not such a big problem, but ofcource affecting work.
    i am modifying a form that has a master block and five child blocks,
    while i am trying to create another child block with implicit relation,
    it creates block but wizard does not goes to next screen i.e to choose
    canvas etc., rather it creates only block and comes to object navigator,
    and does not create any relation and hence no associated triggers.
    even if i try to create a relation explicitly, it gives error:
    'Error while parsing join condition.'
    while i am sure the join condition is allright.
    when i tried to create a new form with exactly these blocks, it works
    fine. the situation is only arising when modifing a form.
    if anyone can suggest a solution, i'll be thankful.
    regards,
    aamir.

    Hi Yash,
    Check out the below thread:
    [activation of the Datastore Object.|error in ODS activation/export datasource;
    Hope it helps you!
    Please reward points if helpful
    Manish

  • Badi at BP creation/change

    Hi all,
    I'm looking for a BADI where I can default fill a field (field 'search term' should be equal to the first name of the partner) of a business partner at save (creation & change).
    I have already found several Badi's but in none of them I can change fields (only importing parameters).
    Or can I call a function in a Badi that immediately updates the partner fields. I have tried this but when creating, the partner is unknown at that point (which is obvious)...
    Many thanks for any help!!

    Hi Siegfried ,
    Doing memory modifications at save time is not a recommended feature , bacause this can cause inconsistenceies. That's why, there is no module which allows you to modify the contents of memory.
    You would need ao make a small modification to achieve the same.
    This modification must be done earlier in the flow.
    How are you creating the BP's ? If you are using transaction BP, then the solution to this will be to make a small modification in form bup301_pai, include LBUD0F00. Just write the line
    BUT000-BU_SORT1 = BUT000-NAME_FIRST.
    THis will assign the first name of a person to search term 1.
    For organizations, use field NAME1 instead of NAME_FIRST.
    For other cases (such as creation using BAPI), BUP_MEMORY_BUT000_FILL might also help. Before calling this, you should get the memory contents using BUP_MEMORY_BUT000_GET (assuming you know the partner number by now), and then call fill with ALL the data you got from BUP_MEMORY_BUT000_GET, and the modified search term.
    Best Regards,
    Rishu.

  • Update

    how can i update more than one column at a time .
    i need the query i have a problem with apply changes button in the form
    can any body help me out .

    i had the columns candidate_name,skills,specification,rate,contract_period,location,dummy,temp.
    dummy column is primary key i have used this column for check box and written delete code in processor working fine and for temp column i have used edit link it is working fine.when cliking on edit user do some modifications in form when click on save changes button it should update.i have created a button save changes and written in processor code like this
    update filled set candidate_name=:p8_candidate_name,
    skills=:p8_skills,
    ......................(filled is table name)
    where dummy=:p8_dummy.(check box column containing primary key)
    but the columns are not updating what should i write in where clause to update all the columns.if i compared with candidate_name in where clause except candidate_name which is containing same name all column are modifying so what should i compare in where clause.
    Message was edited by:
    sarweshwar
    Message was edited by:
    sarweshwar

  • Another user-modified table  'Items' (ODBC -2039)

    I have a problem with the Items object. I have a folder on the Item MasterData  form and a extra table that stores the info from that tab.
    When I try to update an item i get this error message :
    Another user-modified table  'Items' (OITM or OITW) (ODBC -2039)
    I can update items normally if my addon is stopped. I have read something about a similar message about PO, but I get the error on all items( even newly added ones) so I don't think it's about them being involved in PO.
    Any ideas on this matter ?

    Hi,
    I faced a similar error once, i also modified the Item Master screen and added a tab with an extra table, then i was modifing the FORM MODE explicitly.
    If ur are modifing the FORM MODE explicitly we may get this error.
    Vasu Natari.

  • E-Business Suite Customization license

    Hi,
    Currently, we want to implement EBS R12 especially in finance area. however we need to develop some customization and we are not sure what kind of license do we need besides the EBS itself.
    Our customization objectives are:
    - create new table/procedure, update table in same EBS instance
    - create new report with oracle report
    - create new form with oracle form
    I received a license document for "modification to database" criteria, "modification to form/report" criteria that consists of Oracle database license, Oracle internet application server license, Oracle Development Tools & Technology license. There is a statement said "restrict-use" license can be used. however we are not sure how far is "restrict-use" license is useful.
    Is there anyone can share with me based on your experience, what licenses are matched with our need?
    many thanks
    regards,
    Hansen

    For a new table, new form and new report, you will typically need the following technology stack licenses in addition to Oracle EBusiness Suite licenses:
    1. Enterprise Edition Database License
    2. Application Server Enterprise Edition License
    3. If the report is going to be XML/BI Publisher - then BI Publisher license
    Remember these licenses for production are generally bought by processors/cores and in case of non prod environments by Named User Plus licensing.
    The way Oracle EBS licensing works - if you are not going to do any customization (and that in this world is very rare :-) ) - then you dont need separate technology stack licenses.
    Hope this helps.

  • Multiple users filling in and signing PDF

    Hi =)
    I'm currently making a form in Livecycle Designer ES4 that is supposed to be filled in and signed by several users. The workflow is like this:
                                       Phase 1:                                                  Phase 2:                                                             Phase 3:
                                                              ->                                               ->
                             user 1 fills subform 1,                               user 2 fills subform 2,                           user 3 signs*** and keeps the final document
                          signs* and sends to user 2;                      signs** and sends to user 3;
    And I'm struggling with Phase 2 because user 2 modifies the form and the first user's signature becomes invalid.
    Note:
    * locks fields of subform 1
    ** locks fields of subform 1 and 2
    *** locks all document
    I want user 1 to be responsible only for the content in subform 1 and the other two users to be responsible for the entire document.
    Is this possible? If so, how can I make this work?
    ..can someone help me?
    Thank you =)

    Two things:
    1) In the signature properties you specify which fields you wish to lock with each signature.
    2) The signature will appear as invalid unless it's certified, when you certify you can specify what changes like form field entry is allowed to remain a valid document

  • Disabling export option

    Hi there,
    Does anyone have any idea how I can disable export capability on Formula and Recipe forms in 12.1.1 without actually modifing the forms code? Is there a profile option or maybe through OAF somehow?
    Really appreciate any input.
    Thanks
    Irina.

    Irina,
    I do not think there is a profile option to disable the export functionality. I would think of personalization or modifying the code (as you mentioned) -- Log a sR to confirm this with Oracle support.
    Regards,
    Hussein

  • Dysfontionnement lien Flash vers galerie XML ?

    Bonsoir, je viens de reprendre la main sur un site réalisé en Flash vraisemblablement à partir d'un template. J'ai fait quelques modifications de forme (couleurs, images de la galerie...) mais à présent, lorsque je transfère le site en ligne, la galerie XML ne s'affiche plus. Dans Flash, le message de sortie est le suivant :
    4
    Erreur d'ouverture de l'URL 'file:///C|/%5FDONNEES/lesgitesdelabastide/numerique/site/tfileundefined'
    J'avoue avoir décroché de Flash et ne pas parvenir à corriger l'erreur. Merci par avance à tous ceux qui pourront m'aider !

    Bonjour Nathalie,
    Comme pour d'autres logiciels, je ne suis pas spécialiste. Je peux seulement réagir comme j'aurais moi-même réagi avec mon site également réalisé en flash mais sans aucun template initial...et comme Flash n'est plus Mobile Friendly, j'ai aussi décroché..
    Mais tu dis lorsque je transfère le site en ligne,....veux-tu dire qu'en local le site s'affiche correctement ou tu n'en sais rien car tu ne peux pas afficher ta galerie en local?
    Je suppose que tu as gardé une copie d'avant les changements et  que tu as remis ou peux remettre ton site dans son état d'avant?
    "tfileundefined" signifie probablement que lors de l'ouverture de l'URL le navigateur ne va pas chercher la bonne image au bon endroit ("tfileundefined") donc tu as une erreur de chemin ou de noms soit dans le fichier XML de ta galerie et/ou ou de sa page html soit dans les noms des fichiers images ou imagettes ou leur chemin d'accès (un seul espace dans le nom d'un fichier suffit - je me suis déjà arraché bien de cheveux soit pour un espace soit pour un suffixe de fichier différent). Peut-être qu'un spécialiste sera plus précis que moi.
    Je ne te garantis rien, pour essayer de voir plus clair et pour commencer il faudrait avoir accès d'une manière ou l'autre  à tes fichiers par ex.:
    une copie écran du dossier qui contient ta galerie et les fichiers et dossiers concernés(Probablement un dossier pour tes images, un dossier pour tes imagettes (thumbs), un fichier xml pour tes images et un fichier xml pour tes imagettes. Cette copie écran doit montrer le chemin de ton dossier
    Le ou les fichiers xml (images et imagettes)
    le contenu du dossier images et le contenu du dossier imagettes (une copie écran suffit)
    la page Html qui ouvre ta galerie
    Dans quel fichier as-tu fait les "quelques" changements de forme comme la "couleur" par ex. Dans un fichier CSS ou dans un fichier settings.xml??
    As-tu "chipoté dans d'autres fichiers et si oui lesquels?
    Tu peux commencer par vérifier cela toi même et si tu ne trouves pas, parfois c'est comme aux échecs, celui qui regarde par dessus l'épaule sans être dans le jeu, voit parfois des choses que le joueur s'obstine à ne pas voir.

Maybe you are looking for

  • URL for a PDF in R12.1.3

    Dear all, We are in 2 node RAC environment and two nodes for apps tier configured with Load balancer. Now I have to place a PDF in the server and generate a URL to access that PDF. This URL should be kept under Employee Self Service >> Individual Dev

  • Both itunes and quicktime wont open!

    so its been a few days and my itunes has not opened. a message keeps popping up that says:: itunes has encountered an needs to close...send//dont send error report.on some topics i read that the problem may be quicktime-related, so i tried opening up

  • Adobe Acrobat 9 supposedly allows you to convert selected areas of a web page to PDF from within Int

    Software: Adobe Acrobat 9 Standard Issue: Using the 'Adobe PDF toolbar' from within Internet Explorer Problem #1: Can't convert selected areas of a web page to PDF When you click 'select' on the adobe pdf toolbar, a red dotted line is supposed to app

  • Picture over Object in Header wouldn't show up in Acrobat Pro 9.0

    I created a MS Word (2010) document that has a header and footer. The header has a blue rectangular shape object with a logo (picture) over it. Every time I convert it to PDF the blue shape shows up but somehow the picture over it is not showing. Is

  • Display error in SSAS

    Hi Everyone, I'm using a SQL Server Analysis service(2012) to do a data mining test on my own computer. I tried Microsoft clustering algorithm using a view named vTargetMail in AdventureWorkDW DB. At the beginning, I chose English Education, age, and