Query in changing ide for applets?

Hi all,
I am newbie for applet and java as well.I made GUI for my program for applet in netbeans but need to use eclipse.I tried with using same code and that's running fine with that too.
But unlike traditional html code we use for applet here is showing some different code.How can I make that like mannual code.or that is fine continuing with that?
Regards,
Palak Shah
Message was edited by:
palak_shah

I dont understand what you're asking. The IDE you use makes no difference.

Similar Messages

  • Change Date for Applet

    Hi, this is probably really easy and I may not be understanding it, I am trying to design an applet and all i want to do is change the format of the Date I'm inserting into the applet. I looked at the tutorials but that seems to be a lot of extra code just to change the format.
    Does anyone know of a quick way to create an instance of a Date object and also switch the format?
         Author: Logan
         Class: Intro to Java
         Project: Class Project 2
         Description: Applet Splash Screen
    //Import Statements
    import java.util.Date;
    import java.applet.*;
    import java.awt.*;
    public class AppletProj2 extends Applet
         public void paint(Graphics g)
              Date currentDate = new Date();
              g.drawString(currentDate.toString(),100,100);
    }//end class AppletProj2

    java.text.SimpleDateFormat is not hard to use and doesn't require a lot of additional code. It IS the solution to this problem and you should use it.

  • Variable for Query without changing Datamodel

    Hello Experts,
    I need in the Query a variable, which should have inpact on the processing in the user-exit. This variable should no be used directly for constraining data.
    It is an Yes/No variable. And I don't have in my multicube any characteristic which have Yes/No in their domain.
    In such situation I have always added to Multiprovider and Cube an new characteristic and created an variable for this characteristic.
    But I don't like this solution, because this changes in the datamodel are in really not important for the datamodel. It only an work around for getting the possibility of adding a variable.
    Does someone know an better idea for adding variables to query, without changing datamodel like this.
    Thanks
    Wojciech

    Hi Bhanu,
    Not really - I don't want to change Cubes.
    Thanks
    Wojciech

  • Change Infoset for Query

    Hi ABAPers,
    Just curious if we can change infoset for a query that already set up?
    Currently I want to change infoset for a query into different infoset, but I can't find the way to do it.
    Can anybody advice me how to do that, or is it completely unable to change infoset for a query that already set up.
    Thank you in advance
    Regards
    Hadi

    Hi,
    If you want to assign a different infoset to query you need to create another query and from there you can assign a different infoset.
    Regards,
    Nikhil.

  • Change Log for Purchase Order

    Dear all,
    Just today, we've found out that one of our buyers always change the PO quantity when the supplier deliver more than they should.
    Before we do something like lock her access or even remove her from current position, we'd like to know how often and how much is the impact of her actions.
    We know that we can see the changes from the change log for every single PO; but if we want to know the changes from several hundreds PO ... looking at the log one by one may not a good idea .. LOL ..
    Do you have any experience with this or any idea on where (the tables) I can take a look ?
    Thanks,
    Markus

    Hi Markus,
    The details of  the 'Show History' function, for the  Purcahse Order, is contained in the ADOC (header information) and the AD01 (Row information). These two tables contain the exact same information as the OPOR and POR1 (Purchase Order header and row tables).  However, the history of all marketing documents in the database is saved in this table so there is a need to filter this table based on the Purchase Order documents only.
    What I would suggest is to create a query based on the ADOC and ADO1 and filter it based on the field 'ObjType' (Field Name is 'Object type'). The object type for the Purchase Order is '22'. As each update to a document is saved in the table there is a need to distinguish each version of the document. This is done with the 'Loginstanc' field in the both the ADOC and the ADO1, so this may help you with the query. After that the query can be filtered for any field that is visible in the Purchase Orders.
    There are other childeren tables of the ADOC which you may need. To find these, when in the Query Generator, open the 'Choose from List' to obtain the list of tables. Then in the 'Find' field type the letters 'ADO' this will bring all the tables starting with 'ADO' to the top of the list.
    One final thing, each update to a document is recorded to a usersign. Obtain the user sign of the user in question by running a query on the OUSR table and look at the figure in the field 'Internal_K' for that user. This is the number that will then be visible in the field 'UserSign' in the ADOC table.
    I hope this helps
    Noreen

  • TS1362 Everything works except the **** thing won't play. I push the play arrow or instruct it to play and it stays eternally paused. No problem buying things from these dogs,just can't play the when everthing pops up on screen.Any ideas for a hopeless ol

    Everything works on ITunes except play function.I can select as song I want but cannot get it off "pause."I tried going to controls and instructing it to play(no go) and clicking again and again on play arrow(which flips it to pause...).Any ideas for a very old,very frustrated non-tech guy???
    Please!! Thnaks!!!

    Replying to myself. Kept trying different areas of the ipod this evening, clicking various buttons, including some I'd never used before. All of a sudden I could see my Nano in iTunes. I quickly clicked on Restore before iTunes changed its mind about recognizing the iPod. Moved some songs onto it and it appears to be back to normal.  Keeping my fingers crossed. 

  • Ideas for Dynamic Dashboard creation based on exchange rates

    Hi,
    There is a query to create dahboard for revenue details from various accounts (various sales companies with various currancies). The C-level executive would also like to view a consolidated graph (dashboard) for all comapnies with the options to select display currency as per his choice (USD/EUR/GBP etc) and the data would change according to the day's exchange rates (maintained in SAP C4C).
    Now while a report can be made in which we give selection parameter based absolute parameter & exchange rate pick up date, the same is required at dashboard level to reduce the number of clicks & for ease of executive.
    Can the experts guide me on creating such a dashboard...
    Regards,
    Rahul

    hi Rahul,
    With the current capabilities in the dashboard, you cannot pass a selection criteria. This is something on our list as a planned future capability.
    In the meanwhile, if you can arrive at the main two or three currencies that the C-level user is interested in using for monitoring analytics, then you can create multiple variants for each of the reports for each currency and create multiple dashboards enabling the respective variants for each dashboard. Its not the most optimal, but you could have one dashboard per currency and the user can just switch via the dropdown to view the dashboard in the next currency of interest.
    Hope this helps.
    Regards,
    Sebastine

  • Any ideas for a (fairly) simple program?

    Does anybody have any ideas for a fairly simple program that I could try to write (I am a fair programmer, but I'm not to creative)?

    You know, Java Game Programming for Dummies is actually a pretty good book (despite the "Dummies" part!) It is written in 1.0, but it has a "ponglet", card games, and several maze games. All the applets I've tried from them actually work (some typos in the book itself, but the CD is ok). Any of these could be "starter" code.
    Yahoo has a whole bunch of Java applet games. You could try to reproduce pieces of the games you see. (These are also interesting in the sense that you can immediately see what works in a game and what doesn't.)
    It is always fun to write little components. Cool buttons (write a nice little non-rectangular button that lights up or something), text boxes that look like digital displays, funny text labels (maybe with a weird font or with letters that jump all over the place when you mouse over them).. These don't take a whole lot of time to write, but write them well and they are very useful for your future games.
    Enjoy!
    :) jen

  • How to change path for Ev4Excel.xla

    Dear All,
    I'm trying to execute predefined BPF - custom menu (ProcessFunctions.xls). Whenever if click e.g. on Back, forward, open a file following similar message is being prompted:
    Macro 'E:\Program Files\BPC\Ev4Excel.xla'!'EvMacroCall "OPENFILE","REPORTS\WIZARD\HotAnalysis\A01 Account Trend.xls","","","","","" can not be executed. Macro may not stated in this workbook or all macros can be deactivated.
    Ev4Excel.xla is resided under path E\PC_MS.
    How can I change path for macro call?
    Or any other idea?
    Regards,
    Ender

    i don't understand why do you have to change the path for Ev4Excel.xla?
    Basically this the addin of BPC into excel. I mean it is the BPC excel client.
    You are choosing the path when you are performing the installation of SAP BPC.
    So Idon't understand why do you want to change the path?
    If you want to do this you have to reinstall the BPC client and you have to choose the path wanted.
    You error is not related to the path it is more related to rights.
    I think you have to provide more details about the steps done and in what condition you observer this error.
    Regards
    Sorin Radulescu

  • Node in Form to change IDES Logo to Company Logo in TCode: SFP

    Hi All,
    In TCode: SFP for form PTRV_EXPENSE_FORM  in the "Context" tab  I check the nodes "I_FORM_HEADER_DATA_EMPLPYEE", "I_FORM_HEADER_DATA_EMPLPYER"  and other nodes but they dosent have a subnode to change IDES logo. Unfortunately the "Layout" is not displaying by throwing up an error saying "design tools not present(i.e not installed)"
    I also searched with terms LOGO/Image/Graphics on the form in "Context" tab but nothing showed up in the search
    Could anyone please tell me the subnode where can I upload Company Logo
    Regards,
    Latha

    Hi Waz
    Thanks for your quick reply. I really appreciate your reply
    I dont have authorization to access SO10.
    I checked for INCLUDE ADRS_HEADER OBJECT TEXT ID ADRS in the form but couldnt find it.
    Could you please explain me in detail if possible.
    Regards,
    Latha

  • Change logs for Z table.

    Hi All,
    I am trying  to fetch the old value and new value for the z table field.Change log is activated for the Z table. but i dont know how to fetch the change logs.
    SCU3 is the standard transaction to see the change logs for all the tables.
    Is there any table where the change logs values are maintained?
    Does anyone know how to get the change log value?
    Thanks in advance.
    Regards,
    Amruta.

    Hello,
    If for a specific set of tables no change documents are triggered by SAP you can always setup your own Change Document Object with transaction SCDO.
    Of course you need to be careful with this transactions (how big is the table data, how many changes, etc...).
    Table logging is something else, they are stored in table DBTABLOG and can be analysed via SCU3.
    For table logging you need extra system parameters to be set, they are explained in SAP Note:
    Note 1916 - Logging table changes in R/3
    Pay attention with table logging because a lot of tables are logged in DBTABLOG once you activate the parameter, this can have a major impact on performance.
    To have an idea what other tables will be logged, check tcode SE16 on table DD09L and put an 'X' in field PROTOKOLL, result will be thousands of tables.
    In your specific scenario I think it is best you go for the change documents with SCDO.
    Wim Van den Wyngaert

  • Change Logs for customer master data in 3.1 H version

    Hello All
    Are they any existing reports or change logs for viewing changes to customer master data in 3.1h version.  I want to be able to report based on changes made to customer master.
    I know there is a good report in 6.0 version for this- S_ALR_87012182.
    If I have to develop a custom program for this in 3.1h. Which table I should use? KNA1 or CDPOS.
    Any ideas will be appreciated.
    Hema.

    Hi,
    Please check the filter settings maintained for the adapter object CUSTOMER in R3AC1. The same filter settings can be referred in tables Table: CRMFILTAB (R/3) and SMOFFILTAB(CRM) as per srinivas's reply.
    Check the sales area of the customer maintained (Sales Area, Division, Distribution Channel etc.) and see if the current filter settings are restricting the customer from getting replicated in CRM. If everything is maintained fine then check for any failure Bdocs in SMW01 or SMW02.
    Regards,
    K

  • Change logs for Shopping cart

    Hi,
    Is it possible to get the change logs for a shopping cart in SRM as to who deleted a line item after approval? We are in the SRM 4 version ( classic scenario).
    The problem is that the batch job user seems to be coming up in the last update for the shopping cart and the backend PO is deleted with the RFC user name.
    Are there any tables in SRM where the change is logged? I checked CDHDR/CDPOS tables but it is difficult to get the logs for the shopping cart especially for the deleted action.
    Any clues/ideas would be appreciated.
    Regards,
    Rajesh

    Hi
    expand the shopping cart
    in the right top corner you can see
    Display Changes
    shopping cart might be deleted by BATCHRFC
    if the BUYER deleted a PO and the status will be updated in the shopping cart by BATCHRFC user.
    Muthu

  • IDOC trigger using Z change pointers for standard SAP table

    For IDOC trigger, is using custom change pointers on standard SAP master data tables, a good idea? A seasoned abaper told me "it will mess with the standard" and further told to go with scheduled job.
    So, for example, say that my data for table T001K is updated via transports in PRD and I need to transfer this updated data via IDOC to an external system. Since there is no standard message type for this data, I will create a new one. Further, I will create a new change pointer for table T001K (it already has six fields with their data elements activated for Change Documents). Then I link the message type and the new change pointer. And so on an so forth. I have followed the procedure given here:SAP Tips: A to Z of Custom Change Pointer
    Now, the question is, will this be a good idea to capture data and trigger IDOC? Or a batch program with calls to standard FM to read CDHRD/CDPOS be a more suitable option.
    I need to know if a near instantaneous data transfer (and an effecient one as far as the system performance and reliability is concerned) can be acheived. If there is any other way of doing this, I am not aware of it!
    Any one has any input/experience on this?

    Hi Viktor,
    I think the batch program approach would be a good solution as the by this way you are taking matter into your own hands rather giving control to the SAP framework because you may have to test out the other approach as to how the standard SAP framework is behaving for custom change pointers.
    Thanks,
    Ravi

  • Any example in IDES for DMS

    Hi Everybody
    I am exploring document structure functionality /DMS other  along with Engineering change management for document approval  for a complex project.  The various drawings pertaining to various activities viz. mechanical, civil, electrical etc. will go thru approval process.
    Is there any preconfigured DMS scenarios available in IDES.  I could not find any.
    Anyother clue to achieve the above purpose is also welcome.
    Regards
    Raman

    Hi Raman,
    generally there should be some document types maintained in transaction DC10. This can be used in transaction CV01N for create your own sample document info records and start testing in DMS.
    Further useful information could be CV02N (edit), CV03N (display) and CV04N (search).
    Best regards,
    Christoph

Maybe you are looking for

  • I need help moving two objects at the same time

    I am try to create a code that will move a mini map to where the user wants in a game. As a test I created a square and converted it to a movie and named it sq. Then I created another square and converted it to a button and named it bt. I also made b

  • Remote Sharing Problems with my MacBook Pro. Please help...:)

    Hi all. Could really use some advice from any network pros out there. I'll be as detailed as possible. I am about to travel overseas for a month and wanted to setup remote access to my old G5 Dual 2.5 tower in my studio. I found that the new OS, phon

  • Can I add a customer comment form to a standard product manual?

    We just recevied Acrobat X (and Frame 9 before that) and would like to use forms or form fields to get comments back on the docs (pdfs and HTML) from paying customers. So far, I have created a small form in a huge document (only 4-6 pages but with vi

  • Service Orders gets saved but text at item level are not saved for all item

    Hi All, We have configured service order scenario. The service order gets saved in GUI and in WebUI. But we are facing issue that not all the text entered at item level are getting saved. Example if we maintained text for 4 line items and save the SO

  • We need a No-Charge TAQ item Category for a Sales BOM

    We have a situation where we will bring in several Sales BOM's on a Sales order, but need to have one or more of the Sales BOM's to be a No-Charge item (similar to a TANN Item Cat). We are using ERLA (top down) Item Category Group for the Sales BOM m