WebADI - customize the macro in document template

Hi All,
Is there any customization point that the Macro inside document template can be customized?
We are trying to have additional process before uploading for the use of EBS R12
Thanks in advance!
Kenneth

Hi Kenneth,
Oracle WebADI uses standard functions of Excel to execute its functionalities. You can customize that but it will have the following limitations :-
1. You wont be able to re-download the template again as you have edited the macro after downloading the template.
2. You have to ensure you are not overwriting a seed excel function being used by the Oracle code for example:-
function for change in values of a cell.
In a nutshell, the recommendation will be to avoid it. Rather than doing all this, you can just create a custom PL/SQL procedure to run before the actual upload of the data.
Thanks,
Rohit

Similar Messages

  • Using a PDF as a Document Template in SharePoint 2010: "New Document" icon and action

    Hi,
    I have to create a document template in SharePoint 2010 using a PDF. After much searching I have learned to install Reader on the SharePoint server to bring in AcroPDF.dll
    and set the OpenControl for PDFs in DOCICON.xml to be "AdobeAcrobat.OpenDocuments".
    After taking these steps I can check PDFs in and out of SharePoint, and edit PDFs as I would edit an MS Office document.
    However two problems remain with creating new documents based upon a PDF document template.
    1) The PDF icon does not appear in the New Document dropdown. This makes sense since I never referenced a 32x32 icon in the SharePoint config files. Where would I place the icon image file and which configuration file would I edit to use that image file, and how?
    The last three document templates are PDFs.
    The second problem I face is that when I click one of the document templates above that is a PDF, nothing happens. I have tried this with Acrobat installed on both the client and the server. It would be preferable to insert a copy of the PDF document used as a template without having to use Acrobat at all.
    Is there any resolution to either of these problems?

    According to what i found the image needs to be 16x16.
    See if this works.
    Edit the DOCICON.XML file to include the PDF icon
    In Windows Explorer, navigate to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML
    Edit the DOCICON.XML file (I open it in NotePad, you can also use the built-in XML Editor)
    Ignore the section <ByProgID> and scroll down to the <ByExtension> section of the file
    Within the <ByExtension> section, insert a <Mapping Key=”pdf” Value=”pdficon_small.gif” /> attribute. The easiest way is to copy an existing one – I usually just copy the line that starts <Mapping Key=”png”… and replace the parameters for Key and Value (see image below for example).
    Note: Do not take shortcuts and copy/paste from here. 99% of problems with PDF icons not being displayed are due to errors made in the DOCICON.XML file
    Save and close the file
    Source:
    http://www.sharepointsharon.com/2010/03/sharepoint-2010-and-adobe-pdf/

  • How can I change the format of the default new document?

    Hi, I've recently upgraded to Pages 5.1 and am wondering how I can change the formatting of the default 'new document' template. Any suggestions would be most welcome,

    Make a template to your own liking and Save As Template…
    Menu > Pages > Preferences > For New Documents: Use template > Change template > Choose
    Peter

  • Document Template - Using Adobe Designer

    Hi Experts,
    Using the workflow wizard document template,am creating a
    document template using adobe desinger and am using it
    in document from template workflow step.
    when I double click the work item it's opening the   template in Adobe desinger using which i have created the template in the wizard.I hope it should give the template as a online form
    How to use the template as form and how the data binding will happen from workflow to form.
    Thx in advance
    Sreeni

    Is it an option to use <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/22a59890-0201-0010-61aa-e16ab8da7e9f">Adobe Interactive Forms</a>? Then your document can indeed be active, and you can access the data in your SAP program.
    Search for weblogs here on SDN if you want to learn more about it.

  • The Create List Item workflow action does not work in document library with document template

    My end goal is more complex but below is a basic example of the issue I’m having that just simply does not work.
    I'm trying to use a site workflow to create an item in a document library that has a document template applied to it but the file that gets created by the workflow is corrupt and cannot be opened.
    I created a document library and edited the document template by adding some text to the header and changing it to a Word docx file instead of a Word dotx file. I tested the document template by clicking the files tab in the ribbon and then clicking new
    document which opens the document template in Word and allows me to edit and save the document back to SharePoint. Then I created a SharePoint 2013 site workflow in SharePoint Designer that contains a single Create List Item action, and that action creates
    an item in the document library with the name field statically defined. I published the workflow and then manually start it on the site. The workflow completes successfully and when I navigate to the document library the document has been created by the workflow.
    When I click on the document to open it in the Word Web App it throws the error pictured below and if I open it in the Word client application it just opens a blank document and not the correct document template.
    I also tried using a SharePoint 2010 workflow with pretty much the same results. Opening the document in Word Web App gives the same error as above and opening the document in the Word client application gives the error pictured below.
    Come on Microsoft creating a Word Document in a SharePoint Document Library from a SharePoint Workflow should just work! Is this a bug or does anyone have any ideas on what is causing the this issue?

    I had the same problem with corrupted document - this worked for me:
    1. Create a 2010 Workflow which creates the list element in a document library
    (you may start this workflow from your 2013 workflow if applicable)
    2. In the Create New List Item properties - make sure to set ContentTypeId to your content type
    ("Id for indholdstype" is Danish for "Contenttype ID")
    3. Your Content Type template should be a ".docx" file - NOT a ".dotx" file...!
    (I have always created my templates for content types as .dotx files - seems Microsoft wants us to use ordinary .docx files as template files for content types)
    Hope this helps you!

  • Customize the Value of Auto generated Document ID in sharepoint library in 2013

    I have a document centre with Couple of Document Libraries like Finace, HR etc. I would like to set differnt document ID for each Documents in these libraries , eg, HR documents-HR-01, Fince documets-FIN-01 etc.
    If I set the Docuemnt id in site settings, that generate an ID of same format  for all Document Libraries.I do not want to add a new column and make it as calculate column because I wan to do search based Document ID
    Is there any way to customize the exisitng Documnet ID in the Libraies for each document libries ?
    dfd

    Document ID will be available in ItemAdded event receiver
    public override void ItemAdded(SPItemEventProperties properties)
    base.ItemAdded(properties);
    SPListItem item = properties.ListItem;
    String id = item["ID"].ToString();
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Customize the Word Templates?

    Is it possible to customize the existing or build new Word
    templates to be used when publishing to Word?
    Thanks!
    Rory

    Hi Kari,
    I'm not sure if you've come across these other references:
    Creating printed versions of Adobe Captivate projects
    http://www.adobe.com/devnet/captivate/articles/wordoutput.html
    Creating WordOutPut Templates
    http://www.adobe.com/devnet/captivate/articles/wordoutput/adobecaptivate_wordoutput_docume ntation.pdf
    HTH,

  • When I run the cursor over a template it shows several pages but when i select the document it only brings up the first two pages to edit. How do I see them all?

    When I run the cursor over a template it shows several pages but when i select the document it only brings up the first two pages to edit. How do I see them all?

    Skimming the templates in the Template Chooser shows you all of the pages available in the template once you open it. You can insert the one(s) you want, even more than one of any of them. Most users don't want or need all of the different pages, especially when they start the document.

  • CV01N/CV02N/CV03N DMS to open Word .dot document. The macro is desabled.

    Hello everyone
    We have created a ".DOT" Word document containing (Visual Basic) commands to ask the user to enter 2 fields.
    When that is done, the user can press on buttons to print or cancel.
    We stored that document in the DMS (CV01N)
    The document is working perfectly when it is opened from the OS.
    But when it is open using the CV02N or CV03N the (Visual Basic) commands doesn't work. In fact the document is open but the macro, in the document, is not launched.
    When we are trying to execute the Visual Basic commands, Word indicate that the macros are desabled by SAP at the openning of the document.
    How can we specify to SAP to open the .dot document and enable the macros?
    Regards
    dstj

    hi,
    Check did u set Application type for change display print in Defin workstation application.
    Application type
    1.Display
    2.Change
    3. Print
    Also check  in Set office integegration field
    Set flag, Export
                 Doc data
                 Text
    Also check
    wiki page,
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/plm/office2007formatsinDMS
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/e9/0be775408e11d1893b0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/e9/0be775408e11d1893b0000e8323c4f/frameset.htm
    Benakaraj ES

  • Programatically export each Document Template referred to by the Content Type Configuration to a folder

    Hi there
    Help appreciated in "storing each document template referred to by the Content Type configuration to a folder programmatically".
    Regards,

    Hi,
    Okey, the following two articles for you to take a look at:
    Download All Folder and Files in Document Library (Sharepint Object Model)
    http://mykiavash.wordpress.com/2011/04/24/download-all-folder-and-files-in-document-library-sharepint-object-model/
    Download files as Zip File in SharePoint
    http://adicodes.com/download-files-as-zip-file-in-sharepoint/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Document Templates in MS Word - how to cut the leading zeroes in number

    Hello CRM gurus !
    We use document templates in MS Word but have the document number printed with the leading zeroes.
    example we have now:
    0005000681
    example we want to have:
    5000681
    Question - how to do that?
    Is that in standard? The document number is the ObjectID tag as far as I know. Do I need to create another tag?
    Or may be just call a function? Do I need to change my current Web Service Tool? Is that some extra ABAP to be inserted?
    Thank you very much.

    Hi,
    have you tried to use this function call to delete de leading zeros?:
         CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
           EXPORTING
             input  = value
           IMPORTING
             output = value.
    Best regards
    Manfred

  • Load the missing document templates for SOLAR01, 02

    Hi,
    I would like to use the document templates in SOLMAN (Tcode SOLAR01).
    I have detected some of the document templates are not empty, BUT the others (such as Business Blueprint, Scenario documentation).
    <b>How can I find and/or activate the non-empty variants of these templates?
    Where do the templates store in the DB or OS?</b>
    Thank you!
    regards

    Hi!
    Thank you!
    I know that
    That is even my question. The colleague of my often using SOLMAN said, all the templates should usually be in SOLMAN.
    As I mentioned I am missing the most of them (e.g such as Business Blueprint).
    <b>Do you know how to get such generated templates or is there the way to upload these from Knowledge Warehouse?</b>
    Thank you very much!
    regards

  • Document template : Error when generating the WSDL file

    Hi.
    When i try to create a document template using a web service, i have the following error.
    Could not find address for generating WSDL (ICF_ERROR)
    I've done this before on another system and never faced this problem.
    I've checked and service crm_oi is activated in SICF.
    Is there anything else that needs to be activated ? Or can this be becaused I'm working through a VPN connection ?
    If anybody has an idea on how to solve this issue, it will be very appreciated !
    Regards,
    Helder

    Hello Costa,
    i have the very same problem. Were you able to fix the problem in the meantime?
    Edit 14.03.2013:
    I was ables to solve that issue!
    I had to activate service "srt" in Transaction SICF.
    Regards,
    Tobias

  • Warning: Could not find the customization level value for document

    Hi All,
    I am trying to upload the translation for one of the page at responsibility level.
    I am getting following warning when running the below command.
    java oracle.jrad.tools.trans.imp.XLIFFImporter $APPL_TOP/xmci/12.0.0/fr-CA/Translated/ARIACCTDETAILSPAGE.xlf -username apps -password apps -dbconnection "$AD_APPS_JDBC_URL"
    Warning: Could not find the customization level value for document "/oracle/apps/ar/irec/accountDetails/webui/customizations/responsibility/51688/ARIACCTDETAILSPAGE".
    The same is working fine if the translation is for some attribute at site or function level.
    Did anyone faced this kind of issue.
    Thanks,
    Anoop

    Anoop,
    I am sure you would have verified the responsibility id in the target instance is 51688(may be source instance your resp id is 51688 and in target it is different).
    Have a look at this below notes, it might help.
    1077267.1 - Unable To Move Resp Level OA Personalization From 1 Env To Another
    848851.1 - Attempting To Upload XML File Generates Error: Could not find the customization level value for document
    Thanks.
    With Regards,
    Kali.
    OSSI.

  • While editing the document template from library settings

    
    I am facing this warning while editing the document template from library settings. Actually i have changed the password 2 days before. I need solution to clear this 

    Hello
    Please check this
    http://support.microsoft.com/kb/286282/en-us
    Open the Office template in the original Office program where it was created.
    On the File menu, click Save As.
    In the Save as Type list, click Word Document (*.doc) if you are in Microsoft Word, Microsoft Excel Workbook (*.xls)if you are in Microsoft Excel,
    or Presentation (*.ppt) if you are in Microsoft PowerPoint.
    Give the file a name, and then save it in the Web that contains the Document Library.
    Click Save.
    Browse to your Document Library, and then click Modify columns and settings.
    Click Change general settings.
    In the Template URL edit box, type the full path and file name to the file that you saved in step 4.
    Please remember to click 'Mark as Answer' on the answer if it helps you

Maybe you are looking for