Modifying Existing Form

Hi,
Is it possible to modify an existing form of SAP Business One? For example if one needs to put an extra button on the form of outgoing payments.
Can anyone guide for the process.
Many thanks in advance.

Hello Afzal,
It is definitely possible. Refer to SDK Help, samples are provided in it.
Also, post your questions, related to programming, on SDK programming forum.
Rahul

Similar Messages

  • Modify existing forms

    I want to go into my forms to modify.
    Where do you go?

    Provide the name of the program you are using so a Moderator may move this message to the correct program forum
    This Cloud forum is not about help with program problems... a program would be Photoshop or Lighroom or Muse or ???

  • Modifying an existing form in SAP B1

    Hi everyone,
                      Is there any way to modify an existing form in SAP B1? If so can any one describe the complete procedure of doing that?Will highly appreciate it.

    Hi,
    Its more advisable to do it in the Menu Event rather than the Form_Load event and its got to be done in the Before_Action = False.
    In Menu Event,
    paste this...
    If pVal.BeforeAction = False Then
    Dim objNewItem As SAPbouiCOM.Item
            objItem = objForm.Items.Item("51")
            objNewItem = objForm.Items.Add("cbSQ", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX)
            objNewItem.Left = objItem.Left + objItem.Width + 10
            objNewItem.Top = objItem.Top
            objNewItem.Width = objItem.Width
            objNewItem.Height = objItem.Height
            objNewItem.FromPane = "5"
            objNewItem.ToPane = "6"
            objCheckBox = objForm.Items.Item("cbSQ").Specific
            objCheckBox.Caption = "Sales Quotation"
            objNewItem.Visible = False
            objCheckBox = objForm.Items.Item("cbSQ").Specific
            objCheckBox.DataBind.SetBound(True, "", "01")
    Endif
    The above is a small snippet for the addition of a checkbox.
    Hope this helps.
    Satish.

  • Modify an existing form

    I wonder if it is possible to scan in an existing form and modify it for fill in usage.
    IF so what would I need to do to make this happen?
    Tks
    [email protected]
    Gil

    Yes, you can edit the form at anytime. The new field will just be  added as a new column in the response table. Nothing will be lost.
    Randy

  • How to apply modified UI Defaults to existing forms and reports?

    Hi all--
    I've been struggling with UI defaults and after searching through posts in this forum, it doesn't look like I'm alone.
    Is there a way to apply changes made to UI defaults to existing forms and reports? New forms and reports pick up the changes, but can they by applied retoactively?
    Thanks in advance,
    Dan Krautheim

    Thanks for the update,
    We have a develpment 10g AS environment setup made,
    1) But we are really confused how to present the forms and reports.
    We have around 250 forms and reports running on client/server architecture. All these forms/reports have been copied to a fileshare and access control is restricted by folder security.
    2) How to deploy forms - entries within formsweb.cfg with Named Configuration sections.
    3) How to deploy reports, as to were to copy the .rep files.
    getting the following error
    REP-110: Unable to open file 'Car_Readings.rep'.
    while trying
    http://kddsvr6.kddc.com:7778/reports/rwservlet?report=Car_Readings.rep&userid=username/passwd@db&desformat=htmlcss
    Thanks in advance,
    AJi

  • Modification of an existing form

    Hi, as mentioned by Vishnu, after using the entire code that was given by him the 'update' button did not reflect in the form,and i am not clear about what exactly should be done in this case.Will be very helpful if some one can assist in this situation.
                                                                                    Regards,
                                                                                    Samrat

    Hi All,
    I posted the same query last day.I want to know how to modify an existing form in SAP, as for example suppose in sales oppurtunity form i would like to add an 'update' button along with those add and cancel button already present out there.I will be obliged if some can provide the complete procedure to do that.
    Vishnu Kumar Re...  
    Posts: 114
    Questions: 2
    Registered: 4/28/07
    Forum points: 138 
    Solved problem (10)
    Very helpful answer (6)
    Helpful answer (2)
       Re: Modification of an existing form  
    Posted: Dec 6, 2007 8:28 AM    in response to: Gangotri Infotech       Reply      E-mail this post 
    Hi
    In ITem Event You write the following code
    iIf pVal.FormTypeEx = "320" Then
    If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD Then
    Dim oNewItem As SAPbouiCOM.Button
    Dim oItem As SAPbouiCOM.Button
    oForm = SBO_Application.Forms.GetFormByTypeAndCount(pVal.FormType, pVal.FormTypeCount)
    oNewItem = oOrderForm.Items.Add("btnUpd", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
    oItem = oOrderForm.Items.Item("2")
    oNewItem.Top = oItem.Top
    oNewItem.Height = oItem.Height
    oNewItem.Width = oItem.Width
    oNewItem.Left = oItem.Right + 5
    oNewItem.Specific.Caption = "UPDATE"
    End If
    End If
    it place update button Right to Cancel button
    Hope it helps you
    Regards
    Vishnu 
    We followed this procedure but we are receiving the desired result.We need some assistance.

  • Modify SAPScript Form

    Hi,
    I'm new with sapscript and I would like to understand what are the steps in order to copy and modify existing SAPScript Form.
    As I know a print program should be copied and assotiated with a form, but I don't know how.Please give an advice or show me an example.
    BR
    Stefan

    Go to transaction code SE71
    Go to menu option Utilities -->  Copy from Client
    enter standard form name and your target(custom) form name, usually we copy all the standard forms from client 000
    Execute.
    Go to SE71, and give your custom form name and do respective changes...
    Note: if you want to modify the window position make sure you modify in the original language or try to change original language to your local language.
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Update existing form

    We've created a form on FormsCentral, and it's working very well. We'd now like to add a reset button to the form.  I know we can do this in Adobe Acrobat to the base form we created before bringing it into FormsCentral, but I don't want to lose the form information we already have for the existing form that FormsCentral is tracking.
    Can we update the form we have without losing all the response information?  I suppose I could re-import the information into FormsCentral from an excel sheet or other if the existing information isn't carried forward, but I'd like some feedback on this before I start making changes to the form and the information collected.

    Hi;
    It sounds like you are distributing your FormsCentral form in PDF and want to edit that PDF before continuing distributing adding a "Reset Form" button which you would do in Acrobat - is that correct?  Assuming it is, you could do this by doing a "Save a Copy" in Acrobat which will remove the Ubiqutization (enabling rights in Reader), you could then edit the form adding the "Reset Form" button, re-do the Reader Enabling and then send the form out.  We don't explicitly support editing the PDF but as long as you don't modify form in a way that breaks the submit you should be OK.
    Regarding Importing your PDF back into FormsCentral and having to re-import your data into that new form, you would also lose the ability to edit your form further in FormsCentral and you would lose the URL to fill the form out in a web browser.  The Import PDF Form feature is best for existing forms you do not want to re-create using our design tools, but they don't have a URL to fill out the form, and are not editable.  You are going to get better results by editing the PDF in Acrobat and then re-ubiquitizing it. 
    Let me know if I understood correctly, hope this helps.
    Thanks,
    Johs

  • Create/Modify another form's triggers

    How can we create modify an existing form trigger from another form? Eg, in FORM A, I want to create a PRE-BLOCK trigger on a certain block in FORM B before calling FORM B. Any advice is appreciated. Thanks.

    I want to control the firing of the trigger, ie, want it to fire only if FORM B is opened from FORM A.
    If this cannot be done, can we pass parameters into the trigger in FORM B and then do the checking using the input parameter?
    I guess another way is to use a flag in a user-defined table?

  • Create job and modify existing jobs in OM

    Dear all
    how to create job and modify existing jobs in OM?
    thanks
    Jeeva

    […] (as I understand it), pdf's are not a viable solution as these print jobs feature a very high resolution (1200 dpi).
    I would expect the output from Finale to be mostly in the form of font characters—so a PDF you create by printing-to-file should be resolution-independent. If you have +Adobe Acrobat+, that can be verified quite easily in Document Properties, which will list all embedded fonts, but you should also be able to tell by zooming ’way in with Preview: if the score still looks sharp when greatly enlarged (and the file takes up less than a few hundred kilobytes per page), you can be sure it will print well on any suitable device. (If you print-to-file as PostScript instead of PDF, the resulting document can be downloaded directly into any PS printer, but it will likely be several times larger than a PDF version.)

  • Is there any api to modify the form field in PDF?

    Hi,
    Our client need we provide the editable PDF, i.e. some form fields in the PDF report can be edit. Now we created the PDF template and merged it with the XML data definition in Jdeveloper, but when we get the final PDF report, we found that the PDF form field property is changed to "Read-Only" automatically. We make sure that in PDF template the form field is not "Read-Only", something happened when we merging the XML data and the PDF template.
    Now we wonder if there is any API can help us to modify the PDF form field property, after we merge the XML data and PDF template, we can use it to change the form fields to editable, not "Read-Only".

    Hi,
    What I need is to modify some form fields' property, I explore some web and found before I create the PDF file, I can set the security of the PDF:
    Properties prop = new Properties();
    prop.put("pdf-security","true");
    prop.put("pdf-open-password","welcome");
    So I wonder if there is one property related to the PDF form field.
    Thank you.

  • How do I add a field into an existing form in SharePoint Designer 2010 and...?

    I'm trying to add an existing field to an existing form in SharePoint Designer 2010. It's a URL to the employee's photo. But each time I try to "Insert as picture" the url to the photo has a trailing comma. Why and more importantly, how do I get
    rid of it?
    Thanks!

    Hello,
    See this similar thread:
    http://sharepoint.stackexchange.com/questions/10149/comma-in-url-field
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How do you create a custom button in LiveCycle to add a new form page to an existing form?

    Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    Hi,
    You can use addInstance method to achieve your requiremnets.
    form1.#subform[1].instanceManager.addInstance()
    BR,
    Paul Butenko

  • How do you create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    In Acrobat forms you can use the 'template' object's 'spawn' metod. A Lesson in Templates for Adobe Acrobat by Dave Wrigtht

  • SAPSCRIPT: Creating new Language for existing form

    Hi Guys,
    I need add an additional language for an existing form. Italian is not available for the this existing form. How can I add this language? do I need to copy the form with language EN? how can I include that form in the existing form? or there are other way to do this? Thanks in advance!
    Regards,
    Michael Nacionales

    There is a change in the standard code.The reason for the above problem was  because of a missing Enhancemnet point in a standard function module 'CV110_DOC_CREATE_WITH_TEMPLATE'.
    IS-ADEC-MPD  - Enhancement to copy MPD data
    ENHANCEMENT-POINT CV110_DOC_CREATE_WTEMPL_01 SPOTS ES_SAPLCV110.
    +*$*$-Start: CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    +**ENHANCEMENT 1  ZSF_AD_MPD_SAPLCV110.    "active version**+
    +*** copy MPD relevant data from templ. doc to current doc**+
      +**CALL FUNCTION 'MPD02_COPY_MPD_DATA'**+
        +**EXPORTING**+
          +**is_draw = ls_draw**+
        +**TABLES**+
          +**ct_drad = lt_drad.**+
    +*ENDENHANCEMENT.**$*$-End:   CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    Created a custom enhancement point similar to SAP ECC6.0 EHP 3.0 system.
    The reason was the buffer was not getting cleared previously.After inserting the above code the DIR's are getting created withot any issues.
    Regards,
    Prasad.B

Maybe you are looking for

  • Apple DVI to video adapter problem

    Hello I have a problem this FPS in 10.7.5 then I use dvi to video adapter 480i  FPS 25 good 720x576. FPS 25 good 1024x768 FPS 12.5 ???? FPS I see in QC, modul8 , vdmx  programs MacBook Pro 4.1

  • Change font size in printer friendly template

    Can anyone please let me know where to change the font size in a printer friendly template? Thanks!

  • How to apply New ADF Faces Skin into JHeadStart Application

    Hi I have downloaded the new skins such as srdemo,mycompany.. I have only changed skinfamily value in adf-faces-config file but when i generate application with JAG the new skin does not apply it. Can anybody help me what's the problem? thanks

  • XML appearing in email

    I sent an email the other day, but now I notice the characters '<?xml' are appearing at the end of the last line of my email. I didn't type those characters when I was composing the email, yet they're showing as if I did. I decided to load the email

  • Can you block a specific person from imessage

    I have someone blocked every way but iMessage.  I don't want to turn it off, can they be blocked?