Let me know how to use a method..

Hi.
I want to use a method for getting a screen size in user's pc registry.
But, it is so difficult that it's usage.
Please, tell me how to use it, if you know how to get a screen size.
what is root, key, value?
CALL method CL_GUI_FRONTEND_SERVICES=>REGISTRY_GET_VALUE
   EXPORTING
        ROOT =
        KEY  =
        VALUE =
   IMPORTING
        REG_VALUE =
Best regards,
kil-nam.

Hi.
I programmed that it uses docking containers.
Because a docking container has an absoluted value, 1024X768 size and others is different shape.
So, I want to change absoluted value as user's pc size,
Thank you..
Best Regards,
kil-nam.

Similar Messages

  • Please let me know how to use ++HLN text CVR command in sapscript

    Hi,
       does any one know how this ++HLN number CVR command need to implement in sapscript?
    Regards,
    Challa.

    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • Can anyone let me know how to use drive slim

    I need step by step instructions for backing up my macbook pro using time machine with g drive slim.
    Also, how to restore back to my computer.

    Hi ,
    This is only available on ASA 9.3.2 and above:-
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa93/configuration/general/asa-general-cli/interface-zones.html#pgfId-1068427
    Also , using the Active/Active HA on the ASA to load balance is nothing but distributing your traffic into two different failover groups and keeping the groups active on one ASA and the other group active on the other ASA device.
    http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/99131-multiple-context.html
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/ha_active_active.html
    Thanks and Regards,
    Vibhor Amrodia

  • I don't  know how to use these methods. actionPerformed, additem, and remov

    cand any one help me to implement these actions.
    I want to be able to select item from the the list to the textarea by using the addit button.
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    public class Shopping extends Applet implements ActionListener, ItemListener
         private TextArea buy;
         private List foodList;
         private Button purches, remove;
         ItemList myitems;
         public void init(){          
              myitems = new ItemList();
              foodList = new List();
              foodList.add("Rice");
              foodList.add("Corn");
              foodList.add("Beans");
              foodList.add("Wheat");
              foodList.add("Banana");
              foodList.add("Bread");
              foodList.add("Meat");
              foodList.add("Fish");
              foodList.add("Nuts");
              foodList.add("Apple");
              foodList.add("may");
              foodList.add("salt");
              foodList.add("season");
              foodList.add("Beef");
              add(foodList);
              foodList.addItemListener(this);
              purches = new Button("Add IT");          
              add(purches);
              purches.addActionListener(this);
              remove = new Button("I don't want");
              add(remove);          
              remove.addActionListener(this);
              buy = new TextArea(10, 20);          
              add(buy);          
         public void itemStateChanged(ItemEvent e){
              if(e.getSource()==foodList){
                   String foodChoice = e.getItem().toString();
         public void actionPerformed(ActionEvent e){
              if(e.getSource()==purches);
              //myitems.addItem(items);
    class ItemList{
    String[] myList;
    private int count;
    public ItemList(){
    myList =new String[9];
    count=0;
    public int countList(){
    return count;
    public void addItem(String items){
    while(count < myList.length){
    myList[count++]=items;
    public void removeItem(String items){
    while(myList[count]!=null){
    if(myList[count].equals(items)){
    String discard = myList[--count];

    First of all the list does not produce any action event for a
    single click. It produces an action event for the double click.
    So you must use a choice list.
    for the list, the function used is actionPerformed(ActionEvent
    e)
    for the choice list , the function used is
    itemStateChanged(ItemEvent e)
    you must use a "\n" in the string to bring the item to the next
    line in the textarea.
    I am giving the full program below.
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    public class Shopping extends Applet implements ActionListener, ItemListener
    //my code here.
    String items=" ";
    //my code ends here.
    private TextArea buy;
    private Choice foodList;
    private Button purches, remove;
    ItemList myitems;
    public void init(){
    myitems = new ItemList();
    foodList = new Choice();
    foodList.add("Rice");
    foodList.add("Corn");
    foodList.add("Beans");
    foodList.add("Wheat");
    foodList.add("Banana");
    foodList.add("Bread");
    foodList.add("Meat");
    foodList.add("Fish");
    foodList.add("Nuts");
    foodList.add("Apple");
    foodList.add("may");
    foodList.add("salt");
    foodList.add("season");
    foodList.add("Beef");
    add(foodList);
    foodList.addItemListener(this);
    purches = new Button("Add IT");
    add(purches);
    purches.addActionListener(this);
    //my code
    //foodList.addActionListener(this);
    remove = new Button("I don't want");
    add(remove);
    remove.addActionListener(this);
    buy = new TextArea(10, 10);
    add(buy);
    public void itemStateChanged(ItemEvent e){
    //my code here.
         String s = ((Choice)e.getItemSelectable()).getSelectedItem();
         System.out.println(s);
         items=items+s+"\n"; //the \n is given so that the next item comes in the next line.
         buy.setText(items);
    //my code ends here.
    public void actionPerformed(ActionEvent e){
    //if(e.getSource()==purches);
    //myitems.addItem(items);
    String s=((List )e.getSource()).getSelectedItem();
    System.out.println(s);
    class ItemList{
    String[] myList;
    private int count;
    public ItemList(){
    myList =new String[9];
    count=0;
    public int countList(){
    return count;
    public void addItem(String items){
    while(count < myList.length){
    myList[count++]=items;
    public void removeItem(String items){
    while(myList[count]!=null){
    if(myList[count].equals(items)){
    String discard = myList[--count];

  • How to use secondary method in workflow?

    Hi friends,
    can anyone plz let me know how to use secondary methods in workflow? it would be helpful if u explain with an example..
    thanks and regards,
    Arun.S

    Hi Arun Kumar,
    The Sec Method can be used in the user decision step. The secondary methods are executed along with the user decision step. You have 3 options. Either execute a secondary method before executing the user decision step or after execution of user decision step or while executing the user decision.
    For this define the methods either in Methods before execution of workitem execution to execute it before user decision step or Methods after execution of workitem so as to execute it after the execution of user decision.
    In order to execute a method along with user decision step execution use secondary methods (amodal call.)
    Let me know if you have any queries.
    Regards,
    Raj

  • How to use set_encoding method to set encoding in ABAP Mapping

    Hi All,
      Can anyone please let me know how to use set_encoding method in ABAP Mapping to set encoding.
      Any help would be greatly appreciable.
    Regards,
    Dinakar

    Hi Stefan,
    Thanks for your info. Let me try in ABAP Forum.
    Regards,
    Dinakar

  • How to use getContent() method in custom JSP Provider to display a HTML Pag

    Hi,
    If anybody knows how to use getContent() method to use in custom jsp providers (developed by ourselves) so that it can be used to retrieve a jsp page (a simple html page) ..
    I want the code in the provider java file to for the getContent method...
    Pls. get back to me asap....if any body has implemented a custom jsp provider...as it's urgent...
    I have alreday placed the JSP file in the directory structure /etc/opt/SUNWps/desktop/default/channel_dir..But still the jsp is not being displayed..
    Pls get me the getContent() method code to retrive the JSP file..
    satyabrata

    Hi,
    You don't have to do anything in the custom JSPProvider's getContent method except the call {  return super.getContent(request,response); } . If all you want is just to show your jsp, then create a channel from the default JSPProvider, and edit the property contentPage of that channel from samplecontent.jsp to your jsp name, save the changes and login again. You should see your JSP.
    Sanjeev.

  • Interface/Method question (how to use the method insert_table)

    Hi people!
    I'm working with DOI (desktop office integration).
    So far I've been able to reflect flat variables from my ABAP program into a Word Doc, but when it comes to internal tables I'm not sure how to achieve this.....
    I find out in the interface i_oi_word_processor_document the method insert_table, but I can't find a single simple example on how to use it....
    If no one knows how to use this method, does anyone know how to reflect an internal table fron my program into a Word Doc by another mean?
    Thanks in advance!!!
    Regards,
    Laura

    Hi Laura
    If you want you can use direct OLE calls. For this, you can refer to the tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c1d54348-0601-0010-3e98-bd2a2dcd9e6c">"An Easy Reference For OLE Automation"</a> published at SDN.
    Kind Regards
    *--Serdar
    [email protected]

  • HI Team, Recently One week back I bought a new iphone 5 from India. They have given me a used mobile which has a different IMEI number when compared to the IMEI number present on the box. Please let me know how to proceed further

    HI Team, Recently One week back I bought a new iphone 5 from India. They have given me a used mobile which has a different IMEI number when compared to the IMEI number present on the box. Please let me know how to proceed further

    When you went back to the place where you purchased this phone, & asked them, what did they say?
    No one here can help you with this, nor can/will Apple. You need to take this up with whoever you purchased this phone from.

  • Hello my name is jose quant, and let me know how I can use CAMERA RAW adobe bridge because the bridge use and want to open a camera raw image, I get a message that says: MAIN BRIDGE aplicaion NOT ACTIVATED. BRIDGE REQUIRES A PARTICULAR PRODUCT HAS BEGUN A

    Hello my name is jose quant, and let me know how I can use CAMERA RAW adobe bridge because the bridge use and want to open a camera raw image, I get a message that says: MAIN BRIDGE aplicaion NOT ACTIVATED. BRIDGE REQUIRES A PARTICULAR PRODUCT HAS BEGUN AT LEAST ONCE TO ACTIVATE THIS FEATURE. I wonder what that means?
    I use a lapto (windows 7) 64-Bit operating system.
    Thank you,
    my email is: [email protected], if you send me the answer to my query

    You need to activate Photoshop.
    Mylenium

  • Could you let me know how to enable and use ITS on SAP ECC5  and ECC6

    Could you let me know how to enable and use ITS on SAP ECC5  and ECC6

    Hello Tina,
    please see here
    in tree select "Installation and Activation"
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/b8/2a8d65be7eee4eb66067f8a33d1c8b/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/b8/2a8d65be7eee4eb66067f8a33d1c8b/frameset.htm</a>
    best regards

  • Could anyone please let me know how to set a ICC profile with Acrobat dlls using Csharp or VB

    Could anyone please let me know how to set a ICC profile with Acrobat dlls using Csharp or VB

    Cant we even use the dlls in an application?
    In order to automate Acrobat, you need to have Acrobat installed. There is
    nothing you can do with just the DLLs. As was already stated, Acrobat is
    not licensed for use on a server, but regardless of that, it's also
    not technically suitable for server use. You need to find a solution
    outside of Acrobat to solve your problem.
    It also seems that you don't have a good understanding of what is going in
    inside a PDF file. PDF is a very complex file format, and based on
    your questions
    and followup questions, you need to spend a considerable amount of time
    getting familiar with the PDF file format to understand how color works in
    the PDF context. Reader the PDF spec, while paying special attention to the
    section about color. You will find out that if you want to convert the
    color space of a "PDF file", you actually need to convert the color space
    associated with every single object in your PDF file. That is fairly simple
    for vector graphic and text, but when it comes to images, you may have to
    convert the image data. Once you have a good understanding of what it is
    you need to do within the PDF file, then you can start looking for tools
    that allow you to do that. Again, Acrobat and therefore the Acrobat SDK is
    not suitable for this task. If you want to stay with Adobe products take a
    serious look at the PDF Library, which his licensed through Datalogics (
    http://www.datalogics.com/products/pdf/pdflibrary/). As you've mentioned,
    there are other, non-Adobe PDF libraries that you can also use, but this is
    the Acrobat SDK forum, so I won't discuss any of those 3rd party solutions.
    You are wasting your time while looking for a simple solution that does not
    exist.

  • I am having problems transefering contacts to my I pod when syncing the message comes back with contact in use by I pod please close and try again, please could you let me know how to close contacts on the  pod or is there a setting that is wrong etc,

    I am having problems transfering contacts to my I pod when syncing the message comes back with contacts in use by I pod please close and try again, please could you let me know how to close contacts on the  pod or is there a setting that is wrong etc, i have restored the device. if i go to contact via settings the screen comes on for about 2 seconds and then goes off - Help

    Single click on the Home button. Then double click on the Home button. In the recently used row, touch and hold the Contact app till they start to wiggle and then tap the minus sing by the contacts app.
    Also make sure the Contact program on your computer is closed.

  • I'm not able to enrol in a iOS developer program as individual. My browser says too many redirects. I'm using the Safari Browser. Please let me know how to solve this issue.

    I'm not able to enrol in a iOS developer program as individual. My browser says too many redirects. I'm using the Safari Browser. Please let me know how to solve this issue.

    Further to my earlier post, I have just read an entry noting that if you already own a domain name, and ask your hosting service to forward and mask your iWeb '08 created, web.mac.com site to your personal domain, chances are that due to the masking of the site on web.mac.com, Safari browsers interpret the masking as being the end of the site, and as such, just return a blank page?
    This may explain the problem. However, call me old fashioned, and possibly a little naive, but surely this cannot be the problem?? It's OK in Firefox!

  • Please let me know how to see the details related to the Key figure used

    Hi,
    Basic key figure BHSL-I belonging to the table GLPCT is used in the one of the reports created using the Report Painter.
    Please let me know how to see the details of the BHSL-I key figure.
    Details I am looking for is, how the field BHSL-I is getting populated I mean from which field/fields combinations and what is the formulae involved in the calculation of the key figure.
    Please let me know if any documentation exists about the key figures.
    Thanks in Advance.
    Madhuri.

    What model year is it? If older than a 2011 model, and even some early 2011 models, you will need the original install discs that came with it.
    If older than a 2011 model then you use the Online Internet Recovery system to erase the drive, format it Mac Extended and then reinstall OS X.
    To access that online recovery system at startup hold down the Command + Option/Alt + r key and keep them held down until you see a globe on the screen.

Maybe you are looking for

  • Smartform & ABAP Webdynpro & Internal table

    Hi Expert, I am able to open the smartfrom by using ABAP Webdynpro. But when I try to add the table under "Global Settings -> From Interface -> Table" Paramemter Name       Type Assignment    Associated Type I_ZSG_PAY_DATA     Like                   

  • External library Same name of lib for windows and linux

    I have a VI library, under Windows. This library contains a bunch of SubVI who call our libAPI.dll We are currently adding support for Linux. And, thus, have the equivalent for our libAPI.dll which is libAPI.so for Linux. Is it possible to use a gene

  • IPads in School and Apple's Education Discount

    I'm a high school art and photo teacher and I bought the iPad the before the start of school year. I had also bought a 15 inch MBP and 17 inch iMac retiring an old G4 tower. I use the iPad every day showing examples of artwork, videos on art, referri

  • Usage of Logging API

    Hi All, According to client requirements, we have to log errors as well as some events in to the portal standard logs. Please let me know how to do this. thanks Supriya.

  • DSN and cfreport

    Dear all, Let's say I have one application where users can choose to connect to more than one databases (live, development, etc). I use one DSN for each database connection, so in this moment I have 3 databases with 3 DSNs. My question is how to let