Regard  Customization of VO

Hi All,
I have a doubt in extending the exitsing VO.
The problem is, at present the VO has 3 bind variable and in as per my requirement i want to make it as with 4 bind variables.
How i need to excute the extended VO
Thanks
Uma

Study the current working of the VO query. Check out how the AM method passes the value to the VO (either directly in the AMIMpl or some method like initQuery gets invoked).
If the fourth parameter needs to be calculated via some mechanism, then you need to explore whether extending the Controller would do or not. If you extend the controller and not the AM, the method to execute the VO should be invoked in the Controller itself and you would also need to calculate and pass the fourth parameter.
At the same time, it is a possibility that you extend the AM and override the method name (which is invoked by the controller) to calculate the fourth parameter and invoke method initQuery (or call itself) to bind parameters and executeQuery.
So understand the current working first. Hope the write up was useful.
Regards
Sumit

Similar Messages

  • Regarding Customization

    Hi guys,
    1) Could somebody tell me How many types of customization can be done in R3 level. I believe only two types are available. do we have any other type than this?
    for example.
    1.Customize and save it by Transport request.
    2.Customize setting done thru SPRO tr-cd.
    2) Also Could you please tell me how to fetch this customize setting( above 1) and 2) ) from tables or using any Transactions.
    Thanks in advance
    Regards
    Ambichan

    Hi athish,
    Thanks for your reply.
    I saw the table CDHDR and CDPOS customizing tables. Table CHDBR have some entries for 2006 year. but not for this year 2007.
    IF i check the LOG DATA CHANGES flag for the table it is being unchecked.
    In this case. How to track the customizing changes. any alternate ways.
    regards
    ambichan

  • Regarding customization of portal page

    Hi
    any body suggest me how to change look and feel of a particular page in the portal.
    thanks
    sekhar.

    Hi Sekhar,
    The look and feel of any portal page can be changed by the Portal Themes i.e at System Admin->Portal Display->Theme Editor,where all the exterior changes like colours, themes and images can be done.
    Bt when u want to add any extra link,change the welcome message, or change the way ur portal page looks to end users,u need to change the com.sap.portals.navigation.masthead.par file available at
    ROOT\portalapps. Create a project with the parfile in NWDS under Portal INF we hav 4 jsp files,
    We have headeriview.jsp which is the file containing the functions for the portal login page.we also hav UMElogon.jsp page. Change the jsp code for editing your page. Adding a new link,popup come message.etc..
    Now after editing the login page rename the par file with teh same name (com.sap.portal.navigation.masthead )from the Project we created at NWDS.
    Go to System Admin->support ->Portal Runtime->Application Console->upload ur parfile and then the changes will be displayed at ur loginpage..
    PS:test the code properly before uploading par file at PRT
    Regards,
    Shaila

  • Regarding Customization , Access and Protection Levels

    Hi All,
    I need some information on Customization , Access and Protection Levels.
    I need to modify a Oracle Seeded workflow to do some customization wrt approval process.
    How do I determine which process can be modified or not.
    What is quick check to understand what values should I be looking for Customization , Access and Protection Levels on a process that needs to be modified.
    Please help...
    Thanks,

    Hi All,
    We have a requirement to modify the seeded oracle workflow in Purchasing.
    I need to add additional levels of validations by creating some custom processes which would be invoked from the seeded oracle process.
    Could anyone pls advise how do I make my customizations retain even after an upgrade takes place ?
    Thanks,

  • Query regarding customization thru custom.pll

    Hi all,
    Can I use WHEN-BUTTON-PRESSED trigger in CUSTOM.PLL trigger.
    Which are the different triggers use in CUSTOM.PLL .
    request to share your know with me.
    Thanks in advance.
    regards
    sanjay

    Hi;
    Please check below links
    http://www.orafaq.com/forum/t/148221/2/
    Re: how to make a conditional mandatory field by custom.pll
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/handling-whenbuttonpressed-trigger-in-custompll-1874966
    Also see:
    http://download.oracle.com/docs/cd/B25516_11/current/acrobat/115devg.pdf
    Regard
    Helios

  • Regarding Customization of CIC0

    Hi experts,
    i am customizing CIC0 , i created a Framework (L-shaped) and assigned it to the Profile ( i.e. 00000003 , created by me).
    i already designed the Organizational Structure . Now i want to assgned this CIC Profile to User (SAP User).
    i tried transaction PP01.it giving me message "No data object exist for infotype 1260 in status 1".
    please tell me the procedure .
    thanks and regards
    Deepak.

    Steps for Profile assignment  for User ID
    1.Choose Object to be Assigned.
    2.Then from Menu Settings-> Maintain Interface
    3.Then click on Staff Assignment
    4.From Menu click on Goto-> Object Description
    5.Then Click on Active Tab and choose Infotype ‘CIC Profile’
    6.After that for first time assignment we have to click on Create button and next time we can choose Change button 
    Then we can choose the required CIC Profile ID by clicking F4
    and save
    link :
    Re: CIC0 configuration Manual
    regards
    Deepak.
    Edited by: Deepak Kumar on May 7, 2008 1:48 PM

  • Regarding customization of multiple views from a single ICwebclient profile

    Hi SDN,
        I got task to change some of gui components on different views in different
          controls in a BSP application.
    I have to change in  3 differnt views.
        I  want to know how to enclose this in Wedclient profile.
    I have created a following Webclient Profile and saved it.
    <b><?xml version="1.0"?>
    <RuntimeFrameworkSettings>
      <RuntimeRepositorySource type="BSP">
        <BspApplication>CRM_IC_RT_REP</BspApplication>
        <PageName>CRM_IC.xml</PageName>
      </RuntimeRepositorySource>
      <WorkareaDefinition>
        <ViewSet>workViewSet</ViewSet>
        <ViewArea>workViewSetArea</ViewArea>
      </WorkareaDefinition>
      <ControllerReplacements>
        <ControllerReplacement>
          <ReplacedController>BuPaIbaseSearch</ReplacedController>
          <ReplacingController>Z_CRM_IC/BuPaIbaseSearch</ReplacingController>
          <ReplacedController>BuPaSearchB2B</ReplacedController>
          <ReplacingController>Z_CRM_IC/BuPaSearchB2B</ReplacingController>
          <ReplacedController>IRecReason</ReplacedController>
          <ReplacingController>Z_CRM_IC/IRecReason</ReplacingController>
        </ControllerReplacement>
      </ControllerReplacements>
      <InteractionLayerApplication>ALL</InteractionLayerApplication>
    </RuntimeFrameworkSettings></b>
    Included ... BuPaIbaseSearch ,BuPaSearchB2B,IRecReason views in custom
    BSP application along with the controls .
    But only first view in Webclient profile is getting triggered.
    Please provide me solution..

    There is small difference in lines of coding of Webclient Profile.
    it must be like this
      <ControllerReplacements>
        <ControllerReplacement>
          <ReplacedController>BuPaIbaseSearch</ReplacedController>
          <ReplacingController>Z_CRM_IC/BuPaIbaseSearch</ReplacingController>
        </ControllerReplacement>
        <ControllerReplacement>
          <ReplacedController>BuPaSearchB2B</ReplacedController>
          <ReplacingController>Z_CRM_IC/BuPaSearchB2B</ReplacingController>
        </ControllerReplacement>
        <ControllerReplacement>
          <ReplacedController>IRecReason</ReplacedController>
          <ReplacingController>Z_CRM_IC/IRecReason</ReplacingController>
        </ControllerReplacement>
      </ControllerReplacements>

  • Regarding customization of login scree of obiee11g

    HI All,
    i am customizing login screen.
    i have changed the logo of oracle by company logo but
    logo image is coming blurred. so i want increase the size of
    topbody so that logo doesnot compress.
    please tell how to do it.
    also after login i want to change the message from analytic dashboard to something else but not able to do.
    i am able to do for login screen but not after login screen

    Hi,
    It should be same size of oracle_logo.png (default size) so please keep it same size.
    Please refer the below
    http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
    alos try this...
    http://obiee101.blogspot.com/2011/07/obiee11g-multi-skin-and-style.html
    Thanks
    Deva

  • Cisco ISE 1.2 Guest Portal customization with vWLC redirect

    Hello Support Community,
    we have a problem regarding customized web authentication on ISE 1.2 with Package ISE12CustomPortalPackage-v4.zip. We have a Virtual Wireless Controller where we do a redirect to ISE. When we use default guest portal on https://x.x.x.x:8443/guestportal/Login.action authentication and authorization works fine. When we do redirect to Cisco templates on https://x.x.x.x:8443/guestportal/portals/example/Login.html customized login page is displayed and after correct authentication guest successful page is displayed but we can't go to any webserver although ISE shows authentication and authorization as successful. When we try to reach a webserver after successful authentication we get redirected to customized login site. Virtual Wireless Controller shows client aus "Webauth Required" after successful authentication. Central Web Authentication isn't possible because we have a different AAA Server for 802.1X and only use wired guest access on a particular VLAN from WLC. Are there any known issues regarding customization template or is there something wrong regarding our redirect?
    I hope somebody can help us.
    Best Regards
    Benjamin

    Hello Neno,
    1. I attached screenshots below.
    2. There is nothing related to this client.
    3. I attached Debug below.
    We are currently using MAB on our switches as a fallback to our 802.1X on our wired access. Order and Priority currently is 802.1X/MAB/Auth-Fail-VLAN. CWA is based on a failed MAC-Authentication which leads to an Authorization Profile to permit access with Webauth.
    If you configure Wired guest access on WLC there isn't a possibility to configure MAC-Authentication.
    CWA on our switches isn't possible because we are currently using failed MAC-Authentication to direct clients to our Auth-Fail-VLAN which has restricted access secured by SVI-ACL which allows us HTTP Access to printers (manual Cert Deployment) and automated Cert enrollment to our computers.
    Best Regards
    Benjamin

  • How to customize eBusiness Suite?

    I am interested to know how eBusiness Suite supports customization. I have the following queries?
    1. Are eBusiness Suite developed using Forms and Reports?
    2. Are source code provided for customization?
    3. How does eBusinees Suite integrate with another ERP systems? What types of integration mechanisms are available?
    Any discussions are welcome.

    1. Are eBusiness Suite developed using Forms and Reports?Yes
    2. Are source code provided for customization?Oracle Applications is designed to allow the flexibility for any client to extend Applications for their specific needs on an independant basis. Oracle does not support any customization of Oracle Application Object Library tables or modules, and you must work outside of Applications in order for the customization to work as support does not debug custom code.
    3. How does eBusinees Suite integrate with another
    ERP systems? What types of integration mechanisms are available?Please have a look at the following notes:
    Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=176852.1
    Note: 177610.1 - Oracle Forms in Applications FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=177610.1
    Note: 122452.1 - Oracle Support Services policy regarding customization
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=122452.1

  • What is customization in QM Module

    Dear sirs,
    I required information regarding customization in QM Module, in the system,
    also required documents regarding the same.
    B'Regds
    Nagnath

    when I implemented QM for a client, there were "hooks" for screen additions, etc., and a huge amount of customization.  If I recall correctly, the objects were all in function group XQQM.  But, that's been a while ago ;-)...everything may have changed by now...do you have a QM functional support specialist to lead the way?  If so, ask that person for documentation, or try SAP help.

  • Differance b/w Customization & extension?

    Hi guys ,
    kindly guide me about difference between customization and extension .When we use them.
    Thanks
    SK

    Hi,
    Please see these docs.
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    Note: 105127.1 - FAQ (Customization)
    Note: 122452.1 - Global Customer Services Policy Regarding Customizations
    Note: 101048.1 - Customizing/Extending Oracle Applications Release 11 FAQ
    Thanks,
    Hussein

  • What's your flavor?

    Hello,
    I would like to open this thread regarding customization and how we get the best out of our computers for everyday use.
    What themes for windows 7 do you use? What programs? Wallpapers? Can we share with each other opinions and suggestions?
    I can start with some of my favorite programs, the first programs I install after installing windows:
    Antivirus: AVIRA, free. IMO the best free antivirus. Light and very efficient. I feel very protected with it!
    Video player: VLC. Plays almost every video codec and uses very well the resources of my x120e. First thing I do after installing VLC I go to: Tools/Preferences, than Input and codecs, and tick use GPU acceleration. This enable the capabilities of my laptop to play smoothly 1080p videos.
    Audio player: iTunes. A bit heavy, but very good in organizing and playing my collection.
    Dj Mix software: Mixxx. Free software, and works beautifully with a lot of controllers and possibilities. Mix like a pro
    Internet browser: Google chrome. Light and fast. I prefer it more than firefox because it is light on the cpu and the fan is never overloaded.
    Dock bar: Rocket dock. Very happy with it. It is fast, light and beautiful. Very handy to fast open your software.
    Windows Explorer replacement: Total Commander. A powerful utility, two side browser, and a lot of integrated utilities. 
    Picture viewer: Picasa (from Google). Interesting way of managing photo albums. And attractive way of displaying photos.
    Photo slides: Photo story. I fell in love with this software from windows since I installed for the first time windows XP. Now it works in windows 7 too. A very elegant way of preparing slideshows for fun or work.
    This is only a small list, just to start. I intend update it little by little. If you would like, share something with us. We can make our experience with our TP more fascinating
    Thanks to anyone
    abvasili
    Update 1:
    Torrent: µTorrent (micro torrent). It's really tiny, but does the work beautifully. Anyone should have this.
    Codecs: k-lite_codec_pack. To make sure your windows 7 will play every kind of audio or video files you can install .
    Tag editor: Tag&rename. To manage all your audio files, rename albums, add cover art to your songs you can use this program. Very powerful software, with a lot of tools to easily edit audio tags of your collection.
    Update 2:
    Audio player (2): Media monkey. Fast and full featured. You can browse your computer in a tree view, and play your files.
    Picture viewer and light editing: FastStone Image Viewer. Very very fast and light.
    Video player (2): KMPlayer. Highly customizable, plays a lot of video and audio format as well. Light on resources.
    Office Suite: LibreOffice. A MS office replacement. A very good one... and it's Libre
    Update 3:
    MP3 Tag editor (free): Mp3tag. Mp3tag is a powerful and yet easy-to-use tool to edit metadata of common audio formats where it supports ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags.
    I'm just a volunteer. I like to help others where I can. Do my ideas work? I hope so. o_O
    Who helped you today? Do not forget to thank him.
    My hardware: TP x120e 0596-2ru. Windows 7, sp1, 64Bit, English, installed in UEFI mode.

    Hello,
    I like using Autohotkey for automation tasks on my ThinkPads. 
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • Btns & mcs

    I just upgraded from CS2. I am creating drop nav menu for
    html site because spry is too generic looking, and no one in DW
    forum answered my question regarding customization.
    My problem is that in CS3, flash is telling me that I cannot
    add an action to a movie clip or a button. What's with that? What
    good is a movie clip if you can't add an action to it? I opened
    some of my old .fla's and there's no problem with them. It's just
    when starting a fresh animation.
    It's similar to js pop-ups created with DW 8. CS3 will
    support them, but not let you create them. Can anyone help please?

    @Brandon: although you should not really post to someone
    else's topic, and instead make your own, I'll throw you a bone
    since it's your first post.
    many things about AS3 are based on a Listener/Broadcaster
    Event model (to put it loosely) so in order to recieve event
    notification from a button, you must create a listener and an event
    response function.
    In AS2 we would write the code using 'on' handlers, as in:
    my_btn.onPress = function() {
    //do somthing here
    In AS3 we now write a responing function and add an event
    listener to the button instance:
    function doSomething(event:MouseEvent) {
    //doing something here
    my_btn.addEventListener(MouseEvent.CLICK, doSomething);
    All of this information is documented in the Flash Help (F1)
    manual, there's more info there than you will probably ever get
    through, and is a great resource for starting your learning, also
    use the Forum, and ask question, just like you did and soon you'll
    be programming away. good luck, see ya around :)
    @dz: thanks for havin' my back man :)

  • OSB Service Deployment

    I am trying to expose web services from EJB as OSB proxy services. Basically, what I have done so far is, import WSDL of web services from URL, create business service and proxy service, and export the project as sbconfig.jar.
    But when I deploy the sbconfig.jar to different environment, I have to change Endpoint URL in the business service and XML schema references in WSDL file. So rather than manually editing from OSB console, is there any way that I can make it configurable or automated? Thanks.
    Regards,
    Kyi Hein

    Hi Atheek,
    That's really helpful. Thanks a lot.
    I have one more question regarding customization file. I have XML schema import in the WSDL file as below.
    <xsd:import namespace="http://....." schemaLocation="http://localhost:7001/TestEJBBean/TestService?xsd=1"/>
    </xsd:schema>
    I couldn't find any place in customization file that I can modify schemaLocation attribute. How could I edit it? Thanks again.
    Regards,
    Kyi Hein

Maybe you are looking for