Is it possible to add reflection to the KVM?

I was wondering if it was at all possible to add reflection to the kvm, or is it completely prohibited by design?
Has anybody attempted/been successful in adding reflection?
Thanks,
JB

The MID profiles don't include reflection, nor does it provide access to the class files for you to manually decompile.
So, I don't think such a thing would be easily done, if at all possable.

Similar Messages

  • Is it possible to add pushbuttons to the SAP Easy Access Front Screen ?

    Dear gurus.
    Is it possible to add pushbuttons to the SAP Easy Access Front Screen when a person logs in?
    if so how can we achieve it ?
    Regards
    Saad Nisar.

    SAP Standard Menu
    SAP Standard Menu helps you in including your own menu within the Sap menu bar .It helps us in making own function related to the program, sub routines or any transaction. The main advantage of this standard menu is that u can even modify this menu according to your client or project needs.
    The main advantage of the SAP Menu bar is that it can find specific transaction without knowing the transaction code.           SAP Menu is determined by the task you are doing in the SAP R/3 system.
    Menu are like Drop down list ,as when you click on any particular menu item, further options will be displayed.
    You can have as many as standard menu bar in the SAP Standard menu.
    The SAP Menu Bar contains the menus for the functional and administrative areas of the system.
    Features of the Sap Menu Bar are as Follows
    Menu     Description
    System     It contains all the function that affect the system as a whole such as Create session, User profile and Log off
    Help     This menu provide various types of online help that are available in R/3 system
    Following are the Steps how to modify the SAP Standard Menu Bar
    Transaction code SE41 is used for displaying the Menu Painter Menu. 
    Now in the Program field ,Type the MENUSYST  as the Program Name.
    Now in the Status field choose the option MEN by using the F4 help .
    After choosing the MEN option for the Status field, click on the Change then the Following Screen will be displayed
    Click OK and move Forward , it is just Alerting that Menusyst is a user interface .
    After that the Following screen will appear with Modify Status Men in Program MENUSYST
    Double click on the Menu bar shown in the Left side of the Screen .Such as the Menu bar will open .
    Double click on the System such that list of menu will be displayed .
    Now you can See there  are two columns  present in the system menu ,One is Code column and other is Text column. Right Click on your desired location of these two column such that it will show the option.
    From the option menu choose the option Insert Entry . By choosing this option a new row is inserted in the System menu . when the New row is inserted then type Menu  in the code field and My Option in the Text Field as follows. Both the code field and the Text Field name depends on your requirments.
    Now Double click on the Menu of the Code field such that Function attributes window will open.
    In the fuction type choose the function type as T (Call a transaction).and then Click Ok.
    After Selecting the Function type . Click on the Ok button of the fucntion Attruibute Screen .
    After that activate the Function by selecting the Menu in the code field and click on the Fucntion Code button Present on the top of the Sap Screen .
    Now Save (Ctrl +S ) interface of the program MENUSYST  .
    Now Activate (Ctrl + F3) interface MENUSYST as follows .
    Now Come to the Initial screen of the Menu Painter i.e . SE 41 ,so as to test the modified SAP Statndard Menu ( by Pressing F3 )  and Type the Program As MENUSYST and status as MEN and then Click Test Button .
    After clicking the Test Button the Status Simulation Screen will appear , just click Excute button on that popup screen.
    Now the Menu Painter Intial Screen will appear such that you can test your function code there. Now Click on the System menu in the Menu Bar
    After clicking to the System Menu , the list of the option will open and our Customized /Modified SAP Menu will appear into it as follows .
    Now you can See that the My Option Menu appears on the Standard System Menu. There are various Advantages of the modification of the Standard Menu which are discussed as follows .
         Code Flexibility, As We can choose our own predefined Standard Menu fucntion in the Program as required by the client.
         Independency . Sap program is independent of various other supporting program that are supporting to the defined function.
         Ease of Code . More Uniformity is established between the Standard Menu function.We can include our own predefined fucntion module within this standard function module
    Deactivating of the SAP Standard Menu
    You can just move to the MENUSYST Prgram through SE41 Transaction Code . then Select the MENU option which you had customized and then click the Function Code again in the SAP screen.
    Then Message will be Displayed that Function MENU is Deactivated as follows .
    Now Save and Activate the interface MENUSYST. Test the Program using the Initial Screen SE41
    And check the System menu in the Menu bar ,then the My Option Menu is deactivated .

  • Is it possible to add button in the main tool panel of AI cs6 using javascript?

    Hello freinds,
    Is it possible to add  button in the main tool panel of AI cs6 using javascript?
    or is there any other way of adding the ui component to the tool panel..
    is it feasible??

    you can't add buttons to the tool panel using javascript, your only option is to create a plugin, you'll need C++ for that.
    yes, you'll need the SDK...if you need help with that, there's a dedicated forum for it
    http://forums.adobe.com/community/illustrator/illustrator_sdk?view=discussions

  • Is it possible to add characters to the Character Palette?

    Just wondering if this is possible and if so, how? Thanks, Paul

    I just thought
    one could add one's own sybols.
    The Character Palette is just a reflection of your fonts, so what you need is a font with the symbol you want. If you put the Palette into glyph mode, you can check out what is in Dingbats, Webdings, Wingdings, etc. But I don't think there is a paw. So you would need to make a font with a paw in it. Here are a couple links for font making:
    FontLab
    FontForge
    I sent several of them to my yahoo
    mail and they did not come through
    You probably need to set the encoding on your browser or mail program to UTF-8.

  • Is it possible to add elements to the lov dynamically?

    Hi,
    I'm using forms6i.
    I've one record group which fetches data from the table, and based on that recordgroup i have one lov.
    But based on the values entered by the user at runtime,(which wont be there in table till it is saved),
    I want to add those items to the already exisitng lov. Is it possible?
    Say i have one column pack_serial, for which i've attached thie above said lov.
    And in the table pack_serial have values 1,2
    In runtime, user entered one more value say 3 to the pack_serial, which is not saved to the table yet
    and the for the next record, user wants to view the elements in the lov. 1,2 is already there since it is saved in the table.
    In addition to that i want to show 3 also(just entered value) in the lov.
    So i may have to add this value,3, to the list dynamically, may be in when-validate-record trigger or something.
    Is the above said possible? if yes please help me do it
    Thanks

    Hi Francois,
    As i explained above, the item should be added to lov for the next record irrespective of whether it is saved to the table or not.
    Like the form looks like this
    PACKSERIAL SERIAL  PACK TYPE  WEIGHT VOLUME.....
    1                1          Type1          4           5
    1                2           ......
    2                1           ....
    3                1           ...Now suppose the first three records are already there in the database, (with packserial 1 and 2)
    and when user try to view the lov from the 4th record, the lov will contain 1 and 2 , as per the recordgroup query which fetches from the table
    But instead he is entering new packserial 3, so serial becomes 1, and then he fills all the other details.
    Now agian user wants to add another record in same packserial 3 with serial 2.
    So this time we should show the lov with values 1,2 (which is already available ) + 3.
    So everytime user tries key-listval may be i need to retrieve all the additionally entered pack serials in the form and add to the lov, before showing the lov.
    Hope it is clear, Please suggest the best way, i'm not v much aware of the multi user environment
    I referred the below thread,
    Dynamically generting LOV's in Forms 6i based on the values entered
    Though the value is getting added to the lov(from the groupcount i understood), it is not displayed!
    Please go through my code in W-V-I (when user enters new pack serial)
    Declare
         rg_name  VARCHAR2(20) := 'RG_PACK_GROUP_SERIAL';
         rg_id    RecordGroup;
         res boolean;
         num number;
         i number := 2;
         errcode number;
         no_of_rows number;
    Begin
    rg_id := Find_Group( rg_name );
         IF NOT Id_Null(rg_id) THEN
              errcode := Populate_Group(rg_id);
              no_of_rows := Get_Group_Row_Count(rg_name);
              Add_Group_Row( rg_id, no_of_rows+1 );
              Set_Group_Number_Cell( 'RG_PACK_GROUP_SERIAL.SPM_PACK_GROUP_SERIAL',no_of_rows+1,:SPM_PACK_GROUP_SERIAL);
              no_of_rows:=Get_Group_Row_Count(rg_name);
         message('value added '||no_of_rows||','||Get_Group_Number_Cell('RG_PACK_GROUP_SERIAL.SPM_PACK_GROUP_SERIAL', no_of_rows));
         message(' ');
         END IF;
         errcode := Populate_Group(rg_id);
         End if;
    End;Note : I already have the record group,'RG_PACK_GROUP_SERIAL', with select query in it.
    Thanks

  • Is it possible to add content to the dropdown navigation on the ipad viewer?

    Not sure if this is possible, if it is where can I find more information?
    Thanks.

    If you mean the table of contents drop down menu then you can edit the text that goes into that either in Folio Producer or in the sidecar.xml (if you use the sidecar).

  • Is it possible to add music from the music downloader app to the original music app?

    I have a bunch of music downloaded on the music downloader app, and i want to play it on the airmusic app, but the airmusic app only shows music from the original music app, and not the music downloader. Is there any way to move my music from the music downloader app to the original music app so it can be played? Sorry if this is confusing to read

    I understand what you are trying to do. It's a somewhat complicated process, but here's how it goes:
    -Connect your iPod to iTunes and select it in the sidebar. Select "Apps" along the top and scroll down to File Sharing.
    -Click on your music downloading app in the apps column. All the music you've downloaded using your music downloading app is downloaded as documents under the app. Select the music files you want, and use the "Save to..." button to save the files to somewhere on your computer (just temporarily), say, Downloads.
    -Open Downloads and drag all the newly saved music files into iTunes.
    -When the music files finish copying into iTunes, sync your iPod and you should be ready to go.
    Let me know if you have any questions.

  • Is it possible to add the date to a photo in an iPhoto calendar?

    After a picture is dragged to a day on my calendar the date disappears, is it possible to add or restore the date? I am using the latest update of iPhoto.

    The photo in the calendar replaces the date. You can ctrl-click the photo and add a caption to show the day number.
    Clicking the disclosure triangle to the right of the caption will show a panel where you can edit the font (all this tested in iPhoto 9.5.1), but it does look funny, you'd be better off by not adding the day number:

  • Is it possible to add icons to a field in the table control  ?

    Dear Gurus,
               Greetings..............
    Is it possible to add icons to the line item of  a field in the table control ?
    Thanks in advance
    Raj Kumar

    HI
    YES IT IS POSSIBLE.
    DO THE FOLLOWING
    1.DECLARE INCLUDE <ICON>.
    2.IN YOUR INTERNAL TABLE DECLARE FIELD ICON
    icon(4) TYPE c,
    3. POPULATE YOUR INTERNAL TABLE WITH APPROPRIATE ICONS BY SELECTING FROM INCLUDE SPECIFIED ABOVE.
    EG:
    wa2-icon = '@5C@'.
    4.PASS IT TO FIELDCAT
    wa_fieldcat-fieldname = 'ICON'.
        wa_fieldcat-icon = 'X'.            " Displayed as Icon
      wa_fieldcat-tabname = ' '.
      wa_fieldcat-seltext = 'Status'.
      wa_fieldcat-coltext = text-001.
      APPEND wa_fieldcat TO it_fieldcat.

  • Can't add reflections to my images

    Like in pages, numbers, keynote I want to add reflections to the bottem of an image. I can't find the option. There is a checkmark for shadows, but no reflections. According to the Apple productpage it should be possible to add reflections. See the exemple I made with keynote. The checkmark "weerspiegeling" means "reflection" (it's Dutch).
    Any help is welcome.

    No, my user account is a domain admin member.
    I know this is a totally side topic, but that's a terrible practice security wise. That's my point whether or not it's the domain admin.
    As for the drivers in the boot image, you need to be using boot images that line up with your version of ConfigMgr to manage them in the console.
    2012 RTM -> WinPE 3.1
    2012 SP1 -> WinPE 4.0
    2012 R2 -> WinPE 5.0
    2012 SP1 with CU3 or CU4 supports WinPE 31 and WinPE 5.0 boot images but you can't manage certain aspect of them in the console like drivers.
    2012 R2 supports WinPE 3.1 boot images (but not WinPE 4.0) with the same caveats.
    You can use the method outlined by Jordan to manually inject drivers if necessary. If there a reason you aren't using the standard boot images created during ConfigMgr installation though?
    Also, you mentioned using the boot images you used in WDS. If these are based on the boot images directly from the Windows media, those won't work at all. As mentioned, you should be using the ones created at install time.
    Jason | http://blog.configmgrftw.com

  • Add button to the transaction SM30

    HI
       Whether it is possible to add a buton to application tool bar in the transaction SM30.
    help reg this.

    Hi,
    Yes, it is possible to add button for the transaction SM30.
    This is possible through Menu exit.
    Procedure for Menuexit:-
    Go to SM30 ->System -> Status
    Repository data -> Transaction -> Double click on it
    Copy package name
    Go to SMOD
    Press F4 then a popup will open
    Click on information system
    Enter package name and press Enter
    Then we will get Exit
    Put cursor on that exit and press Enter
    Go to change mode and save it.
    Go to CMOD or alternatively we can use the path tools -> ABAP/4 Workbench -> Utilities -> Enhancements ->Project Management
    Specify Project name in the enhancement text box
    Click on Create icon on the application toolbar.
    Enter description for the project and save it
    Click on Enhancement Assignment button on the application toolbar
    Give Exit  and save it
    Go to Components on the application toolbar
    Double Click on MENUS001
    Write function text which we want to add to menu item and save it with an request      number
    Double Click on Exit and write code there to display menu item in the screen
    Activate the include program and finally activate the project.
    Please reward points if helpful.

  • Add records in the beginning of the table

    Hi,
    Is that possible to add or append the records in the beginning of the table.
    For example,
       CREATE TABLE app_test (n NUMBER, n1 VARCHAR2(200));
       and inserting new records
      INSERT INTO app_test
         VALUES (1, 'test');
      INSERT INTO app_test
         VALUES (2, 'test');
      INSERT INTO app_test
         VALUES (3, 'test');
      select * from app_test;
    N     N1
    1     test
    2     test
    3     test
      Is that possible to add the records like below. Appending newly inserted rows in the beginning of the table.
    N     N1
    3     test
    2     test
    1     test
      Thanks
    Radha K

    hI,
    Radha K wrote:
    To get achieve sorting order, i have done the following, but the when i
    query the record, its not showing the order which i created in the index.
    CREATE TABLE iot_app_test (
    n NUMBER,
    n1 VARCHAR2(10),
    n2 TIMESTAMP);
    CREATE INDEX
    iot_app_test_indx
    ON
    iot_app_test
    SUBSTR(n2,1,9) DESC, SUBSTR(n2,11) ASC);
    INSERT INTO iot_app_test
    VALUES (1, 'test', SYSDATE);
    INSERT INTO iot_app_test
    VALUES (2, 'test', SYSDATE);
    INSERT INTO iot_app_test
    VALUES (3, 'test', SYSDATE);
    INSERT INTO iot_app_test
    VALUES (1, 'test', SYSDATE + 1);
    INSERT INTO iot_app_test
    VALUES (2, 'test', SYSDATE + 1);
    INSERT INTO iot_app_test
    VALUES (3, 'test', SYSDATE + 1);
    INSERT INTO iot_app_test
    VALUES (1, 'test', SYSDATE + 2);
    INSERT INTO iot_app_test
    VALUES (2, 'test', SYSDATE + 2);
    INSERT INTO iot_app_test
    VALUES (3, 'test', SYSDATE + 2);
    SELECT *
    FROM iot_app_test
    WHERE n2 <> SYSDATE + 3
    N     N1     N2
    1     test     4/28/2010 1:59:26.000000 PM
    2     test     4/28/2010 1:59:30.000000 PM
    3     test     4/28/2010 1:59:33.000000 PM
    1     test     4/29/2010 1:59:38.000000 PM
    2     test     4/29/2010 1:59:41.000000 PM
    3     test     4/29/2010 1:59:44.000000 PM
    1     test     4/30/2010 1:59:48.000000 PM
    2     test     4/30/2010 1:59:51.000000 PM
    3     test     4/30/2010 1:59:53.000000 PM
    The query doesn't have an ORDER BY clause, so the results could be in any order. In fact, you can run the exact same query with the exact same data seconds apart, and get a different order every time.
    The index doesn't change that. Someone above mentioned an Index Organized Table (which is not merely a table with an index), where you can control the order in which rows are stored (as if you wanted to). There is still no guarantee that, absent an ORDER BY clause, output will be in any particular order.
    But when i use the same function in order by clause, its showing the correct result.To repeat what others have said already, the only way to get output in any particular order is to use an ORDER BY clause.
    (CONNECT BY queries are the only exception of which I know. There is a partial ordering in CONNECT BY output, even if you don't use ORDER BY or ORDER SUBLINGS BY.)
    >
    SELECT   *
    FROM iot_app_test
    ORDER BY SUBSTR (n2, 1, 9) DESC, SUBSTR (n2, 11) ASC;
    N     N1     N2
    1     test     4/30/2010 1:59:48.000000 PM
    2     test     4/30/2010 1:59:51.000000 PM
    3     test     4/30/2010 1:59:53.000000 PM
    1     test     4/29/2010 1:59:38.000000 PM
    2     test     4/29/2010 1:59:41.000000 PM
    3     test     4/29/2010 1:59:44.000000 PM
    1     test     4/28/2010 1:59:26.000000 PM
    2     test     4/28/2010 1:59:30.000000 PM
    3     test     4/28/2010 1:59:33.000000 PMCan anyone tell me what's wrong with this.Nothing is wrong.
    You're getting the correct output, in the correct order. Why do you think anything is wrong?

  • Add Parameter in the browser-adress-line?

    Hello,
    is it possible to add parameters in the address-field? Like this:
    http://bondbmstst01.eba.local:7777/pls/htmldb/f?p=101:1:USERNAME=ORACLE
    Can I start so my application to set a field USERNAME on a page or something like this?
    Regards,
    Mark

    Hello Mark,
    You should check page 4-15 in the Apex user's guide. There is a good explanation about all the options of the f?p syntax, including the options to use itemNames and itemsValue.
    If your application id is 10, and your default login page is 101, you should be able to use something like:
    http://bondbmstst01.eba.local:7777/pls/htmldb/f?p=10:101:::NO::P101_USERNAME:ORACLE
    Regards,
    Arie.

  • Possible to add comments in Pages?

    This weekend at a seminar I read all the papers on my iPad, instead of printing them out. Which was wonderful. The only issue I faced was while taking notes, which I eventually did using the Notes app. It would have been wonderful though if it were possible to add "Comments" to the Pages documents, the way we can do in Pages on our Macs. Is it possible to do so in the iOS version of Pages? If not, are there any good alternatives available? Thanks in advance for your suggestions.

    Sure, there is only one version of Pages in iOS for iPad, iPhone and iPod. That's clear enough. If Pages cannot help in inserting comments, are there any other good alternatives that might be helpful--in adding comments on Pages, perhaps also Word (.doc and docx) and even PDF documents? I don't anticipate a single app doing all this but perhaps different apps dealing with these different file formats? All suggestions welcome. Thanks.

  • Add field to the transaction variant OT43

    Hello,
    I found the following Note: 2596 but  I can't create a field in Dynpro:  SAPMF40K /8000/220 and I don't  found other options as badi, user exit, enhancement , bte, etc.
    I need to create the following field: FEBMKA-VGEXT_EL on the screens above.
    The transaction OT43 by your program uses T021Q table but  I can't modify the table or add an entry T021Q, because internally the  program   that manages the view of fields for transaction FF67, it executes statements as "DYNPRO IMPORT".
    Another consideration that the transaction OT43 only "shows possible fields"  and I can add other fields to select and add to the view.
    In other words I can select only possible fields proposed Sap to the view,  it works this way ?
    Please could you recommend a Note Sap? or perhaps more likely, a copy of the transaction ff67 and modify the new copy of the screen.
    What happens to the transaction OT43, if done the copy of the ff67 as zff67?
    Waiting for response and very grateful for the suggestions.
    The best regards,
    Gustavo

    Hi,
    Yes, it is possible to add button for the transaction SM30.
    This is possible through Menu exit.
    Procedure for Menuexit:-
    Go to SM30 ->System -> Status
    Repository data -> Transaction -> Double click on it
    Copy package name
    Go to SMOD
    Press F4 then a popup will open
    Click on information system
    Enter package name and press Enter
    Then we will get Exit
    Put cursor on that exit and press Enter
    Go to change mode and save it.
    Go to CMOD or alternatively we can use the path tools -> ABAP/4 Workbench -> Utilities -> Enhancements ->Project Management
    Specify Project name in the enhancement text box
    Click on Create icon on the application toolbar.
    Enter description for the project and save it
    Click on Enhancement Assignment button on the application toolbar
    Give Exit  and save it
    Go to Components on the application toolbar
    Double Click on MENUS001
    Write function text which we want to add to menu item and save it with an request      number
    Double Click on Exit and write code there to display menu item in the screen
    Activate the include program and finally activate the project.
    Please reward points if helpful.

Maybe you are looking for

  • Camileo S20 - Is it possible to turn off the screen?

    Is it possible to turn off the screen when using Time Lapse or Motion Detection modes so as to save power?

  • List Comparing

    List schedOvrds = null; List schedOvrdsBreaks = null; schedOvrds = wb.getOvrsAppliedRange(params) // private method schedOvrdsBreaks =      wb.getOvrsAppliedRangeBreaks(params)//       *** schedOvrds is null and schedOvrdsBreaks is some value .. if (

  • HT3678 i did all this and it changed to the Pro symbol yet i still cant do any of the pro functions please help

    Please help! i cant do any of the QuickTime player 7 pro functions yet it accepted my registration

  • Thread philosphy

    What is the most sensible approach to the following scenario? I'm currently using multiple while loops, which is working, but doesn't seem the best route in the long run. Scenario. Lab environment. Some real data, some simulated data. Looking at faul

  • Rac thread ARCs to single standby

    We're testing a new 2-node RAC with a single-instance standby server. Since we only have standard edition, we don't have Data Guard available - we FTP the archive logs for both RAC threads out of ASM into a local directory and apply them to the stand