WAD - Custom Extension

Hi all,
WAD 7.x
I have the following scenario:
In the web application I would like to call some ABAP class. In this class I want to execute SQL-query to get some data from database. At the end I'd like to show this data in my web template.
I found custom extension item. Is it the right item to solve this task, or maybe you have some other suggestions
Thank you for any idees
Regards
Erwin

Hi Sven,
it is possible to call ABAP class with custom extension item. I implemented it and it works fine.
In web item you can choose either java class or ABAP class.
Regards
Erwin

Similar Messages

  • Properties of Custom Extension in WAD

    Hi everyone,
    I create Custom Extension Web item in WAD. I want to define it's properties dynamically, using variables or values of other Web items (for example input field). But I can use only constant values.
    Is it a way to define properties of this Web item dynamically?
    Thanks,
    Andrey

    Any suggestions?..

  • WAD Web Item : Custom Extension

    Hi,,
    I have created a class for basically exporting data to excel sheet. i have created a web item custom extension and mapped the class to it through the parameters DP:included data provider details, variable details, navigation access and result set access.
    and ultimately mapped to Button.
    now when i am executing the Button doesnt work, so i have created a break point in the methods initialize and execute inside the class, but it doesnt seem to work. please suggest, if  i have missed something while creating class/webitem/button.
    I am basicaly trying to Export data to excel through class.
    Regards

    Any suggestions?..

  • Use Custom Extension Web Item to Retrieve DSO Data Directly

    Hi experts,
    Is it possible to use Custom Extension Item in BEx WAD to retrieve DSO data directly? The idea is to display master data for a line item (e.g. customer name, id, address etc.) in the header section of a Web Template. If it is possible, how can I implement that?
    If not, is there any other possibility to fulfill the requirement?
    Thanks in advance.
    Regards,
    Joon

    Hi experts,
    any update on this?
    Thanks,
    Joon

  • Could I ask you all about custom extension ??

    Hi All,,
    Greeting,
    I'd like to question you about custom extension at web item WAD 7.
    Let say if wanna populate one column in analysis web item when query's running like what virtual characteristic does.
    Could I do it by this custom extension ?
    I see on the properties pane of this web item, I see the properties list that can be filled it on. My question, what property that I should put at there. If I have a purpose to populate 1 column in my data provider on fly / when query is running ?
    Thanks a lot,
    Br//
    Daniel N.

    Eriv45,
    Let's try a few more things on your device. Please try a Soft Reset as it sounds like your device is frozen http://www.verizonwireless.com/support/knowledge-base-115076/
    SandyS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • How to use customer extension table for schedule line for shopping cart ?

    Dear Experts,
    One of our client wants to have schedule lines in shopping cart item. I am thinking of using customer extension table at item level for shopping cart. Could you please help me on  how I should proceed with the appending the structures so that the end user can fill the shopping cart schedule line details?
    Which fields should I consider in such cases?
    Thanks and regards,
    Ranjan

    Hi.
    I guess you use SRM 7.0. Please go to IMG.
    SRM -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Create Table Extensions and Supply with Data
    Regards,
    Masa

  • Need to get filename from custom extension

    Hello,
    I am currently writing a custom extension and I'm having a tough time trying to get the filename of the document (java file) of the currently selected (and opened) file. So I have a java file open and right click on it to launch my extension. How do I get information on that document?
    Also is there javadocs for the extsnsion API's? If so where are they located.
    Thanks in advance!
    Bill

    Hi Bill,
    You can find javadoc on the extension API via the help system (JDeveloper Extension SDK topic under the Reference section). Alternatively, you can extract the contents of the ${jdevhome}/jdev/doc/ohj/jdev-doc.jar to a directory somewhere to view the javadoc in a browser.
    To get the filename of a document, assuming you're using 10g (not much different from 9.0.x), you need to get an instance of oracle.ide.addin.Context. Normally, you'll have a Context instance because you're implementing your logic in a Controller or a Command subclass. If not, you can obtain one using:
    Ide.getMainWindow().getLastActiveView().getContext()Once you have the context, you can get the current selection from it. If that selection implements oracle.ide.model.Locatable, it has a URL. From the URL, you can get the filename:
    import oracle.ide.model.Element;
    import oracle.ide.model.Locatable;
    import java.net.URL;
    import oracle.ide.net.URLFileSystem;
    Element[] selection = context.getSelection();
    if ( selection != null )
      if ( selection[0] instanceof Locatable )
        URL url = ((Locatable)selection[0]).getURL();
        String filePath = URLFileSystem.getPlatformPathName(
          url
    }One final thing, if the current view is an editor, the selection may be empty or will not contain Locatables. If that's the case, you might want to get the Document from the Context instead. I.e.:
    URL url = context.getDocument().getURL();
    String filePath = URLFileSystem.getPlatformPathName(
      url
    );Thanks,
    Brian
    JDev Team

  • Upcoming Lumira Webinar June 11th on the topic of "Big Data Visualization and Custom Extensions"

    The next webinar in the Lumira series is coming up this week on Wednesday, June 11th, 10:00 AM - 11:00 AM Pacific Standard Time. The day is almost here and if you've already registered, thank you!
    If not, please click here to register.
    Speaker Profile:
    The topic is presented by the Jay Thoden van Velzen, Program Director Global HANA Services/Big Data Services Center of Excellence at SAP!
    Jay has been working in Analytics/Business Intelligence since it was called Decision Support Systems in the late 90s. Currently he is focused on Big Data solutions and how to make the various components of such a solution run smoothly integrated together using the SAP HANA Platform. 
    Abstract:
    Big Data analysis poses unique and new challenges to data visualization, compared to more traditional analytics. Such analysis often includes frequency counts, analysis of relationships in a network, and elements of statistical and predictive modeling. In many cases, traditional visualization techniques of bar- and column charts, pie charts and line graphs are not the most appropriate. We have to avoid the “beautiful hairball” and make it easy for end users to absorb the information through clever use of filtering, transparency and interactivity. We will likely also need to provide more context to go with the visualization than we have been used to in traditional analytics. Moreover, in case of forecasts you need to include any confidence intervals in order not to mislead.
    This means we need more chart types, and often the chart types you need may not exist, nor could the need for such chart types necessarily be foreseen. However, Lumira allows us to design and code our own D3.js visualizations and integrate it into Lumira while providing all the data access methods – including SAP HANA – that it provides out of the box. This means we can develop our visualizations to share the outcomes of Big Data analysis to exactly how we feel it should be presented. During the webinar we will show a number of examples, and specifically the integration of forecasts coming from R into Lumira through a Lumira custom extension.
    We really hope to see you there!
    Cheers!
    Customer Experience Group

    Congrats to Joao and Alex!
     Microsoft Azure Technical Guru - May 2014  
    João Sousa
    Microsoft Azure - Remote Debbuging How To?
    GO: "Clever. Well Explained and written. Thanks! You absolutely deserve the GOLD medal."
    Ed Price: "Fantastic topic and great use of images!"
    Alex Mang
    The Move to the New Azure SQL Database Tiers
    Ed Price: "Great depth and descriptions! Very timely topic! Lots of collaboration on this article from community members!"
    GO: "great article but images are missing"
    Alex Mang
    Separating Insights Data In Visual Studio Online
    Application Insights For Production And Staging Cloud Services
    Ed Price: "Good descriptions and clarity!"
    GO: "great article but images are missing"
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How to test and configure custom extensions in Flash Pro CC?

    Hi,
    How do you install custom CS extensions in Flash Pro CC for testing and debugging before they have been signed and packaged?
    We have a custom extension for Flash Pro developed in-house using the CS SDK that we've been using with flash pro CS5 and CS6 but we're having trouble getting it to work in CC and I'd like to run it locally in test/debug mode.
    With flash pro CS6 and CS5 it was possible to test extensions by copying the output folder from flash builder into the CS Service Manager root folder (e.g. /Users/<username>/Library/Application Support/Adobe/CS6ServiceManager) and setting PlayerDebugMode to 1 in the CSXS preferences.
    I've added the PlayerDebugMode=1 flag to com.adobe.CSXS.4.plist however, I can't find the equivalent service manager folder for Flash Pro CC to copy the extension into.
    Is there a different folder to use for CC or is the process for testing extensions completely different? (are extensions written in the CS SDK even compatible with CC?)
    I'm running Mac OS Lion.
    Thanks,
    Stephen

    Thanks, that explains a lot.
    I'm afraid I'm a bit confused about what the preferred way of developing extensions is going ahead. There seems to be a lot of conflicting documentation on the adobe site, e.g. http://www.adobe.com/devnet/creativesuite.html  seems like the top page for extension documentation but it only talks about CS SDK 2.0 which uses CSXS and doesn't seem to be compatible with creative cloud apps.
    Then there's CS Extension Builder 2.1 which looks like it supports Flash Pro CC but isn't mentioned in the pages you linked too and it doesn't mention JSFL, but talks about the CSAW library.
    Do you know if:
    * The CS SDK has been dropped completely? 
    * CS Extenstion Builder is deprecated? (I can't see it as an option in the list of Creative Cloud apps)
    * Is then any documentation/utilities to help migrate existing CSXS extensions to work with creative cloud apps?
    Thanks,
    Stephen

  • Idoc Types with customer extension in XI

    Hello,
    I have a question / problem.
    Is it possible to import an IDOC Type like HRMD_A06 with an customer extension like ZRMD_A06 into XI ?
    I have no idea how that could works ...
    Thanks for your feedback !
    Regards
    Florian

    Hi,
    You can import IDoc structure with extensions also. It will be same as importing normal idoc structure.
    We have done many like that in our project.
    What is the problem you are facing ?
    Regards,
    Sridhar

  • Where can I get a custom extension developed?

    Things are a bit quiet in the extensions forum, so I thought
    I'd try posting this here too:
    I will soon be needing a custom extension built for a
    software program. Where to I post a job such as this? Is there a
    forum that specifically hooks up developers with companies that
    need a custom extension?
    Thanks!
    eCat

    Might try the Dreamweaver Developer forum... It's not for
    postig jobs but somebody might respond.
    Also, check with the guys at Project VII, if they won't do
    it, they might know somebody who can.
    http://www.projectseven.com/

  • E-mail functions for Custom Extensions

    Hello,
    Is there a way to use the e-mail functions that P4P uses, including reading the config file, in a Custom Extension?
    Thanks, in advance.

    you can use something like the following
    //If you want to get the current user's email (as the From):
    var currentUser = userService.UserContext.User.ContainedUser as IUser;
    string from = currentUser.email;
    // To get the email info of the originator from a spec, access the SpecSummary's Originator property, which is an IUser, and then get the email property of the user.
    string to = <yourSpec>.SpecSummary.Originator.email;
    string subject = "...";
      EmailService().SendMessage(from , to, subject, body);
    private static IUserService GetUserService()
                return AppPlatformHelper.ServiceManager.GetServiceByType<IUserService>();          
    private static IEmailService EmailService()
           return AppPlatformHelper.ServiceManager.GetServiceByType<IEmailService>();          

  • Interaction of Marker list with custom extensions.

    Hi,
    How I can interact the marker list with custom extension.
    For example if I want to see the  file name and mark in mark out  time codes in my custom panel, then what I need to do?
    Please help me regarding this.
    Thanks in advance.

    Extension Manager is only responsible for the installation and management of extensions. Your question is about how to implement the functionalities of your extension. I am not clear about it. I am afraid you should post the question to the forum of corresponding product.

  • How to deploy customer extensions in EJB-Server?

    Hello,
    I would like to know, what is the best way to deploy customer extensions
    to a J2EE application (which is deployed as an .ear file) .
    I am using a configurable dynamic class loading to allow product
    customization (usually implementations of interfaces).
    I know some possible solutions, but...
    1. solution: the customer provides its product extensions as a jar file
    which is then located in the classpath of the J2EE server.
    But I dislike this solution, beause it requires a server restart if the
    customer extensions are redeployed and further on, depending on the
    customer company's security restricition, no access to the J2EE server's
    CLASSPATH might be granted.
    2. solution: the customer opens the .ear file of our product, adds its
    extension.jar to it and the extension.jar has to have a predefined name.
    By that we can make sure, that the classloader finds this jar (because
    it can be referenced in the classpath of the manifest.mf of the ejb.jar,
    it will do no harm, if it does not exist).
    What do you think about this?
    Are there other possible solutions?
    Best regards from sunny Black Forest, Germany,
         Mattin

    iis doesnt have jsp engine to work on ur jsp..it can rather redirects to ur webserver where u can put ur jsp and make it run ther..
    rgds
    Shanu

  • Why does the 13.01 update disable custom extensions?

    Hi, I had a custom extension (a custom panel made with Adobe Configurator) installed that was working fine in CS6 (PC, both 32 and 64 bit versions) but after the update to 13.01, the extension no longer loads. I have tried reinstalling the extension but that  doesn't help. I can no longer select it from the Window > Extensions menu.
    As it was working fine before the 13.01 update, I can only imagine it has something to do with that specific update. Any thoughts on how I can get my panel to work again?

    Hello! Here is a fix from the Configurator team:
    But, if you do not revert it if/when a future update is available for configurator, it might break the update process. http://forums.adobe.com/thread/1059632
    To avoid that, one needs to
    1. Save the original template.manifest.xml somewhere and move the original xml file back before updating.
    2. Uninstall Configurator 3.1 and install Configurator 3.1.1 when the new release is ready.
    1. Make sure Configurator 3 is not running.
    2. Replace the file [Configurator 3 Installation Directory]/bundles/PHSP-13/template.manifest.xml with http://cssdk.host.adobe.com/configurator/3.0/manifestTemplate/template .manifest.PSCS6.xml. Make sure the name of the replaced file is still template.manifest.xml, not template.manifest.PSCS6.xml
    3. Replace the file  [Configurator 3 Installation Directory]/bundles/IDSN-08/template.manifest.xml with http://cssdk.host.adobe.com/configurator/3.0/manifestTemplate/template .manifest.IDCS6.xml. Make sure the name of the replaced file is still template.manifest.xml, not template.manifest.IDCS6.xml
    4. Launch Configurator 3, open the gpc file, export the panel as CS extension and install it again to replace the old one.
    Note: The recent update of Photoshop CS6 and InDesign CS6  does not impact the panel exported via "File->Export Panel", only impact the extension exported via "File->Export Panel as CS Extension".

Maybe you are looking for