How to develop host application to test my applet

Hi,
Can anybody suggest how to develop host application for testing the small java card applets like heloworld..

hi  Markusg,
Why not look for Direct Input Program RV14BTCI for creating, changing and deleting price conditions. This will be convinient for you in handling bulk data as well.
Regards
Saurabh Goel

Similar Messages

  • How to develop web application using ejb3.0 with eclipse

    Hi ,
    I am new to ejb3.0 with eclipse. If any one familar that please guide me...
    how to develop web application using ejb3.0 with eclipse.please help me... server jboss4.2.2. database mqsql5.0
    Thanks,

    jsf_VWP5.5.1 wrote:
    I am new to ejb3.0 with eclipse. If any one familar that please guide me...http://help.eclipse.org/help33/index.jsp

  • How to deploy the application into Test system in NWDI

    Hi ,all
    i hava some problems about NWDI, Could you help me ?
    I hava defined the test system in runtime system of NWDI .
    As a general ,it must be deploy the application into test system  for test before transport the CR, is it right?
    if so , how can i do to deploy the application into test system before assembly?
    regards.

    Hi Zhijun,
    Thank you for your repay.
    You are welcome
    After assembly , can i deploy the application into test system by CMS? mean that if it can be done not through CR?
    Yes, you import the changes on the "Test" tab of the transport studio of the CMS webui. This will deploy the changes to Test (to the system you have specified in the runtime system configuration for this track)
    and what is the benefit of Dev system and Con system
    See the guide: http://help.sap.com/saphelp_nw70/helpdata/en/b6/e6b9fc9ec00f4ca4a0d3e0645e87b5/frameset.htm
    Best Regards,
    Ervin

  • How to Develop New Application in CRM

    Hi all,
    I need your help to guide me in deciding which transactions, customization and/or development tools  that i should use for developing new application in CRM to replace an existing web based application?
    The following steps are some the current system business processes:
    1. User (requester) login to System
    2. Click Generate a Request
    3. Fill all requirement information on the form which contains user specific fields
    4. Click save, system will save the request form with status “Issued” and generate a control number and display it.
    8. User can print the form by clicking Print Information.
    9. A notification e-mail will be sent to the selected approver to approve the request
    10. Once the approver receives the notification, he can log in to the system and approve/reject the request.
    11. Once done, a notification e-mail will be sent to the selected the requestor.
    12. User can print the form by clicking Print Information.
    Also, the new application needs to enable the user to add/review/update attachments, keep tracking of histories, add note and to have other CRM features.
    Please note that last year we developed many portal applications using Web Dynpro for Java and all applications are working fine. However, our management want us to use CRM system as a solution to migrate this web application to SAP.
    Thanks in advance for your help.

    Hello Ali,
    1. do the requester and approver users have Portal and CRM accounts?
    2. What CRM and Portal Version do you use?
    3. Is there any decission made which CRM Frontend you should use: PC-UI, IC Web Client, SAP GUI for Windows, Mobile Sales?
    Regards
    Gregor

  • How to develop Quiz Application in SharePoint 2010

    Hi All, Please provide me steps or code to develop Quiz application for SharePoint 2010.Thanks and regards, Anandha Babu M.

    Hi
    I followed the url http://blogs.technet.com/b/brenclarke/archive/2009/04/14/creating-a-quiz-web-application-using-sharepoint-designer.aspx 
    to develop the quiz app in sp2010 designer. I completed all.but I am facing problem in Score area i.e When user selected answer and correct answers are same my "Marks given" field which is a calculated column  still shows 0.. ideally it should be "1"
    . and also when i click on submit the answers are added twice. 
    Can anyone help me out in this
    Thanks in advance
    nain1987

  • How to develop portal application connecting to SAP R/3(backend system)

    Hello Everyone,
                            Can anyone guide me on how to create portal aplication(JSPDYNPAGE), that will connect to backend SAP R/3 system, & it will fetch the data from some table from that R/3 system. Any reference material will be appriciated, it will be of great help.
    Thanks
    Chetan.

    Hi Chetan,
    Connection to R/3 systems through Portal can be done in many ways. Since you have mentioned that you are using jspdynpage then its better that you use JCo for connecting to R/3 system.
    U can write the JCo code using the jspdynpage component. I hope you have pdfs related to JCO. Incase u dont have then give me you mail id. OK
    Another approach could be developing a web dynpro java application that access a r/3 table using a BAPI. You can a dynpro model to easily connect to R/3 system.
    Just develop an iview based on this web dynpro application. And finally navigate to this iview through your jspdynpage.
    I hope this helps you in some way
    Regards,
    Prasanna

  • How to developing Multilingual Applications

    I have a application developed in Forms 5, running on RDBMS Oracle 8i (8.1.6) .
    I need to convert this application to multilingual mode.
    Does anybody here know a way to to this ?
    Is it possible to with Forms 5 , or it is better other version of Forms ?
    How can I convert the field labels ?
    All suggestions will be welcome .
    Thank you very much .

    We do something like this:
    A single fmb is created by in english, which is then
    translated with Hyperhub to create language-specific fmb and fmx files. At runtime we
    determine the current language based on NLS_LANG and open the appropriate version of
    each form (they reside in language subdirectories such as 'us', 'fr', etc.). To
    completely implement this we also employ multiple coding standards, some of which are:
    1. The bulk of our code resides in libraries, not the form itself. Thus if we need to
    fix logic, most of the time we can avoid having to re-translate the form.
    2. We have a feature called Message Dictionary which allows us to get
    strings in the proper language at runtime. We use this as the source for any call that
    would include text, such as setting the label of a button or displaying a message.
    3. Our forms are laid out following the 30%/1" rule: all prompts and boilerplate must
    be able to expand 30%, with a minimum of 1" available on the appropriate
    side depending on its alignment. Thus, for a prompt like 'foo' we would leave 1" of
    space around it in case it expands significantly in some other language.
    4. No logic drives off of values shown directly to the user; internal
    codes are used which are language-independent.
    5. To account for multi-byte environments, extreme care must be taken
    when sizing variables and columns, as well as the use of operators like SUBSTR and
    SUBSTRB.
    6. Native date and number formats must be accounted for, preferably by not specifying
    masks anywhere in code but allowing them to be controlled by environment
    variables such as FORMS60_USER_DATE_FORMAT.
    This is all documented in the Oracle Applications Developers Guide (part #A75545)
    Having said all that, I believe that fmb files *do* support multiple
    languages directly. We just never tried and all other steps outlined still apply.

  • How to develop portal application from scratch

    Hi,
    I am on the process of evaluating sun one portal server in windows environment.
    currently i am planning to develop some sample portal application from scratch.
    can someone help me how to go about in this with some reference materials/links.
    Thanks and Regards,
    Senthil

    portal application means
    1- portlets (portlet logic + portlet view)
    or
    2- channel + provider (original Sun portal components)
    have a look at
    http://docs.sun.com/app/docs/doc/819-1370
    additionally you can develop JSR168 portlets in combination with JSF straight with Sun Creater 2
    which is currently available as a free beta version
    cheers
    /ulf

  • How to develop WEB Application in Forms 6.0....

    Hi All,
    I have Developer6.0 and Oracle 8i. I want to develop forms on the WEB. So what should I do for the same?
    Till now I didn't work on WEB Forms. So pls. specify what softwares will have to installed and how?
    Pls. help me...
    Thanks
    -Pradeep

    You need to have Oracle Applicaiton Server as middle tier. Inside OAS, there are sample html codes and jinitiator to move Developer applicaiton to web without any code changes.

  • Need help in developing mobile application?

    Hi all,
    I am learning how to develop mobile applications in Jdeveloper environment. I have been searching a lot in google but unable to come to a conclusion on the way in which I could get this.
    Kindly post some links where I can get some documents on this and I need to develop a mobile application which should be able to render in almost all the mobile platfoms so far I have gone through
    the links where the applications can be rendered only in some selected mobiles like blackberry. so Kindly help me in searching for the best possible options.
    Thanks,
    Phanindra.

    Hi,
    Check following will useful
    http://www.oracle.com/technetwork/developer-tools/adf/overview/adf-mobile-096323.html
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/mobile/mobile.htm

  • Developing Java Applications for Windows CE

    Hello,
    I hope this sub forum is right. So I must develop a Java Application for Windows CE. I read something about J2ME, but I think this is only for Mobilephone and Windows CE supports AWT. So I tried just some simple forms with J2ME.
    Can anybody tell me how I develop java Applications for Windows CE? Can I use Eclipse or must I use another IDE?
    Realy I developed Swing 5-6 Month but I have no idea how I develop Java Applications for Windows CE.
    Thanks a lot for helping...

    The MIDP for Palm OS 1.0 requires Palm OS v3.5 or higher to run. According to your error message, the emulator is not running v3.5 or higher. Try to get hold of a ROM image with a later version. I've run it with v4.0 of the OS and it works.

  • Develop chat application for website  +chattiing only for register users  ?

    Please requierd help ..
    How to develop chat application in java...
    for website (so users who r registerd can chat )

    I don't think chat has anything to do with JavaMail.
    If you don't even know where to start and you want to support 1 million users,
    you're best bet is to hire someone who knows what they're doing.

  • Develop native application for blackberry-ADF Mobile

    Hi,
    Can anybody tell me, how to develop native application for blackberry using adf?
    Thanks & Regards,
    Anshul Mittal

    1) Wait until there is an ADF Mobile update that support BlackBerry (if it ever comes)
    2) Use this : http://www.oracle.com/technetwork/articles/bors-adfmobile-086867.html

  • How to develope  the UI design for a PDA with MI 7.0

    hi all,
    we have downloaded Windows emulator 5.0 and by follwing the link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5079454e-ca3e-2b10-a199-e3695d0660e5
    so now we can able to fetch the header table data but not the item table data...
    so to fetch the item table data how to develope the UI..
    as we have developed our application in Mobile Infrastructure 7.0 and that is working fine with desktop but not with emulator(windows emulator)
    so can some one inform me how to develope the application which has to work fine even with  an emulator..
    thanks and regards
    manohar

    I'm looking for documentation / How to guides for Always connected applications.
    After installing the emulator how did you proceed to the development of the application?
    any guides greatly appreciated.
    Abhijeet

  • Help me out in developing LC application

    I am beginner to this technology , and It will be great if somebody can drive me on how to complete a livecycle application.
    I have read much about this LC and, I know, we have LC Designer or LC Workebench designer perspective to design our forms and process perspective to create workflow.
    I have LC installed in my machine and now, i would like to develop an application based on the below use case.Kindly help me out to reach this objective.
    Summary of Use case:
    An employee fills up (online or offline whichever is suitable for him/her) and sends an Expense Reimbursement Form to his/her Head of Department (HOD) for approval. Employee can also use Adobe Livecycle Workspace to fill up the said form. HOD has rights to approve or reject the said form. In case of rejection, employee will be notified through email. If HOD approves the form, it then redirects to Accounts Department for reimbursement. After the operations of Accounts Department like valuation of expense etc., the form then redirects to Administration Department for further processing like cheque no. entry etc. Finally, employee will be notified through email to collect his/her cheque from concerned department.
    Looking forward for valuable suggestions and guidance on how to develop this application(a kind of step by step walkthrough).
    Thanks,
    Vinod Chattergee.S

    There is an end-to-end tutorial that is available at http://www.adobe.com/go/learn_lc_firstApplication_82 that steps you through creating an application. The scenario in the tutorial shows you how to create a form design and a process where users interact with it in Workspace ES. You will also need to download the assets require to step through the tutorial located at http://www.adobe.com/go/learn_lc_firstApplicationZip_82. Go to the provided URLs to get the most updated versions.or
    To start this tutorial, it is recommended that you install a JBoss Turnkey installation of LiveCycle ES Update1 (server) and Workbench ES. I presume you have done this, but if you require more information, please let me know and I'll provide more information.
    Hope that helps!
    ...Gil

