UWL No popup - "Template" used for WebDynProLauncher

Hi,
After configuring the SWFVISU is have re-registered my system and I'm getting my XML file very fine uwl.webflow.systemname - it works as configured.
Now we want all WI applications to be launched as inplace (not popups) - which I could configure by creating a new XML where I change the parameters launchInNewWindow="yes" to "no" for all the workitems I have.
Normally I would have preferred to do this only in one place an have the Itemtype referring a generic action, but that is not how the "re-register" works since it generates the <action> inside each of the <item type> and therefore each WI definition uses its own definition.
So the question is - does anybody know where the re-register gets the "templates"(or whatever it is) that it uses to generate the uwl.webflow.<sytemname> XML file for e.g. the actions launchWebDynPro?
Thanks,
Lars

Hi,
No one who knows this - or whether it not possible or not recommendable.
Thanks,
Lars

Similar Messages

  • Technical Monitoring one template used for production and non-production system.

    Dear All,
    Is there a way to have one template in Solman Technical Monitoring for production system and non-production system with different alerts ? For example if it exceeds a threshold for production system it will trigger red alert or set automatically an incident and if it's non prod system it will go to yellow warning alert ?
    Regards
    Lukasz Goral 

    Hi Likasz,
    You first create and customize the template, and then assign to a system.
    If it was selecting a system and then customizing a template, then may be such functionality makes sense.
    So, I don't think that is possible.
    Better would be copy the template used for production to non-production and make the adjustment to it.
    Regards,
    Divyanshu

  • Projects API's & Excel Template used for API's

    Hi All,
    Can anyone share me the API’s with the Excel Template (used for this API )for the following:-
    a. Excel Template - (Fields used to upload as mentioned in below)
    b. Project Creation - create/update/delete (API, Script used)
    c. Work plan & Financial Plans - create/update/delete(API, Script used)
    d. Resources & Planned Cost - create/update/delete (API, Script used)
    e. Deliverables - create/update/delete (API, Script used)
    f. Progress update(API, Script used)
    g. Physical Percentage Complete for work plan & financial plan at Task level (API, Script used).
    Please send to [email protected]
    Thanks in advance.

    Hi
    You may use Oracle delivered spread sheet to upload workplans / financial plans. Look at Web ADI for that.
    There are two commercial products, I know of, that deliver excel based solutions for uploading broader list of entities into Oracle
    Projects.
    Look at Project Partners - www.projectp.com
    Look at More for Apps - www.more4apps.com
    Dina

  • What is the Popup class used for

    I always thought that a Popup should have some basic functionality, such as the pupup should close when:
    a) the escape key is pressed
    b) the popup loses focus
    The popup class provides none of the above functionality and in     fact seems to require some obscure code to
    even get the keyboard focus to work properly.
    Using a JWindow seems to provide the same functionality as a Popup.
    JPopupMenu seems to support both of the above requirements.
    Run the following program:
    a) click on each of the buttons
    b) click on an empty part of the frame
    It appears to me that whenever you need a "popup" you should use a JPopupMenu.
    Is the Popup class good for anything? Does it provide any functionality that I am not aware of?
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class PopupTest extends JFrame
         String[] numbers = { "one", "two", "three", "four", "five" };
         public PopupTest()
              getContentPane().setLayout( new FlowLayout() );
              JButton popup = new JButton("Popup as Popup");
              popup.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        popupPopup(e);
              getContentPane().add(popup);
              JButton window = new JButton("Window as Popup");
              window.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        windowPopup(e);
              getContentPane().add(window);
              JButton menu = new JButton("PopupMenu as Popup");
              menu.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        menuPopup(e);
              getContentPane().add(menu);
         private void popupPopup(ActionEvent e)
              JList list = new JList(numbers);
              list.setSelectedIndex(0);
              PopupFactory factory = PopupFactory.getSharedInstance();
              Popup popup = factory.getPopup(this, list, getLocation().x, getLocation().y);
              popup.show();
              Window window = SwingUtilities.windowForComponent(list);
              if (window != null)
                   window.setFocusableWindowState(true);
              KeyboardFocusManager.getCurrentKeyboardFocusManager().focusNextComponent(list);
         private void windowPopup(ActionEvent e)
              JList list = new JList(numbers);
              list.setSelectedIndex(0);
              JWindow window = new JWindow(this);
              window.getContentPane().add(list);
              window.pack();
              window.setVisible(true);
              window.setLocation(getLocation().x + 200, getLocation().y);
         private void menuPopup(ActionEvent e)
              JList list = new JList(numbers);
              list.setSelectedIndex(0);
              Component c = (Component)e.getSource();
              JPopupMenu menu = new JPopupMenu();
              menu.add(list);
              menu.show(c, 0, 0);
              list.requestFocusInWindow();
         public static void main(String[] args)
              PopupTest frame = new PopupTest();
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              frame.setSize(500, 200);
              frame.setLocationRelativeTo( null );
              frame.show();
    }

    you'd use Popup like JPopupMenu does, via a PopupFactoryYes you can get the Popu from the PopupFactory, but I think you are missing the point of my question. Popup has two methods, hide/show. It provides no other funtionality. I must write code to handle the escapce key and close the popup when it loses focus.
    When I use a JPopupMenu and add a component to the menu, it appears to add some listeners to the component to handle the escape key and loss of focus.
    I think it's safe to say that you're right when you say that it's preferable to use
    JPopupMenu (my experience as well).That was my conclusion, but I was just wondering it I was missing anything.
    It turns out that there are used in tooltips which, by essence, don't need any
    input from the user (whether keyboard or mouse) I guess thats what I was missing, only use a Popup in tooltip type situations.

  • Template or Spreadsheet used for mappingu0085

    Hi All
    I am trying to figure out mapping of idoc to flat file structure. Flat file exists in industry standards. I want a template used for mapping fields.Is there any standard template(spread sheet)used for mapping.
    Kindly send me the template to my mail id: [email protected]
    Thanks and Regards
    Gowri Komma

    Hi,
    chk out these links
    Mapping Template
    http://help.sap.com/saphelp_nw04/helpdata/en/79/2835b7848c458bb42cf8de0bcc1ace/frameset.htm
    /people/swaroopa.vishwanath/blog/2005/03/13/mapping-template-in-xi--inbound-delivery-from-idoc
    regards
    jithesh

  • How do I modify the template used in the Photo Gallery module

    I notice the Photo Galleries are rendered as an HTML table and I would like to make a small modification to the way the gallery is rendered on the page.
    Basically I just want to wrap a DIV around the <img> tag so I can control the look of the image via my own CSS.
    I see there is the ability to modify Module Templates, but the photo gallery module is not listed there.
    Where can I access the template used for a photo gallery?
    Alternatively I will need to display the images myself using an XML feed and jQuery, but I would rather use BC's own modules when I can.

    Hi David,
    There is no template for the photo Galleries. But if you are using Firebug you can find out the css values and add your own modification by adding CSS by the same selector as the current gallery to your own page and use the !Important value to over write the gallery css.

  • How to use XDOXSLT in rtf template layout for etext template creation

    <DEFINE CONCATENATION>     BookDetails
    <BASE LEVEL>     Category
    <ELEMENT> Name || '/' || Price     
    <DELIMITER>      '/'
    <END DEFINE CONCATENATION>     BookDetails
    With EFTProcessor the above details are created in xsl file as follows
    <xsl:template name="CONCAT_BookDetails">
    *I need to declare one more variable here
    EG: <xsl:value-of select="xdoxslt:set_variable($mycount, count(.//Category))"/>
    --and use this variable for any dyanamic process inside this template. How to achieve this in rtf template by declaring a xdoxslt function. How to declare this
    syntax in rtf layout so that it creates a varibale in xsl template using the EFTProcessor. Please help me out. The main point here is to include xslt functions in
    rtf template layout for etext template creation.*
    <xsl:for-each select=".//Category">
    <xsl:call-template name="CONCAT_BookDetails_V"/>
    </xsl:for-each>
    </xsl:template>

    in the next time use BI Publisher forum - BI Publisher
    <?format-number(ENTERED_CR,'##,##0.00')?>it's works for me
    output:
    444    ->  444.00
    444.55 ->  444.55

  • Use of template using CPT1 for charging an additional cost to the product

    Hello,
    I'm trying to charge an additional cost burden to the cost of my product for every base unit produced. (cost estimate)
    I have created a template using transaction CPT1 with sender as Cost Center / Activity Type in environment 001
    The activity type is measured in EA (Eaches) while we make our product in boxes (Product base unit of measure is 'Boxes') with say 20 Eaches going into a Box
    I have maintained an activity price using transaction KP26 at say $0.55 per Each
    I have assigned this template to my costing sheet , valuation area and overhead key using transaction KTPF
    When I now cost the material for costing lot size of a 1000 boxes, it still charges the product with the activity price per Each ($0.55) instead of multiplying  $0.55*20*1000 = $11,000 for a 1000 boxes
    The formula I have chosen in the template against 'Plan quantity ' is in the attachment enclosed:
    I need help with doing the right thing within the template to make it give a cost burden of $11000 for every 1000 boxes costed (costing lot size)

    Didn't realize that you have to use transaction CPTD to charge template overhead to production orders. That's why it was not working. Now it is posting by reading the confirmed yield. But it is still not converting eaches to boxes using the conversion factor in the material master.
    The formula I'm currently using in the template for actual quantity is as under:
    OrderYieldConfirmed / AltQtyFactorFromMaterial( AlternativeQuantityUnit
    = 'BX', Material = OrderMaterialNumber )
    Please tell me what I need to do to the above formula to make it convert boxes to eaches using conversion factor in the material master?
    A similar formula has worked beautifully for 'cost estimate'
    OrderTotalQuantity / AltQtyFactorFromMaterial( AlternativeQuantityUnit =
    'BX', Material = OrderMaterialNumber )

  • Corrupt document gets created in document library with document template using createlistitem workflowaction in visual studio workflow for office 365 solution

    Hi,
    My requirement is to create a document library associated to a custom content type with a document template associated. Also I need to create a document based on the template in this document library when a new item is created in another list by taking the
    reference ID of that new Item , I need to create the document with the name appended by ID. I need to do all this deployment using WSP.
    I have created document library with document template associated to content type by following instructions in below stated blog :http://blogs.msdn.com/b/chaks/archive/2011/05/19/deploying-a-document-template-file-in-content-type-in-a-office365-sandboxed-solution.aspx
    This works perfect for me.
    However, there are few observations, when going to Document Library > Library Settings > Advanced Settings > Document Template section - doesnt shows the Edit template link. When tried to look at the value for the document template using view source
    , it is giving me /Lists/MyDocsListInstance/Forms/template.dotx instead of the actual template file uploaded.
    Ignoring the above observation, when I am trying to create a sandbox based workflow in visual studio to create document in document library when new item is created in another list, I provide the ContentTypeID as the ID associated with the document library
    with template. 
    It creates the corrupt document at end of workflow. 
    I have tried using .docx instead of .dotx files for workflow as per solution provided in some of the post but it isnt resolving my issue.
    Any help is much appreciated.
    Regards,
    Krutika

    OK, I am going to throw out a lot of ideas here so hopefully they get you closer to a diagnosis. Hang on :)
    Does it happen to work for some users but not others? If so, try logging in on the "good" computer with the "bad" username. This will tell you if the problem is related to the end-user's system. Also, once the user downloads a document
    successfully can they open and work on it in Word? Also, does the document library have any custom content types associated with it or does it just use 'Document'?
    I notice that there are other folks on the web that have run into this same problem and the similarity seems to be that they are either on SharePoint 2007 or have upgraded from 2007. Did this doc library start out as a 2007 library?
    What you might want to do is this: Make a site collection from scratch in 2013 (or find one that you know was created in 2013). Choose team site (or whatever you want) for the root web and set up the security the same way you have it on the malfunctioning
    library. Now, use windows explorer to copy and paste some of the documents to the new location. Be sure you recreate any needed content types. Now test it from the troubled user's computer.
    I'm thinking there may be something that is different about the library since it was migrated through various versions and updates since 2007. I've sometimes found that there can be problems (especially with user profiles but that's a different story) with
    things that go through this evolution.

  • How to do subtemplate Using XML Publisher Template Builder for Word 5.6.2

    Is it possible to do subtemplate (similar to subreport in crystal report) using XML Publisher Template Builder for Word 5.6.2?. If yes, can anyone explain how to call or import subtemplate from main template?
    Thank you
    V.Piraba

    Hi V. Piraba,
    Here is how it works for me in Microsoft Word 2003. I'm not sure if it will work in Word 5.6.2.
    Creating Subtemplates
    1) Make sure you fill in the “Territory” field when creating Subtemplates. Otherwise there will be no way to import the Subtemplate into another Template. The Import command requires the Territory field to call it from other Templates. You will get a big Java error if you try to import a Subtemplate that does not have the Terriroty field populated.
    Importing Subtemplates
    1) Place the following syntax at the beginning of your XML Publisher template to import a subtemplate (in Oracle Applications)
    <?import:xdo://XDO.[Template Code Name].English.US?>
    Example: <?import:xdo://XDO.WC_SUBTEMPLATE_LOGOS.English.US?>
    2) Use the following commands to importing Subtemplates from local/network drives (outside of Oracle Applications):
    <?import:file:C:/Temp/WC Subtemplate - Logos.rtf?>
    <?import:file:L://Templates/WC Subtemplate - Logos.rtf?>
    <?import: file:///C:WorkChemical.xsl?>
    You can email me at [email protected] if you have further questions.
    Hope this helps!
    Dan

  • How do i create mailing labels for an avery template using pages

    how do i create mailing labels for an avery template using pages.

    mcc,
    The first topic in the "More LIke This" box to the right of your question is a rather comprehensive address label printing discussion. Does it answer your question?
    Jerry

  • Which template file is used for DITA 1.2 publishing?

    Hi all,
    when I save a ditamap as composite document, which template file must I edit to change the layout?
    So far I have modified the topic templates (task.template.fm etc.) but I have not found the template relevant for the output yet.
    Update
    The ditafm_output.ini file contains the line CompositeDocTemplate_1.2=ditabase.template.fm but exchanging all ditabase.template.fm files in the FM directory did not do the job.
    This seems like is a very basic question so I wonder why it is not documented - or am I missing something? The only workaround I found was to manually import the EDD and formatting from my template into the FM document each time after publishing.
    Robert

    Either I'm confused about dates, or there's a harmonic convergence going on.  I am just now grappling with this problem myself and lo, here is a discussion that started yesterday!
    So far I have tried altering the Struct Apps file to specify which template to use in the DITA_1.2_ditabase applicaton, and I have tried editing the template file stored in ...\AdobeFrameMaker11\Structure\xml\DITA_1.2\app\technicalContent\template\ditabase.templ ate.fm...  Neither of these activities makes a difference.  So when Maker saves a DITA map as a composite document, does it use any of the applications in the App Definitions file?  Or is it using hard-coded magic for some unexplicable reason?  If the latter, that should be logged as a bug. 
    I'm getting convinced that Maker doesn't use the Struct Apps file at all when saving as a composite doc because I have deleted all app definitions from the file except DITA_1.2_ditabase.  I still get the same results no matter how I define the template.  Then when I use Scott's trick to check which app created the document, it shows DITA_1.2_ditabase -- BUT, the Set Application list shows the full set of apps that I could choose from the default struct apps file.  (Yes, I have loaded my changed struct apps file -- and verified that it has only one app in it by restarting Maker and choosing EDIT struct apps file...  It has a single app as expected.)  So I don't believe I have reduced the set of defined struct apps at all, even though I have only one app in the loaded struct apps file!  Where is this information coming from, and why can't I control it?  In short, this area of the product is unpredictable for my feeble brain, and I can't afford to spend any more time on it.  I have deadlines to meet.
    Bottom line, I can't seem to do ANYTHING that will change Maker's behavior when saving a dita map as a composite document.  This is a real problem, BTW.  It means that my daily work flow always includes the stupid, manual steps of importing formats and EDD from another template after I create the file!  Can this possibly be acceptable behavior?  Note to Adobe...  This is the sort of thing that drives a customer to use a different product.

  • How to insert a Chart using Template Builder for Word 2007

    Hello,
    I am trying to insert a chart in my report, but the OK button in the Chart dialog box is disabled. I am able to move the data but OK button would never become available.
    Does anybody knows what happend?
    I' using BI Publisher 10.1.3.4 and Word 2007
    Any help would be really appreciated :)
    Regards,
    Blanca

    Hi,
    Probably this will help you.
    Uninstall the template builder for word and restart you system and re-install it.
    Because this is add in component in MS Word.So some times this installation is not perfect.Try it once.
    I hope this will work

  • Known Issue: "DNS server could not be reached" when creating or updating a RemoteApp collection using template images for some locales

    When trying to create or update Azure RemoteApp collections that use a template image for some non-EN-US locales, it might fail with error "DNS server could not be reached". You might also see error code "DnsNotReachable". 

    Cause:  There was a issue in Azure in which decimal punctuation was not treated properly if the locale of the template image used a comma (,) instead of a period (.).
    Workaround:  Before a fix was applied, the workaround was to use template images based on a locale that uses a period to delimit decimals, such as EN-US.
    Resolution:  As of March 19, 2015, a fix for this issue has been applied to Azure. You should once again be able to create collections from template images that use non-EN-US locales. If you continue to have this problem, please
    try the workaround. If that works and the only difference in the template images is the locale, please email remoteappforum (at Microsoft). If the workaround does not work, the issue is likely caused by a DNS configuration issue such as:
    No valid forwarders to public DNS servers configured on your internal DNS server(s).
    A valid internal DNS server is not specified on your Azure RemoteApp VNet.
    A VNet or internal network configuration issue is preventing the internal DNS servers from be reached by the VMs in the RemoteApp collection.

  • Is there any way to access the pages templates that were there six months ago. The one I used for my recipes is not there.

    Is there any way to access the Pages app templetes that were there six months ago? The one I used for my recipes is no longer there.

    What was the name of the recipe template?
    Or was it one you created yourself.
    It helps when you tell us that you upgraded both your OS and Pages, which it appears you have done.
    Possibly even changing your Mac or iOS device. Which is it btw?
    Probably you have a new Pages which has only a fraction of the templates, because it has a fraction of the features.
    Peter

Maybe you are looking for

  • Emails are not being received if sent from iPhone or iPad, but MBA OK

    I've used my iPhone and iPad a lot to send messages to various email addresses at a specific company.  They've always gone through without problem, but suddenly they're not coming through.  They aren't in the SPAM folder and haven't been quarantined

  • I need a tool which i can create 3d subs

    i need a tool which i can create 3d subs. Does anyone know anything about this

  • How to mirror to tv monitor using macbook pro 2012

    how to mirror to tv monitor using macbook pro 2012.  The airplay is not displayed anywhere except I Tunes which only plays what is on I Tunes.

  • End of developing

    Hi, I develop a software in "Oracle database 11g express edition", now I want to change the environment to be the end user environment (for the database and the application together). 1. Please help me and tell me what I need to do 2. after this chan

  • Where can I download "Vision Remote Panel Engine"

    Hi, I'd like to be able to view a Real-Time application on a remote computer (without LabVIEW installed). I've installed LabVIEW RunTime 8.5.1 and the image that I display (on the web server) in the VI is always black. I found this post: http://forum