How to create  in the Interface controller of a component

Hi  Gurus............
Could any one tel  How to create a method  in the interface controller of component
and  use that componet  into other  comoponent as  Used Contoller .
I  Found  following  Tutorial  but it was not cleared  Description.
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2e71ce83-0b01-0010-11a4-98c28a33195f
Thanks in Advance.

Hi all,
My actual requirement is as follows..
I have implemented some functionality in One component .
Here I  want to create a new method in the interface controller, so that I should be able to access this method in another component by declaring this component as used component in another one.
My problem is, I am unable to create new method in interface controller of my component,
It is appearing i n 'disabled' mode.
Can any one please suggest me the appropriate solution?
Thanks in advance
SivaKumar

Similar Messages

  • How to consume a method on the interface controller from another component?

    Hello,
    I have a project which contains two Components, A & B.
    I have exposed a method at the interface controller of Component A. How can I consume it from Component B?

    Hi,
       First add ComponentA as a used webdynpro component in ComponentB. Then open the Interface Controller of B and switch to Properties Tab. Select Add in the "Required Controllers" section. From the dialog that appears, select A's interface controller. Then you can access A's method from B's interface controller as:
    wdThis.wdGetAComponentInterface().<method>;
    Regards,
    Satyajit.

  • How to create a login interface in labview PDA module?

    How to create a login interface in labview PDA module? So that it checks with a list of usernames and passwords and allow to go to another VI?
    Anu

    Anu,
    I've attached a really short example that does something like what you're talking about.  It just compares the user's username and password a pre-determined username and password and then "logs the user in" based on that comparison.  Like Greycat said, you probably want to store this username and password info in some sort of file on the PDA that's in an encrypted format for both security and flexibility of your application.
    I hope this helps,
    Justin D.
    Applications Engineer
    National Instruments
    Attachments:
    LoginVI.vi ‏17 KB

  • How to Create Rule in Interface Data Transformer.

    Hi,
    If any one know how to Create Rule in Interface Data Transformer(IDT) Super user by using Lookup(Oracle R12 Version) Please help me on this.
    I have one value in GL Interface table, while loding data into base tables (GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES) that values replace with another value.
    For that purpose we have to use Interface Data Transformer.
    If any one how to create rule in IDT, Please give me a example how to create rule by using Lookup.
    Thanks in Advance.
    Regards
    Varma.

    Hi;
    Please check below note which could be helpful for your issue:
    Setup Checklist for the Interface Data Transformer - Global Consolidations System [ID 277875.1]
    Regard
    Helios

  • Public functions in the interface controller

    Hi all,
    My project includes 3 components. Each component has its own Iview and public functions.
    The application will run a main component that uses those 3 components.
    What is the right way to call the public functions?
    Should I announce them in the interface controller?
    Or should I use plugging for doing it?
    If I announce them in the interface controller, how I am calling them from the main component?
    Thanks,
    Noy

    I can't see the public function. I try to do:
    wdThis.wdGet<componentName>ComponentUsage().
    And
    wdThis.wdGet<componentName>ComponentUsage().getInterfaceController().
    To be clearer:
    I got 2 components: component A, which uses component B.
    Component B has a public function in the component controller called "func1". This function is also announced as a method in the interface controller.
    What I want to do is to call func1 from the component controller of component A.

  • I have just downloaded Photoshop CC and it´s in Norwegian. How do I change the interface language to English?

    I have just downloaded Photoshop CC and it´s in Norwegian. How do I change the interface language to English?

    http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html and
    http://helpx.adobe.com/x-productkb/policy-pricing/order-product-platform-language-swap.htm l

  • How do you set the text of a Hyperlink component in code

    I am using Visual Web pack in NB 6.0. How do you set the text of a hyperlink component in code?
    Please see screenshots at
    http://coba.usf.edu/departments/isds/faculty/agrawal/projects/java/
    I have a hyperlink in a grid panel. I am using
    hyperlink1.setText("Hello"); in prerender(),
    but the Hyperlink shows up with the text "Hyperlink", whereas I was expecting "Hello". However,
    hyperlink1.setUrl("http://www.usf.edu"); works as expected.
    I tried nesting a static text in the hyperlink as suggested in the Creator guide (ed 2, Google project). I deleted the "Hyperlink" text in the properties editor but then the page turned out blank.
    Thanks
    Manish

    Hi Manish,
    Great to know you were able to fix your issue. The following blog entry has the list of resources you would like to look at for future.
    http://blogs.sun.com/NetBeansSupport/entry/useful_resources_for_visual_web
    Thanks
    K

  • Need information on how to create Idoc Inbound Interfaces for Business Sys

    Hi,
    I'm losing it.
    Can anyone point me to some documentation or an example of how to create inbound interfaces for Business Systems in PI 7.1.
    Here's the scenario
    I'm working on a B2B integration process which sends inbound idocs to an ECC 6.0 system.
    I've created the Business System communication component  but under the Inbound Interfaces it is blank.
    I want to have MBGMCR.MGBMCR03 as an inbound interface.
    But I forget how to get it there.
    For Business components you can just add the inbound interface.
    I've already defined the Business System in the SLD pointed it to the correct Tech System, imported the idoc definitions in the Enterprise Service Builder and set up IDX1, IDX2 to ensure the metadata exists in PI.
    But for Business systems the hep says that it's got to come from the SLD.
    Outbound/Inbound Interfaces
    For each business system, the interfaces that are installed on the business system are also entered in the SLD. These interfaces are displayed in this frame. You cannot add any other interfaces.
    I know I've done this before, but I can't remember how.
    Cheers,
    John

    Hi John ,
    Please have a look at the following links which might be of help to you
    PI 7.1 IDocs interfaces act as operations
    http://www.sdn.sap.com/irj/scn/weblogs;?blog=/pub/wlg/7933
    /people/peter.gutsche/blog/2008/10/27/what146s-new-in-sap-netweaver-pi-71
    There is a section in the following link on IDOC , have a look at the links in that section
    https://wiki.sdn.sap.com/wiki/display/XI/ImportantBlogsand+Notes
    Best Regards

  • How to create Labview User Interface with buttons?

    Hello,
    I try to create a user interface, where the TestStand sequencies can be selected one by one not only Test UUT, Single run and run Mainsequence (about 20 buttons needed).
    I'm playing with the simple UI shipped with TS and can load the sequence file and run automatically a sequence (Main or another).
    How can I create and assign buttons to all sequence files in my TS project?
    Any help would be appreciated.
    Thanks. (TS 4.0, LV 8.0)

    I've modified my main VI with the below steps.
    I still don't know how to create and assign front panel buttons to the user interface.
    Anybody could explain to me how do I need to modify the attached part of my main vi and how to assign buttons.
    Thanks.
    Attachments:
    InteractiveArgs_2.png ‏12 KB

  • [SOLVED] How to create a wlan0 interface?

    Hello:
    I'm getting a lot of problem with my wireless card, as you can see in this post (unsolved).
    I installed the supposedly driver for my wireless card without result. Installed "WICD" -installed networkmanager, but never achieved to initialize the GUI- and just see my wired connections, not the wireless, mine or from others.
    I'm just wondering if the problem is that I do not have a "wlan0" interface in my "/etc/rc.conf". If that  is true, could I create one by myself? In the wiki there are many pages (wireless setup, beginners guide, etc) that makes some dispersion in the information and it is difficult to me to follow -and evaluate- That's why I'm asking for your support.
    My actual rc.conf -selected parts- is -notice that because WICD there are some "!", as the wiki suggested -:
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(!eth0)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus !network wicd netfs crond alsa hal sensors privoxy tor)
    ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:1E:33:FE:CA:04
    inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21e:33ff:fefe:ca04/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1165 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1091 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:849947 (830.0 Kb) TX bytes:132884 (129.7 Kb)
    Interrupt:44 Base address:0xe000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:14 errors:0 dropped:0 overruns:0 frame:0
    TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
    iwconfig:
    lo no wireless extensions.
    eth0 no wireless extensions.
    Should I create a wlan0 interface? How?
    Thank you very much.
    PD: I also create a WPA profile in netcfg, following the wiki, but it is not working. I get:
    > Profile "mynetwork" does not exist (but I created it!!!)
    Last edited by gromlok (2010-10-16 03:13:59)

    [offTopic]
    I know this is not what you expect as a reply but anyway... I recently bought a very nice machine which is a Thinkpad x201i (the cheap version of the x201), great build quality, affordable price, perfect size and enough processing power. The problem is that it came with a realtek 8192se wireless card. It's everywhere on the internet: the driver sucks and it's only supplied by the vendor (so not in kernel tree, not even in staging). it costed me few bucks and 20 minutes of my time to replace it with an intel centrino advanced 6200N, I guess the Intel Centrino-N 1000 is even cheaper (saw it at less than USD15 on amazon). You'll get in-tree kernel drivers, injection support and all that fun stuff... I was happy to pay the extra money just thinking about the endless frustration I would have gotten with the realtek card. Not that compiling a driver makes me scared, but using a crappy driver is a pain.
    [/offTopic]
    Last edited by bangkok_manouel (2010-10-16 02:55:39)

  • How to create one soap interface with two soap action?

    Hi,
    I need to create one SOAP Interface with two or more webmethods (soap action), for example:
    Interface: MI_Outb_User
    Webmethods: createUser, searchUser, deleteUser.
    Can anybody helpe me?

    Hi Santos,
    I assume you will use one action at a time and depending upon certain condition you want to invoke the webservice and the corresponding action. If this is yes, then please check michaels reply in this thread:
    How can I handle serveral soap actions 
    or see stefans reply:
    Re: Is SOAP Adapter Action field can contain 2 or more "SOAP Actions"
    If this is not, then please ignore it.
    Regards,
    ---Satish

  • How do I customise the interface?

    Hi
    I'm curious to know IF there is a possibility to change the colour of the 'boxes' that you have on Photoshop CS6?
    For example, when you click 'NEW' and the box opens to select paper size, or, for example the FONT CHOICE scroll...all these type boxes are very pale grey on my photoshop cs6 with tiny, slightly darker font. I have managed to change the interface itself to dark grey, which has been wonderful for my eyesight, but the boxes remain light.
    I have vision issues, which have me seeing better when its light text on dark background, and I'm finding this hard on my eyes. Thankyou heaps if anyone can help, please?
    Ali

    Hi
    You are limited in setting up the Interface for the Applications, You can not specify in to depth
    the Colors that are used in the Interface, however you can adept the Workspace to your liking.
    Here are some overviews on how to set up the Workspace for your preferation.
    - The Photoshop workspace | Learn Photoshop CC | Adobe TV
    - http://tv.adobe.com/watch/learn-photoshop-cs6/creating-usergenerated-workspaces/
    Photoshop Help | Workspace basics
    Hope this helps

  • How can i display the MRP controller in transfer order print?

    Dear all:
       When i print the transfer order(Tcode: LT31) ,i want to display the MRP controller in the output form.
    How can i get that ?
    I found the user exit MWMD0001 and add the code in the include like this:
       select  single dispo from marc
         where matnr = ltap-matnr
               and werks = ltap-werks.
         zdispo = marc-dispo.
    But caz the "zdispo"  could not been brought to the "print form " of the report RLVSDR40 which control the print LT31.So ,i failed.
    Anyone advice?

    The problem is as zdispo is declared in your user exit it doesn't become available. Had it been declared variable in the include of the program for LT31 you would be able to use it directly in the script.
    Try doing this instead in your layout set.
    /: PERFORM MRP_CONTROLLER IN PROGRAM ZABCXYZ
    /: USING &LTAP-MATNR&
    /: USING &LTAP-WERKS&
    /: CHANGING &ZDISPO&
    /: ENDPERFORM
    in your program ZABCXYZ.
    FORM MRP_CONTROLLER tables in_par structure itcsy
                               out_par structure itcsy.
    tables: marc.
    data: matnr like marc-matnr.
    data: werks like marc-werks.
    READ TABLE IN_PAR WITH KEY ‘LTAP-MATNR’.
    CHECK SY-SUBRC = 0.
    MATNR = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘LTAP-WERKS’.
    CHECK SY-SUBRC = 0.
    WERKS = IN_PAR-VALUE.
    select single dispo from marc
    where matnr = ltap-matnr
    and werks = ltap-werks.
    IF SY-SUBRC = 0.
    READ TABLE OUT_PAR WITH KEY ‘ZDISPO’.
    CHECK SY-SUBRC = 0.
    OUT_PAR-VALUE = MARC-DISPO.
    ELSE.
    CLEAR OUT_PAR-VALUE.
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    This should work.

  • How do I get the QT controller to show (play, pause, rewind, etc.)?

    Hello all. Usually I don't want the QT controller to show up on the video I have on my website. I want viewers to watch the short clips complete without messing around them. So I did something (who knows what) to ensure that the controller would not show or that viewers could download (Kiosk mode I think).
    I have now added a client only section to the site where I want to add the controller back so that clients can review work and make edit notes, etc. For this they need to be able to pause, rewind, etc. I can't for the life of me figure out how I get the controller to show back up. All the trues, falses, etc.
    The video is encoded as h.264. The player shows up when played native from the desktop in the Quicktime Player - just not when it's on the website.
    Many, many thanks for any help.

    You need to add 16 pixels to height dimension in your html code (a 320X240 video would use 320X256).
    The controller is on be default and no html tag is needed. To remove the controller you would use controller="false". So you must remove those lines in your page code.
    Kioskmode doesn't remove the controller. It prevents downloading of the file.

  • When I call an external program from Labview, how can I embed the interface into the front panel?

    I'm running Labiew 6i for Linux. I'm using a system exec.vi to call an external program to do image manipulation (since there is no IMAQ for linux). How can I embed the user interface of the external program into the front panel of Labview?

    As far as I know, the only way to embed other GUIs in LabView is an ActiveX in a container.
    As long as you are using Linux, try to place (moving them on the desktop ) the two windows linked (like those 3 of WinAmp).

Maybe you are looking for

  • How to get list in itunes & ipod touch to synce based on sort

    I can't find how to get a smart playlist that I created and called "most played" in itunes to be in the same order on my ipod. I created a smart playlist that contains all songs that have been played more than 100 times and clicked on the "plays" col

  • G4 power mac SDRAMM DIMM slots

    I re-seated the three boards, but one of them doesn't go down as far as the other two. I don't know if that's right or if there's something wrong with how I'm putting it back in. I don't want to force it and possibly break the board.

  • HT4111 Can a bluetooth mouse be used with ipad2?

    I CAN'T GET MY BLUETOOTH MOUSE TO PAIR,

  • Subcontracting Procedure

    Hello In Subcontracting Procedure, we have entered the wrong value in PO(1000INR instead of 1INR), and after that we make the Migo and Invoice also, after that we know that PO value is wrong , and we changed the PO price  and corrected, how  to sette

  • Digital Edition will not open purchased ebook

    Purchased ebook in Adobe format and downloaded to computer. Both computer and pocket pc are activated in Adobe DRM website. The book will open in Adobe Digital Editions to be read on the computer itself. But when I click on the ebook to open in Adobe