Maybe you are looking for

  • Why does iTunes 12.1 does not sync new calendar appointments with Outlook 2013?

    After updating iTunes to 12.1 64 bit for windows my NEW appointments, contacts and notes are not syncing from Outlook 2013 to my iPhone 5 and iPad Air.  Syncing was working fine before I updated to iTunes 12.1.  I have disabled all add-ins in Outlook

  • IPod Touch - WiFi - SSID Broadcast Works/SSID No Broadcast Doesn't Work

    This is maddening in so many different ways: I have two (2) 2nd Generation iPod Touch 8Gb products. Both are nearly identical in every way -- how they connect, OS, Library, similar Apps (but not the same all the time), etc. iPod Touch "A" works flawl

  • Error update

    I kept getting error code 2324 when trying to update my iTunes, and now I can't even re-install it or uninstall what's there. I tried istalling the 64 bit version and the same thing happned- Any ideas? Thanks

  • Address Book contact list with 3-10 duplicates

    I need help on how to correct my data base in my Address Book. Eversince it was sync with my yahoo.com database it got messed up.  How do I delete all duplicates by not doing it manually one by one?

  • Would like to disable HTTP and use only HTTPS yet I get side effects

    Hello, I have established a secure connection between the AS ABAP and AS Java. I would like assure that all communication between the servers is using https and for that, as a test, I have deactivated the http service using SMICM transaction. The onl