Beginner Guide for developing GUI for Pocket PC

Hi all,
I have been developing Advanced Swing GUI for seven years now.
The time has come to write some to Pocket PC, and it doesn't look good.
I've searched the net for a mere beginners-guide and found nothing
there is no single A-to-Z tutorial which will tell you what to download and how to write you first program.
I am offering 15 Duke dollars for the kind member that will be kind enough to write a short "idiot's guide for writing a little gui app for pocket pc" post, including exactly what to download, how to configure, and what to write.
Such post would help me and the rest greatly
Thank you very much
Eyal Katz

Guide to installing and using CrE-ME JVM on a Handheld device:
Step A: Where to download the CrE-ME JVM from?
1. NSIcom.com has a 30-day free trail version of CrE-ME JVM and can be downloaded from the following link by clicking on �Download Free Evaluation�:
http://www.nsicom.com/Default.aspx?tabid=159
The version I downloaded was CrE-ME 4.1
2. To download additional specific packages for applications that use SWING, RMI, etc. Click on �View all downloads� and download from the packages listed.
Step B: Installing the JVM.
1. Connect the device to a desktop.
2. Install the CrE-ME version downloaded as you install any other application on your desktop.
3. While installing, the installer program will ask if you want to install at the default location or to specify a path. (I guess installing to the default location will make life easier). Therefore, the JVM will be installed on the handheld device.
4. Copy the additional packages downloaded to "\Windows\CrEme\lib" directory on the handheld device. Double click on the package (.CAB) file and it will configure itself.
5. Test the sample applications given in �\Windows\CrEme\demos\� to check the proper installation of the JVM.
Step C: Executing your applications.
C.1 Method 1
1. Write and compile the program in any IDE but remember to compile the programs with jdk1.4 as CrE-ME 4.1 supports JDK 1.4 or earlier.
2. Create a jar file of your application.
3. Write a link file (.lnk), specifying the classpath and the CrEme exe file in the following format:
255#"\Windows\CrEme\bin\CrEme.exe" -Of -classpath <full JAR file path> <main class name>
Ex: 255#"\Windows\CrEme\bin\CrEme.exe" -Of -classpath �\My Documents\Menu.jar� Menu
-Of is used to redirect the console output to be redirected to jscpout.txt file located in the root directory of your device. Use -Ob if you are using a console based application.
255 specifies the number of characters in the file, but instead of counting the characters you can use 255 which is the maximum (in general, it is seen that a higher value works but not a number less than the number of characters)
Also note that the classpath is in single quotes
4. Copy the link file to the handheld device and then double click on the link file to run the application and if the application doesn�t show up, you know where to look for the errors. The jscpout.txt file created in the root folder of your device due to the �Of parameter used in the link file, will contain the console output and thus the errors.
C.2 Method 2
1. Write and compile the program in any IDE but remember to compile the programs with jdk1.4 as CrE-ME 4.1 supports JDK 1.4 or earlier.
2. Create an executable jar file of your application using the Manifest.mf file to specify the main class.
Ex: Main-Class: <main class name>
Also remember to hit the return (enter) key at the end of manifest file.
3. Copy the jar file to the handheld device and double click on it to execute.
4. In case the output doesn�t show up, it could mean that there were errors executing the application and to check for errors use Method 1.
Useful link:
1. CrEme FAQ, http://www.nsicom.com/Default.aspx?tabid=231

Similar Messages

  • Step-by-Step guide for developing a ADF application, does it exist?

    Step-by-Step guide for developing a ADF application, does it exist?
    Hi there,
    At our company we recently begun working on a project using Oracle ADF with
    UIX. We got the Oracle JDeveloper 10g handbook and we did a 5 day Oracle ADF
    course. A good way to start the project I think.
    One thing that bothers me though, is that I cannot find a simple clean example
    how to manipulate a record in the DB, going through all steps of MVC. I tried
    this forum, the books we got and google. It usualy explains a small portion
    of the steps needed, but never a complete example.
    I know people will probably say you can design what you want in various ways
    and that's its all up to the developer, this is also the power of ADF that it
    can be very flexible.
    However it would be nice to have a step-by-step example how to be able to insert,
    edit and delete a record. Showing all the steps that have to be made in the BC4J,
    struts and UIX, including creating triggers, seq, autocommitting etc.
    I think ADF is pretty complicated, therefore having a step-by-step example guide
    (design pattern) would be very handy for a beginner like me.
    Do such guides exist, are there developers who created such a guide for themselves?
    Would other developers find such a guide useful? I'm curious about everybody's
    opinion.
    A good example of what I mean by guide can be found here
    How To Build a Simple UIX Search Form, written by Shay Shmeltzer
    http://www.oracle.com/technology/products/jdev/tips/shmeltzer/setwhereclause/uix.html
    kind regards
    Ido

    Have a look at the ADF Workshop - it doesn't use UIX rather it uses JSP but I think it will give you the basics.
    http://www.oracle.com/technology/obe/obe9051jdev/ADFWorkshop/BuildingADFApplicationsWorkshop.htm
    Then have a look at the toy-store demo and the new ADF Case manual:
    http://download.oracle.com/docs/cd/B14099_10/web.1012/b19163/toc.htm
    http://www.oracle.com/technology/products/jdev/tips/muench/adftoystore1012/index.html

  • Where to buy the study guide for Oracle Forms Developer 9i or 10g

    Hi, I am learning Oracle Forms Developer Build Internet Application. I am comfortable with SQL and PL SQL. I need authenticate Oracle Study Guide for Forms Developer which will help me in learning basics to advance level but I cannot afford the classroom course, it is beyond my pocket capacity. So I would like to know if Oracle sell only the study guides. I inquired at Book Shops in my area but did not get any help.

    Affan wrote:
    I just went through Oracle Press and Sybex websites and it seems none of the books available suits my requirement. Not everyone can afford class room training unless it is fully or partially sponsored by their employers. And I don't understand what people learn in just 5 days.All the information you need to learn the products and pass the certification exams is available in the freely available Oracle documentation. Sure, it's nice to have the Oracle University training or exam prep books which is often specifically focused on the topics on the certification exam, rather than having to combine data from a few different manuals. But there the free Oracle documentation is pretty darned complete and you'll likely learn more from working through that documentation than you would from the Oracle University material just because you've got to do the work to put things together.
    Justin

  • Recommend programmer guide for beginner

    I have NO programming background or training. However, I would like ti give it a try, especially developing iPhone apps.
    I am looking for recommendations for a BEGINNER book for Mac programming.
    Thanks,
    Bill

    Alright, you may want to check out:
    *Programming in Objective-C*
    +By Stephen G. Kochan+
    +Publisher : Sams Publishing+
    +Pub Date : October 30, 2003+
    +ISBN : 0-672-32586-1+
    +Pages : 448+
    +"Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming. The book makes no assumption about prior experience with object-oriented programming languages or with the C language (upon which Objective-C is based). And because of this, both novice and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C). This approach, combined with many small program examples and exercises at the end of each chapter, makes it ideally suited for either classroom use or self-study..."+
    It will help you get to know about programming starting from Objective-C. It uses C programming as does/can Objective-C. Please try that for books.
    !http://discussions.apple.com/images/emoticons/grin.gif!
    You may also want to use:
    *Cocoa Programming for Mac OS X Second Edition*
    +By Aaron Hillegass ISBN: 0321213149 Publisher: Addison Wesley Professional+
    The frameworks/library/code to use with your own code and so on (you'll find out) is part of the Cocoa frameworks. And to help make native, more "nicer" applications.
    !http://discussions.apple.com/images/emoticons/happy.gif!
    However, it's probably best to balance out your learning with other Objective-C material. Check out the site: [Cocoa Dev Central|http://cocoadevcentral.com/|Learn Cocoa] - You may want to check the "quick and easy" C tutorials and then move on to the Objective-C programming. Please browse at your leisure or pace.
    Well, I hope that answers your question and good luck! And whatever else is said remember not to get discouraged! !http://discussions.apple.com/images/emoticons/plain.gif!
    P.S. Like the other suggestions include, Apple's own developers website is a great documentation library. How about checking out the [overview of Cocoa Programming.|http://developer.apple.com/documentation/Cocoa/index.html|Cocoa Guides] !http://discussions.apple.com/avatar-display.jspa?avatarID=56&file=av.png!

  • Looking for a best-practices guide for developing in TestStand

    I am looking for a best-practices guide for developing in TestStand. LabVIEW has its style guides and books, but there is very little published about TestStand.
    Also, and I mention this since NI checks these entries as well, how about adding TestStand to the NI Developer Zone?
    Thanks in advance for any leads or documents you can provide!

    Thanks! I was stuck on entering "TestStand best practices" into NI's search engine, and never thought of entering "TestStand style guide."
    If anyone knows of additional pertinent content, I would appreciate hearing about it.

  • Installation Guide for SAP NetWeaver Developer Studio 2.0.5

    Hi,
    The Sneak Preview Download of SAP NetWeaver on this site also contains the SAP NetWeaver Developer Studio 2.0.5
    I am trying to install this version. However, the installation guide provided alongwith this setup refers to the version 2.0.4
    I checked on SAP Service Marketplace too. It seems that even SAP has not issued anything for this version.
    Any ideas where I can get the relevant installation guide for v2.0.5?
    Thanks and Regards,
    Sagar Kirtany

    Hello Sagar,
    the Installation Guide for the Developer Studio is included in the "How To Install EP 6.0 SP 4 Sneak Preview Edition". But you have only to extract the ZIP File and start the JDTsetup.exe.
    Regards
    Gregor

  • Installation guide for Oracle form/report 6i developer

    Hi all,
    Does anybody had an experienced to install Oracle form/report 6i developer or where i can find a step by step installation guide for Oracle form/report 6i developer? I've downloaded Oracle form/report 6i developer software and follow the installation guide but it's very unclear. And of course, failed few times. Please, help me out.
    Note: My OS is rhel 3(update 6) and I picked custom install (because i just need Oracle Forms, Oracle Reports, Sql*Plus)
    thanks in advance.

    See Metalink Note: 133125.1
    This is basically all that remains available for that version specific to installations.

  • I am new to iOS and just have basics understanding regarding App Development. I would like to work on IRKIT. Any Beginner Guide or reference regarding IRKIT ?

    I am new to iOS and just have basics understanding regarding App Development. I would like to work on IRKIT. Any Beginner Guide or reference regarding IRKIT ?

    Restore from iTune Backup
    1. Settings>General>Reset>Erase all content and settings
    2. You will be asked twice if you want to erase iPad
    3. Slide to set up
    4. Select Language
    5. Select Country
    6. (a) Use Location Service   (b) Don't use Location Service
    7. Choose Wi-Fi Network
    8. Enter Wi-Fi password
    9. (a) Setup as new (b) Restore from iCloud Backup (c) Restore from iTune Backup
    10. Select "Restore from iTune Backup"
    11. You will be instructed to connect to iTune (computer)
    On computer
    12. Two options offered
    13. (a) Set up as new iPad (b) Restore from backup (a list of backup will be shown)
    14. Select Restore from backup and select the backup
    15. Continue
    16. Restoring iPad from backup
    17. The settings for iPad restored

  • Could you Please Send me the Step by Step guide for the BADI

    Hi ABAPers,
      Could you Please Send me the Step by Step guide for the BADI.It is very Urgent
    Thanks & Regards,
    Ashok.

    Each BAdI has a definition and more than one implementation. The definition means the methods(in class concept) that are used for performing various functions. The BAdI definition can be viewed in SE18 transaction(for standard ones) and user-defined BAdIs can be created in the same transaction as well.
    When you create a BAdI definition, an class interface will be automatically created and you can define your methods in the interface. The implementation of the methods can be done in SE19 transaction .
    YOu can go through these links...
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    just refer to the link below. it will of great help to u.
    http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g
    (SAP link- ultimate material )
    suppose your working for XK01 then for that the BADI being VENDOR_ADD_DATA then this implemetation procedure.
    Steps:
    1. Execute Business Add-In(BADI) transaction SE18
    2. Enter BADI name i.e. VENDOR_ADD_DATAand press the display
    button
    3. Select menu option Implementation->Create
    4. Give implementation a name such as Z_VENDOR_ADD_DATA
    5. You can now make any changes you require to the BADI within this
    implementation, for example choose the Interface tab
    6. Double click on the method you want to change, you can now enter
    any code you require.
    7. Please note to find out what import and export parameters a
    method has got return the original BADI definition
    (i.e. VENDOR_ADD_DATA) and double click on the method name
    for example within VENDOR_ADD_DATA contract is a method
    8. When changes have been made activate the implementation
    BADI(Business Add-In) is the object oriented method of user exits...
    Each BAdI has a definition and more than one implementation. The definition means the methods(in class concept) that are used for performing various functions. The BAdI definition can be viewed in SE18 transaction(for standard ones) and user-defined BAdIs can be created in the same transaction as well.
    When you create a BAdI definition, an class interface will be automatically created and you can define your methods in the interface. The implementation of the methods can be done in SE19 transaction
    Intro.....
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    Check these links for info about badi..
    BADI's
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    BADI's
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/web/BAdI
    http://www.allsaplinks.com/badi.html
    New to Badi
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Business Add-Ins
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.
    As with customer exits (SMOD/CMOD [Page 40]), two different views are available:
    • In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object.
    • In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-system infrastructure (SAP and customers), but instead allow for multiple levels of software development (by SAP, partners, and customers, and as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time.
    In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example). All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard.
    A single Business Add-In contains all of the interfaces necessary to implement a specific task. In Release 4.6A, program and menu enhancements can be made with Business Add-Ins. The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects
    DEFINING THE BADI
    1) execute Tcode SE18.
    2) Specify a definition Name : ZBADI_SPFLI
    3) Press create
    4) Choose the attribute tab. Specify short desc for badi.. and specify the type :
    multiple use.
    5) Choose the interface tab
    6) Specify interface name: ZIF_EX_BADI_SPFLI and save.
    7) Dbl clk on interface name to start class builder . specify a method name (name,
    level, desc).
    Method level desc
    Linese;ection instance methos some desc
    8) place the cursor on the method name desc its parameters to define the interface.
    Parameter type refe field desc
    I_carrid import spfli-carrid some
    I_connid import spefi-connid some
    9) save , check and activate…adapter class proposed by system is
    ZCL_IM_IM_LINESEL is genereated.
    IMPLEMENTATION OF BADI DEFINITION
    1) EXECUTE tcode se18.choose menuitem create from the implementation menubar.
    2) Specify aname for implementation ZIM_LINESEL
    3) Specify short desc.
    4) Choose interface tab. System proposes a name fo the implementation class.
    ZCL_IM_IMLINESEL which is already generarted.
    5) Specify short desc for method
    6) Dbl clk on method to insert code..(check the code in “AAA”).
    7) Save , check and activate the code.
    Some useful URL
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    Now write a sample program to use this badi method..
    Look for “BBB” sample program.
    “AAA”
    data : wa_flights type sflight,
    it_flights type table of sflight.
    format color col_heading.
    write:/ 'Flight info of:', i_carrid, i_connid.
    format color col_normal.
    select * from sflight
    into corresponding fields of table it_flights
    where carrid = i_carrid
    and connid = i_connid.
    loop at it_flights into wa_flights.
    write:/ wa_flights-fldate,
    wa_flights-planetype,
    wa_flights-price currency wa_flights-currency,
    wa_flights-seatsmax,
    wa_flights-seatsocc.
    endloop.
    “BBB”
    *& Report ZBADI_TEST *
    REPORT ZBADI_TEST .
    tables: spfli.
    data: wa_spfli type spfli,
    it_spfli type table of spfli with key carrid connid.
    *Initialise the object of the interface.
    data: exit_ref type ref to ZCL_IM_IM_LINESEL,
    exit_ref1 type ref to ZIF_EX_BADISPFLI1.
    selection-screen begin of block b1.
    select-options: s_carr for spfli-carrid.
    selection-screen end of block b1.
    start-of-selection.
    select * from spfli into corresponding fields of table it_spfli
    where carrid in s_carr.
    end-of-selection.
    loop at it_spfli into wa_spfli.
    write:/ wa_spfli-carrid,
    wa_spfli-connid,
    wa_spfli-cityfrom,
    wa_spfli-deptime,
    wa_spfli-arrtime.
    hide: wa_spfli-carrid, wa_spfli-connid.
    endloop.
    at line-selection.
    check not wa_spfli-carrid is initial.
    create object exit_ref.
    exit_ref1 = exit_ref.
    call method exit_ref1->lineselection
    EXPORTING
    i_carrid = wa_spfli-carrid
    i_connid = wa_spfli-connid.
    clear wa_spfli.
    u can find BADI's in different ways...
    1>First go to any transaction->iN THE menu bar SYSTEM->STATUS->Get the program name ->double click->u will go to the program attached to the tcode.Now search term will be CALL CL_EXITHANDLER.Now u will get list of BADI'S available..
    2>Goto SE24->Give class name as CL_EXITHANDLER->Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.Now go to any transaction code and pass dat..U will see that it will be stopped on the break point which u set on the cl_exithandler...In the exit name u can find list of badi's attached to the tcode..
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    Set flag field "Buffer trace"
    Remark: We need to trace also the buffer calls, because BADI database tables are buffered. (Especially view V_EXT_IMP and V_EXT_ACT)
    Push the button "Activate Trace". Start transaction VA02 in a new GUI session. Go back to the Performance trace session.
    Push the button "Deactivate Trace".
    Push the button "Display Trace".
    The popup screen "Set Restrictions for Displaying Trace" appears.
    Now, filter the trace on Objects:
    • V_EXT_IMP
    • V_EXT_ACT
    Push button "Multiple selections" button behind field Objects
    Fill: V_EXT_IMP and V_EXT_ACT
    All the interface class names of view V_EXT_IMP start with IF_EX_. This is the standard SAP prefix for BADI class interfaces. The BADI name is after the IF_EX_.
    So the BADI name of IF_EX_CUSTOMER_ADD_DATA is CUSTOMER_ADD_DATA
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    The simplese way for finding BADI is
    1. chooes Tcode Program & package for that Tcode.
    2. Go to Tcode se18
    3. Press F4
    4. search by package or by program.
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm
    and
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm
    Badihttp://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    http://help.sap.com//saphelp_470/helpdata/EN/eb/3e7cee940e11d295df0000e82de14a/frameset.htm
    sample code for Purchase requisition
    BAdI Name: ZPUR_RFQ (Implementation name) Purchase Requisitions
    Definition Name: ME_REQ_POSTED
    Interface Name : IF_EX_ME_REQ_POSTED
    Implementing Class: ZCL_IM_PUR_REQ
    Method : POSTED
    METHOD if_ex_me_req_posted~posted .
    DATA : v_mtart TYPE mtart.
    DATA l_s_eban TYPE ueban.
    LOOP AT im_eban INTO l_s_eban.
    IF l_s_eban-estkz NE 'B'.
    CLEAR v_mtart.
    SELECT SINGLE mtart INTO v_mtart FROM mara WHERE matnr = l_s_eban-matnr.
    IF v_mtart EQ 'ZERS' OR v_mtart EQ 'FHMI' OR v_mtart EQ 'UNBW'.
    MESSAGE e000(zm_msg) WITH 'You are not allowed' 'to create PR for stock items'.
    ENDIF.
    ENDIF.
    IF l_s_eban-knttp NE 'F' OR l_s_eban-pstyp NE '9'.
    IF l_s_eban-knttp NE 'A'.
    IF ( l_s_eban-pstyp NE '9' AND l_s_eban-pstyp NE 'D' ) AND l_s_eban-matnr EQ
    space.
    MESSAGE e000(zm_msg) WITH 'You cannot create' 'a PR without material number'.
    ENDIF.
    ENDIF.
    ENDIF.
    ENDLOOP.
    ENDMETHOD.
    Reward points for useful Answers
    Reward if it helps..

  • PDF quality issues on Adobe Reader for Pocket PC 2.0

    The quality of PDF's rendered by Adobe Reader 2.0 PPC is awful when compared to Adobe Reader LE. We are running it on HTC X7500's with a nice 5" display, but you have to zoom in +5x to read the text on our parts manuals, where as LE renders the same manual crisply and sharply and you don't have to zoom in at all to read the text. Unfortunately we use a lot of hyperlinks, forms and annotations in our documents which are only available with AR2.0PPC and not LE or indeed any of the other 3rd party readers (FoxitReader, PocketXPDF or Clearvue).
    I'm assuming that this is down to anti-aliasing methods used, and that AR2.0PPC has not been updated for four years!
    Are we likely to see a version of Adobe Reader for Pocket PC with the quality of LE? or have Adobe given up on developing this platform?

    >>> Our techs have been using the HTC Blueangel (Same as the I-Mate pictured on your site), and although the image rendered by Adobe Reader was quite sharp, the size of the screen meant you were continually zooming in and out of pages to find the appropriate parts. So weve chosen the HTC X7500 as a replacement because of its 5 screen (amongst other reasons). <<
    Ho Kay... have looked at the file and, based on the general layout (drawings with part# references) don't think you can get there from here.
    Back to the basic goal, a couple of thoughts based on the assumption that your company is generating these pdf's and needs pda access to them.
    Perhaps the part# references can be hyperlinked so the tech could tap the part# on the image and go to a table entry with all of the info on that specific part.
    In that case, html would be a better format for navigation since, afaik, there does not seem to be a <back> button in reader.
    Beverly Howard [MS MVP-Mobile Devices]

  • Developers Guide for Oracle BPM Suite....

    All,
    I was trying to find a developers guide for using Oracle BPM Suite (11g). I found the one in the following link, however this looks like a pretty detailed one...
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/toc.htm
    Can you someone help me find any other flavors of the developers guide? I am looking for the following...
    1. Methods of work - Best Practices for design and development of BPM process models.
    2. Naming Conventions for Process Modeling - Best Practices
    3. Coding standards for Process Modeling (J Developer)
    4. Guide with FAQ's for connecting / Publishing Process Models to the MDS Database.
    5. Deployment Standards - best practices....
    6. Infrastructure - Recommendations for Scale out deployment in Linux v/s Windows OS.
    Regards,
    Dinesh Reddy

    Hi,
    For BPM Studio Developer guide go for this http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15176/toc.htm
    For every thing related to FMW
    http://download.oracle.com/docs/cd/E17904_01/index.htm
    Thanks,
    Biltu

  • Does anyone want an Oracle OC4J deployment guide for Creator 2?

    Hi
    As part of working with creator 2 (and now update 1) I have had to develop a fairly detailed deployment guide for Oracle's OC4J container, based in part on the great work provided by Marco Walther in his weblog.
    The guide will be converted to a pdf, and includes plenty of screen grabs and details of data source creation etc for first timers, but before I go to the trouble of formatting it for general human consumption I just wondered if anyone was actually interested in something like this.
    Replies and comments welcomed
    B

    This might be a good place to put this guide to make it available to everyone: http://wiki.java.net/bin/view/Javatools/SunJavaStudioCreator
    What you have to do is put it on your java.net site and link to it from the above Java Studio Creator Community page.
    thanks for sharing,
    Chris

  • Is there a user guide for Robohelp 7?

    I've used Robohelp before, but now am faced with having to create a stylesheet.  I've tried using the Help but it seems to make assumptions that I've done created .css before.  For example, the kinds of things that I can find no information on:
    What is the Design Editor?  I can't seem to find it to be able to create an external style sheet.
    In the "Create a style sheet" topic, you must first click style sheet, but the style sheet button isn't enabled.
    Bottom line: I'm looking for all inclusive documentation that will give me concepts and procedures for creating a style sheet.
    Thanks for your assistance.

    Thank you so much for sharing these resources with me.  I have viewed
    Adobe's tutorials on a number of topics and where their documentation
    falls short of the mark, the tutorials are excellent.  I can't wait to dig
    into them.
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Mary K. Greer
    Information Developer - Learning Management Solutions
    Intelligent Automation Solutions Client Services
    407.771.8187
    lwright18 <[email protected]>
    07/21/2009 01:22 PM
    Please respond to
    [email protected]
    To
    Mary Greer/CIMG/CVG@CVG
    cc
    Subject
    Is there a user guide for Robohelp 7?
    Hi..
    I COMPLETELY understand your frustration, because i've just gone through
    the same ordeal.
    Its impossible to figure out how to import frame files into RH and how to
    use style sheets from the on-line help, because as you said, you only get
    bits and pieces of information out of context, and many of the
    descriptions of settings don't explain what they are for/do. Its the same
    old paradox; the only way you can understand the on-line help is if you
    already understand the product; in which case you wouldn't need the online
    help. 
    What finally helped me to get a basic grasp of the mysteries of style
    sheets, etc. was the tutorial: "Adobe Technical Communication Suite
    Getting Started series - Part 3: FrameMaker 8 and RoboHelp7: …" @
    http://www.adobe.com/devnet/robohelp. (it runs about an hour and a half).
    It explains how to enter and apply custom style sheet settings, mapping,
    etc. and should probably clear up your confusion.
    The only thing I STILL not certain about though, is what relationship, if
    any, template (.htt) files have to do with anything, and whether they
    relate to .css files. So i'd appreciate it if another poster can shed some
    enlightenment on that.

  • Is there a step-by-step guide for MOC ?

    I'm looking to get a step-by-steo guide as to how my.oracle.com
    (MOC) was developed. The "white paper" is just background
    material and not what I was looking for. I'm looking for a how-
    to ONE-STOP-SHOP guide. This would be the biggest selling point
    for Oracle Portal.
    Is it out there?

    Hi,
    I would like to have the step-by-step guide for MOC development, if you got one already.
    rgds,
    Winsey

  • A guide for Licensing of ES3 Modules?

    We have difficulties in preparing/configuring LC ES3 modules based on prospects' requirements. Is there a "Licensing Guide" for LC ES3 that will help us in configuring the modules?
    Regards,
    Haluk Cavusoglu
    Innovatech

    Hi Ahmed,
    Its a nice thread to start with. We shall do the same.
    We are testing MI for past 1.6 yrs.
    <<<<- Testing NW MI MW server.
    - Testing the ECC as a MI backend system
    - Critical business processes of the mobile scenario (MAM for example)
    - Testing the Mobile Applications on clients devices (MAM, MAU, MTT, …)
    - Performance tuning tips for all the involved software components
    - Performance tuning tips for the all involved servers.>>>>
    Testing NW MI MW server----The entire backend side developed application can be automated(covering many features)
    We have been executing few standard test cases and enhancing them.
    So can you explain more clearly about what sort of methodologies you are talking about.
    We generally analyze customer raised messeges and try to pump in more test cases to cover the features.
    May be this is the starting to get more enchaments methodologies to improve MI.
    FYI..In Newyork release MI architecture is going to be changed a bit...so can expect better performance(Webdynpro from client side) 
    Cheers,
    Karthick

Maybe you are looking for

  • Key field in sender file adapter

    Hi All,        I am using FCC ( sender) to convert a flat file into XML .I have a record structure of the following type : HEADER,1,DETAIL,,SUBDETAIL, . The problem is i dont have any KEYFIELD in HEADER or DETAIL or SUBDETAIL . Is it possible to do F

  • Index of the Headings in the Table - Group row number 1. 1.1

    I need to see the data as below in the grouping table Index of the Headings in the Table. 1  Heading 1.1 Sub Heading 1.1.1 Detail Heading1 1.1.2 Detail Heading2 etc.. kindly help me on the expression ShanmugaRaj

  • VM message waiting counter doesn't work on Palm Pre Plus

    My voice mail message waiting counter isn't working on my Palm Pre Plus.  At first, it showed messages waiting when there weren't any.  I Reset Voicemail Count, and ever since then, it doesn't show any messages waiting when there are messages.  i hav

  • Would like some input on models please.

    I have been Mac user for years and want to get an Ipad but like most money is tight, Have a friend that has a brand new 64gig IPad 1 in box never used. Only want one to use when travial for email, online banking, a little surfing and a few movies and

  • My Macbook (lion/ML) can connect to wifi, but gets no internet (only specific network)

    Hi everyone. I'm really not the only one having a Wi-Fi problem, but my case may be a little different, so I thought I'd start a new thread. I can connect to my Business network, To my home network and to my mobile phone tether connection. All gives