Symbol Pocket PC wireless programming

Being new to Java, I have a project that I want to develop to learn wireless applications in the Pocket PC (CE) realm. Specifically, using Symbol wireless barcode scanners to access a database server connected to a wireless hub. Could you be so kind as to direct me to the correct development software. I downloaded the Mobile Wireless kit and also netbean, and studio developer. I want to be sure and start correctly with the right software in the beginning. Thanks so much for your help. I appreciate Sun for offering these tools to allow us to learn and develop applications from our desktop. I know I have a tremendous way to go, but I'm more than willing to put in the time and effort...Thanks again, Gary

I fully agree that you should start on the PC, as suggested in the other reply.
I also understand that you would like to prototype something that contains all
the basic ingredients of your final solution. Therefore, I would suggest that
as soon as you have a simple HelloWorld-ish application running on your PC
(perhaps with a small GUI), you should try to move it to the handheld, just
to learn the process. I did this kind of stuff 2 years ago and, at that time,
after researching all the Pocket PC Java implementations, I settled for
http://www.nsicom.com/ ($ involved, but free trial), which was the most complete at that time.
Not sure if this is still the case. Search for "Java Pocket PC".
Edited by: baftos on Feb 8, 2008 2:53 PM

Similar Messages

  • SYMBOL pocket PC (WM 5.0) & PIOS

    Hi all
    Have anybody implemented barcode scanner from MAM25 in SYMBOL pocket pc. I have deployed the corresponding driver and the connector and implemented the barcode scanner as given in the example of the PIOS.
    Connector connector=Connector.getInstance();
    DriverInfo[] scanners = connector.listDrivers(ConnectionType.SCANNER);
    ScannerParameters parameters = new ScannerParameters(scanners[0]);
    The third line of the above code throws an array out of bounds exception, as there is no driver in the previous line of code, eventhough I have deployed the driver. Any one of you worked on this?, if so please assist me to get over this. Also let me know whether I am proceeding in a right direction.
    Thanks
    Raj

    Adobe Reader 2.0 for PPC will definetly not work
    and you can't install if
    - you have a Vista PC
    - MS-Office 2007 (Outlook 2007)
    because
    - you must install the Sync for Vista - that's okay and it works
    drvupdate-x86.exe (MS-Download)
    - you must install the Update for MS-Office 2007
    OfficeMobile_Licensed_0407_German.msi (MS-Download)
    if you do not you can't sync your Outlook, cause the Outlook2007
    .pst file is a different .pst file than the Oulook 97-2003 .pst
    After all is done it works perfect - but Adobe Reader works no more.
    You can try everything you can find on different forums - it does not work. You can install it. It say it's perfect done.
    If you touch to open it starts working and after a few second it ends.
    If you touch a pdf-file the same effect.
    You'll go crazy and call Mr. MS-DOS 5.0
    You have the newest PC, the newest OS, the newest Software but the simplest Tool doesn't work
    It's not a Joke - it's Adobe

  • How to show Phonetic symbol in a j2me program?

    i want write a dictionary program,but now i don't know how to show Phonetic symbol in the program! does someone can help me ?

    ppwyz,
    do u found a way of displaying phonetic last time?I hope so....
    if so, can u please show me the way?
    I need the guideline..
    Thanks...

  • When I use my keyboard only symbols appear in any program

    When I use my keyboard only symbols appear and this is in any program. It's only one year old.

    It's possible that one or more of the modifier keys on your keyboard is stuck, or that you have an incorrect keyboard selected in your preferences. Let's try a few things.
    If you open System Preferences (under the Apple menu) and select Language & Text (I am assuming you are using OS X 10.6 Snow Leopard, by the way) then select the Input Sources tab make sure the Keyboard & Character Viewer checkbox is checked on the left. Once it is you will have an icon in your menu bar that looks like a square with a bunch of dots and a star in it. From that menu select Show Keyboard Viewer. This will show on your screen the keyboard you are using. Do any of the modifier keys (shift, command, option, etc) show up dark as if they are depressed?
    This will also show the name of the keyboard you are using (at the top of the virtual keyboard) What is it?
    Let us know what happens, we will keep working on it.
    Best of luck.

  • Cannot find symbol error on first program

    Good day
    I just started studying computer programming and the first app in book does not compile and I get error "Cannot find symbol". Error points to last line of code System.out.printf( "Sum is %d\n", sum );
    Code is copied from book so what is wrong?
    Here is full code:
    import java.util.Scanner;
    public class Addition
    public static void main( String args[] )
    Scanner input = new Scanner ( System.in );
    int number1;
    int number2;
    int sum;
    System.out.print( "Enter first integer: ");
    number1 = input.nextInt();
    System.out.print( "Enter second integer: ");
    number2 = input.nextInt();
    sum = number1 + number2;
    System.out.printf( "Sum is %d\n", sum );
    Thank you

    If the OP were compiling with an older Java version,
    the error would occur at the first line, not
    the last; Scanner was also introduced in Java 5.
    Anyway, that code compiles and runs fine on my
    computer.Damn, didn't see the usage of Scanner.

  • New to Java Wireless Programming - Help needed!

    I'm currently finishing my 4 java programmign class in university, and i'm not looking to expand my knowledge in the this language. I would like to learn the how to code for wireless devices. I've already downloaded the Java Wireless Toolkit, but I would really appreciate some direction on what I should read to know where to start with this. Any info that anyone may have is greatly appreciated!
    Thanks
    Al

    Googling J2ME tutorials or MIDP tutorials will give you plenty to read.
    but here's a start:
    http://www.developer.com/java/j2me/article.php/10934_1561591_1
    http://developers.sun.com/techtopics/mobility/midp/samples/index.html#getstart

  • How to create new text symbols for the standard program.

    Based on the customer's requirement, I need to create a new implicit enhancement for the selection screen.
    I want to create new text symbols for the parameters and blocks, but I cannot change the standard ones.
    Does anybody know something about that? Thank you.

    hi ming yu,
    example : %_MATNR_%_APP_%-TEXT -> this is the material  description name in mb5b
    change the description in ur enhancement implementation
    %_MATNR_%_APP_%-TEXT = 'Material'
    it is works only input/output field
    Thanks&Regards,
    naveen

  • FIELD SYMBOL  : - Get Data from Another program

    Hi Gurus,
    I have a Z program - ZPROG1.
    I need to get the value of a variable V_VAR1 from program RV63A712 which is a routine.
    How can i get the value of V_VAR1 from RV63A712 into my program ZPROG1. using field symbol .
    The main program of RV63A712 is SAPLV61A.
    For example .
    The program RV63A712 is as below.
    *&      Form  FRM_KOND_BASIS_712
          Copper Price Participation
          John May  09/01/2009
    FORM frm_kond_basis_712.
    V_VAR1 = B_KBETR + G_KWERT .
    ENDFORM.
    Avi

    hello ,
    try this sample code...
    data: c_progvar(30) type c value '(RV63A712)V_VAL1'.
    data: v_val1 type wrbtr.
    field-sybmol: <fs> type any.
    assign (c_progvar) to <fs>.
    if <fs> is assigned.
      v_val1 =  <fs>.
    endif.
    regards
    Prabhu

  • Wireless using SAP ABAP Report programming

    Hi All Boss,
    I am doing my project Wireless program using SAP ABAP
    I need that project.
    so please send me wireless program for sap abap and screen shot.
    reply me urgent....
    Please donot forgot to all..

    This is not a program writing service.

  • Hp wireless keyboard and Indian Currency Symbol

    I have purchased hp wireless keyboard.
    How to type Indian Currency Symbol using hp wireless keyboard?

    StudentsNet, welcome to the forum.
    Here is a guide that may help you with your problem.  Try it to see if it works.
    Please click the "Thumbs Up+ button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • This Applescript will correct links & programs for posting

    Since I have been posting to these forms, I have been annoyed by the conversions that are done to my posts. A word surrounded by asterisks gets bolded. When I decide to make a link to a post, I can never remember the exact format. When I posted AppleScript code, I found that it is squish to the left. The AppleScript I have posted here gets around these problems.
    Robert
    The first thing that you need to do is to make the text into an AppleScript program.
    start the AppleScript Editor
    /Applications/AppleScript/Script Editor.app
    copy the text to the Applescript editor.
    save the text to a file as an application and do not check any of the boxes below.
    !http://farm4.static.flickr.com/3544/3390737677_645a847e28.jpg?v=0!
    now, let's build a link to a post.
    get the link to a reply.
    Goto this Webpage:
    http://discussions.apple.com/post!reply.jspa?messageID=9003196
    Copy the Web page address from the top of your Web browser page. This is the standard highlight the address then do a command+c
    Now you should run my AppleScript program by going back to the Script Editor. Optional, click the words event log to see the debug information. Click on the run icon.
    !http://farm4.static.flickr.com/3423/3391549168_9ce8b6fcd9.jpg?v=0!
    The link has been modified. Paste the link onto your Web page. This is the standard command+v.
    For a more typical usage, placed the program on the dock or make an alias on the desktop.
    Robert
    Name: alter-clipboard
    Input: Clipboard
    Output: Clipboard
    This AppleScript program is designed to convert a forum-reply web address  to a link to a forum post, to convert special characters to their HTML symbols, and to convert programming language code to a  form that does not get mangled.
    1)   When you wish to reference another Apple discussion forum post, I found the process convoluted.  The Apple form software does not provide for the display of a form post link.  Instead, you must  construct the link from a reply post.  This AppleScript simplifies the process.
      When the clipboard contains a link to a forum reply page, do the conversion.
      Here is that way:
      a) Find the particular post you wish to reference.  
      b) Click on the reply icon.  
      c) Copy  the Web address to the clipboard  (command+c).  
      d) Run this AppleScript to convert the Web address.  
      e) Paste (command+v) the converted Web address into your post.
       For example, you:  
       • Want to reference a post on how to improve the performance of Tiger.  You find a post by Texas Mac Man with a list of possibilities.  
       • Click on the Reply option and highlight the Web address because you know the address contains a reference to this post.
       • Type command+c to copy the address to the clipboard.  The clipboard now contains:
         http://discussions.apple.com/post&#033;reply.jspa?messageID=9124252
       •  Run this AppleScript to convert the Web address. The clipboard now contains:   
               http://discussions.apple.com/message.jspa?messageID=9124252&#035;9124252
       • Type command+v to paste the address   into your new post.
    2)  Assume that the clipboard contains  special symbols or formated programming language code to convert.  
      The simpleFormatting property switch in the code selects teletype text ( tt ) when true and selets preformated text ( pre ) when false.      
      This AppleScript will converted special symbols used in these forums to a form not used by the forum software in order to preserve the original characters.
      For the symbols, see:
      See "Other formating tags are available as shown below" in
      http://discussions.apple.com/help.jspa&#035;format
      An alternative to using these symbols is document in this post:
      http://discussions.apple.com/thread.jspa?messageID=607563
      Also, this AppleScript preserves indentation used in programs or Terminal output.
      a) Copy  the text to the clipboard .  
      b) Run this AppleScript to convert the text
      c) Paste the converted text into your post.
      For example,  the asterisks will be preserved:
         mac $ ls *oup*
         Youpi Key Editor.plist  Youpi Key.app alias  
      For example,  the indentation will be preserved:
         on adding folder items to this_folder after receiving dropped_items
            repeat with dropped_item_ref in dropped_items
               display dialog "dropped files is " & dropped_item_ref
            end repeat
         end adding folder items to
      Author: rccharles
      Copyright 2009 rccharles
      GNU General Public License
       This program is free software: you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published by
       the Free Software Foundation,  version 3
       This program is distributed in the hope that it will be useful,
       but WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       GNU General Public License for more details.
       For a copy of the GNU General Public License see <http://www.gnu.org/licenses/>.
    property simpleFormatting : true -- when true use tt tag to enclose; when false use pre tab to enclose
    on run
      -- Write a message into the event log.
      log "  --- Starting on " & ((current date) as string) & " --- "
      set theClip to the clipboard
      if length of theClip > 33 and characters 1 thru 33 of theClip as string = "http://discussions.apple.com/post" then
           http://discussions.apple.com/post&#033;reply.jspa?messageID=9003196
       convert to:
           http://discussions.apple.com/message.jspa?messageID=9003196&#035;9003196
         set theClip to alterString(theClip, "post!reply", "message")
         set {frontPart, postNumber} to textToList(theClip, "=")
         set theClip to theClip & "#" & postNumber
      else
         --  see http://www.asciitable.com/ for the ASCII translations
         -- must be the first change so as not to cause problems.
         set theClip to alterString(theClip, "#", "&#035;")
         --  You need to use either the numeric form of the HTML symbol or
         --  translate HTML character enties as seen below.
         set theClip to alterString(theClip, "&amp;", "&amp;amp;")
         set theClip to alterString(theClip, " ", "&amp;nbsp;")
         -- Preserve blanks
         -- converts two spaces to a space and non-breaking space
         set theClip to alterString(theClip, "  ", "  ")
         set theClip to alterString(theClip, "!", "&#033;")
         set theClip to alterString(theClip, "[", "&#091;")
         set theClip to alterString(theClip, "]", "&#093;")
         set theClip to alterString(theClip, "<", "&#060;")
         set theClip to alterString(theClip, "*", "&#042;")
         set theClip to alterString(theClip, "+", "&#043;")
         set theClip to alterString(theClip, "_", "&#095;")
         set theClip to alterString(theClip, "--", "&#045;&#045;")
         set theClip to alterString(theClip, tab, "   ")
         -- suggested by red_menace from the Mac forums
         set theClip to alterString(theClip, "-", "&#45;")
         set theClip to alterString(theClip, "^", "&#94;")
         set theClip to alterString(theClip, "~", "&#126;")
         if simpleFormatting then
            set theClip to "<tt>" & theClip & "</tt>"
         else
            set theClip to addWrapper(theClip)
         end if
      end if
      set the clipboard to theClip
    end run
    on alterString(thisText, delim, replacement)
      set resultList to {}
      set {tid, my text item delimiters} to {my text item delimiters, delim}
      try
         set resultList to every text item of thisText
         set text item delimiters to replacement
         set resultString to resultList as string
         set my text item delimiters to tid
      on error
         set my text item delimiters to tid
      end try
      return resultString
    end alterString
    -- textToList was found here:
    -- http://macscripter.net/viewtopic.php?id=15423
    on textToList(thisText, delim)
      set resultList to {}
      set {tid, my text item delimiters} to {my text item delimiters, delim}
      try
         set resultList to every text item of thisText
         set my text item delimiters to tid
      on error
         set my text item delimiters to tid
      end try
      return resultList
    end textToList
    -- suggested by red_menace from the Mac forums
    -- some constants and switches
    property TextColor : "#000000" -- black  (see http://www.w3schools.com/tags/ref&#095;colornames.asp)
    property BackgroundColor : "#FFEE80" -- medium/canary yellow -- "#FFDDFF" -- a light plum/purple
    property BorderColor : "#000000" -- black
    property TheWidth : "width: 720px; " -- a width attribute
    property UseWidth : true -- use the width attribute?
    property LineCount : 25 -- the number of lines before including the height attribute
    property TheHeight : "height: " & ((LineCount * 13.6) as integer) & "px; " -- a (rough) maximum height for the formatted box
    on addWrapper(SomeText)
      fix up some formatting and add a tag wrapper  (see http://www.w3schools.com/tags/default.asp)
         parameters -      SomeText  text to add the wrapper to
         global items -   LineCount, TheHeight, UseWidth, TheWidth,  KeepFormatting,                         
                     BorderColor, TextColor, BackgroundColor
         returns [text]:      the wrapped text
      set {Height, Width} to {"", ""}
      if (count paragraphs of SomeText) is greater than LineCount then set Height to TheHeight
      if UseWidth then set Width to TheWidth
      -- hack...
      -- seems like the apple forum software doubles the returns in a pre tag
      set SomeText to alterString(SomeText, return, "<br>")
      -- change the style properties as needed
      set SomeText to "<pre style=\"
         font-family: Monaco, 'Courier New', Courier, monospace;
         font-size: 10px;
         font-weight: normal;
         margin: 0px;
         padding: 5px;
         border: 1px solid " & BorderColor & ";
         " & Width & Height & "
         color: " & TextColor & ";
         background-color: " & BackgroundColor & ";
         overflow: auto;\"
         title=\"\">" & SomeText & "</pre>
      return SomeText
    end addWrapper

    Hi,
    There is message type BANK_CREATE for posting the FI related Bank details. Using the change pointers you can trigger the idocs for posting the bank related data.
    Regards,
    Uday

  • The difference between FIELD-SYMBOL and normal DATA TYPE

    Dear experts,
    Please see the example below, both are output the same result.
    DATA: EXTERNAL_RECORD(4000),
          POSITION TYPE I,
          LENGTH TYPE N,
          ENTRY TYPE STRING.
    EXTERNAL_RECORD = '0005Smith0007Edwards0005Young'.
    DO.
      LENGTH = EXTERNAL_RECORD+POSITION(4).
      IF LENGTH = 0.
        EXIT.
      ENDIF.
      ADD 4 TO POSITION.
      MOVE EXTERNAL_RECORD+POSITION(LENGTH) TO ENTRY.
      WRITE ENTRY.
      ADD LENGTH TO POSITION.
      IF POSITION >= 4000.
        EXIT.
      ENDIF.
    ENDDO.
    --OR It can be written as--
    DATA: EXTERNAL_RECORD(4000),
          POSITION TYPE I,
          LENGTH TYPE N.
    FIELD-SYMBOLS <ENTRY>.
    EXTERNAL_RECORD = '0005Smith0007Edwards0005Young'.
    DO.
      LENGTH = EXTERNAL_RECORD+POSITION(4).
      IF LENGTH = 0.
        EXIT.
      ENDIF.
      ADD 4 TO POSITION.
      ASSIGN EXTERNAL_RECORD+POSITION(LENGTH) TO <ENTRY>.
      WRITE <ENTRY>.
      ADD LENGTH TO POSITION.
      IF POSITION >= 4000.
        EXIT.
      ENDIF.
    ENDDO.
    Is there any special circumstances we need to use FIELD-SYMBOL?
    Why is FIELD-SYMBOL is introduce in the first place?
    Kindly advice with example.
    Thanks in advance for those who can help me on this.

    HI,
    You can use field symbols to make the program more dynamic. In this example the name of a table control is substituted by a field symbol. Thus you cal call the form with any internal table, using the name of the table control as a parameter.
    Example
    form insert_row
    using p_tc_name.
    field-symbols <tc> type cxtab_control. "Table control
    assign (p_tc_name) to <tc>.
    insert 100 lines in table control
    <tc>-lines = 100.
    Field symbols allow you to:
    **     Assign an alias to a data object(for example, a shortened
            name for data objects structured through several hierarchies
            - <fs>-f instead of rec1-rec2-rec3-f)
    **     Set the offset and length for a string variably at runtime
    **     Set a pointer to a data object that you determine at runtime (dynamic ASSIGN)
    **     Adopt or change the type of a field dynamically at runtime
    **     Access components of a structure
    **     (from Release 4.5A) Point to lines of an internal table
            (process internal tables without a separate work area)
    Field symbols in ABAP are similar to pointers in other programming
    languages. However, pointers (as used in PASCAL or C) differ from ABAP
    field symbols in their reference syntax.
    The statement ASSIGN f to <fs> assigns the field f to field
    symbol <fs>. The field symbol <fs> then "points" to the
    contents of field f at runtime. This means that all changes to the
    contents of f are visible in <fs> and vice versa. You declare
    the field symbol <fs> using the statement FIELD-SYMBOLS: <fs>.
    Reference syntax
    Programming languages such as PASCAL and C use a dereferencing symbol
    to indicate the difference between a reference and the object to which
    it refers; so PASCAL would use p^ for a pointer instead of p, C would
    use *p instead of p. ABAP does not have any such dereferencing symbol.
    **     In PASCAL or C, if you assign a pointer p1 to a pointer p2,
    you force p1 to point to the object to which p2 refers (reference semantics).
    **     In ABAP, if you assign a field symbol <fs1> to a field
    symbol <fs2>, <fs1> takes the value of the data object to
    which <fs2> refers (value semantics).
    **     Field symbols in ABAP are always dereferenced, that is,
    they always access the referenced data object. If you want to
    change the reference yourself in ABAP, you can use the ASSIGN statement
    to assign field symbol <fs1> to field symbol <fs2>.
    Using field symbols
    You declare field symbols using the FIELD-SYMBOLS statement.
    They may be declared either with or without a specific type.
    At runtime you assign a field to the field symbol using the ASSIGN
    statement. All of the operations on the field symbol act on the field
    assigned to it.
    When you assign a field to an untyped field symbol, the field symbol
    adopts the type of the field. If, on the other hand, you want to assign
    a field to a typed field symbol, the type of the field and that of the
    field symbol must be compatible.
    A field symbol can point to any data object and from Release 4.5A,
    they can also point to lines of internal tables.
    The brackets (<>) are part of the syntax.
    Use the expression <fs> IS ASSIGNED to find out whether the field
    symbol <fs> is assigned to a field.
    The statement UNASSIGN <fs> sets the field symbol <fs> so
    that it points to nothing. The logical expression <fs>
    IS ASSIGNED is then false. The corresponding negative expression
    is IF NOT <fs> IS ASSIGNED.
    An unassigned field symbol <fs> behaves as a constant with
    type C(1) and initial value SPACE.
    MOVE <fs>
    TO dest     Transfers the initial value SPACE to the variable dest
    MOVE 'A' to <fs>     
    Not possible, since <fs> is a constant
    (runtime error).
    To lift a type restriction, use the CASTING addition in the
    ASSIGN statement. The data object is then interpreted as though
    it had the data type of the field symbol. You can also do this
    with untyped field symbols using the CASTING TYPE <type> addition.
    The danger with pointers is that they may point to invalid areas.
    This danger is not so acute in ABAP, because the language does not
    use address arithmetic (for example, in other languages, pointer p
    might point to address 1024. After the statement p = p + 10, it would
    point to the address 1034). However, the danger does still exist, and
    memory protection violations lead to runtime errors.
    A pointer in ABAP may not point beyond a segment boundary. ABAP does
    not have one large address space, but rather a set of segments.
    Each of the following has its own segment:
    *     All global data
    *     All local data
    *     Each table work area (TABLES)
    *     Each COMMON PART
    You should only let field symbols move within an elementary field or
    structure where ABAP allows you to assign both within the global data
    and beyond a field boundary.
    Rgds
    Umakanth

  • How can I get permission to create a symbolic link?

    I am trying to create a symbolic link from a program, but I keep getting:
    A required privilege is not held by the client.
    I am running the program from my account which is in the Administrators group, and otherwise has admin rights. However, if I login to the Administrator account the program runs fine, so I know the program code is correct.
    I have checked the local security settings, and even added my account explicitly to the local security settings to create symbolic links, but that does not help. I have also turned of UAC, but that does not help.
    What do I need to do on Windows 8.1 to be able to create a symbolic link from an account other than Administrator?
    Cheers, Eric
    Eric Kolotyluk - software developer, music DJ, swing dancer

    Basically I have a Scala program that is doing:
      try {
        Files.createSymbolicLink(link21, folder1)
      catch {
        case fileSystemException: FileSystemException =>
          System.err.println("\n\t**** Error configuring test fixture ***\n\n")
          println(fileSystemException)
          if (fileSystemException.getMessage().contains("A required privilege is not held by the client"))
            println("You need to set permissions by...\n")
    Where Files is the java.nio API. In fact it's a unit test fixture that tests to make sure my code handles symbolic links properly. The test fixture creates a temporary directory, for example
    C:\Users\Eric\AppData\Local\Temp\testFolder-432432684744817467
    and more files and folders below that. In one folder, it tries to make a symbolic link to another folder.
    I tried what you said with Run As Administrator, in this case, I ran my Eclipse IDE as Administrator and the code works -- thanks for the tip :-)
    However, in practice, I need this to work as part of automated unit test running as part of a Maven build, so is there some way to set things up that do not require "Run As Administrator"?
    Now that I have one solution, I can probably figure out some hack, but I was hoping there would be some more simple straightforward way to do what I want.
    Eric Kolotyluk - software developer, music DJ, swing dancer

  • Screen value not assign in field symbol

    Hi gurus,
             I create a field symbol for module pool programming for assigning screen value. I create a tab in main screen and three subscreen for tab.  in first screen values perfectly asign in field symbol but second subscreen FS1,FS2,FS3 values not assign.
    Atthe time of save three subscreen values stored in internal table, then insert into ztable.
    PERFORM SAVE_DATA USING '15' 'GTAB-IO_CODE' 'GTAB-IO_PER' 'GATB-IO_VAL'.
    PERFORM SAVE_DATA USING '26' 'GTAB-IO_SCODE' 'GTAB-IO_SPER' 'GTAB-IO_SVAL'.
    FORM SAVE_DATA USING X TYPE I
                         FS1 TYPE STRING
                         FS2 TYPE STRING
                         FS3 TYPE STRING.
    *FORM SAVE_DATA USING X TYPE I FS1 TYPE STRING.
      CLEAR SNO.
      CLEAR C.
      ITAB-MANDT = SY-MANDT.
      ITAB-BUKRS = '1000'.
      ITAB-DOCNO = '0001000005'.
      ITAB-BUDAT = SY-DATUM.
      DO X TIMES.
      IF X EQ '15'.
        FS1 = 'GTAB-IO_CODE'.
        FS2 = 'GTAB-IO_PER'.
        FS3 = 'GTAB-IO_VAL'.
      ELSEIF X EQ '26'.
        FS1 = 'GTAB-IO_SCODE'.
        FS2 = 'GTAB-IO_SPER'.
        FS3 = 'GTAB-IO_SVAL'.
      ENDIF.
        C = C + 1.
        SNO = SNO + 10.
        ITAB-SLNO = SNO.
        ZCOMRP_ORTRN-SLNO = SNO.
        CONCATENATE FS1 C INTO FS1.
        ASSIGN  (FS1) TO <FS>.
        ZCOMRP_ORTRN-PRCOD = <FS>.
        ITAB-PRCOD = <FS>.
        CONCATENATE FS2 C INTO FS2.
        ASSIGN  (FS2) TO <FS>.
        ZCOMRP_ORTRN-KBETR = <FS>.
        ITAB-KBETR = <FS>.
        CONCATENATE FS3 C INTO FS3.
        ASSIGN  (FS3) TO <FS>.
        ZCOMRP_ORTRN-DMBTR = <FS>.
        ITAB-DMBTR = <FS>.
       INSERT ZCOMRP_ORTRN.
        APPEND ITAB.
        INSERT  ZCOMRP_ORTRN FROM ITAB.
        CLEAR FS1.
        CLEAR FS2.
        CLEAR FS3.
       CLEAR C.
      ENDDO.
      PERFORM CLEAR.
    ENDFORM.                    " SAVE_DATA

    solved

  • Text Symbol in User exit

    Hello Friends ,
    I have a z - include ZX45AI91 in an user exit . I do not want to hard code the error message "Not authorized to update sales order  at this level"  instead use a Text symbol from the z - programs that triggers this exit .
    When I use the text symbol it gives me an error message that Access key is required .
    Please advise if this is possible
    Thanks ,
    Hari

    I think you are not getting my point .
    This is what is currently in the code :
    if l_user_level < approved_level.
              message e999 with 'Not authorized to update sales order at this level'.
          endif.
    I want to be able to use like :
    if l_user_level < approved_level.
              message e999 with text-054.
          endif.
    The text-054 is a text element in any z program .
    Is this possible ?
    Thanks

Maybe you are looking for

  • Can't open Appstore on MacBook after upgrading to Maverick

    Hi All, After upgrading my MacBook to OS X 10.9.3 I can't open App Store, Calendar, and Line that I have installed. Your kindly help will be very much appreciated. Many thanks, Thara

  • HP Laserjet Pro 200 Color - won't print due to lack of memory

    My new HP Laserjet Pro 200 Color printer won't print and gives me an error message saying it has insufficient memory.   How do I delete the memory on my printer so it will print? And how do I change the settings so it quits saving documents in the fu

  • Mac Book pro slow to wake from sleep

    Hi , Sometimes when I leave my mac book pro and it goes to sleep (screen goes black when lid open) it takes a while to wake from sleep again - sometimes up to 30-40 seconds? This seems very odd for an expensive machine that is around 6 months old and

  • Please Help!-Problem using Image[ ] array

    Hi everyone, I have this real confusing bug in my code which i am not able to fix. Image[] tmpImg = new Image[Img.size()];   /initializing an image array tmpImg             for(int i=0; i<Img.size(); i++) {          //i require this display the image

  • What's happen in Photoshop CS4?? please help...

    Hi everybody, now i have problem with Photoshop CS4 but i don't know why. I've installed it in Windows Vista, when finished installing, open the picture and ... (please see the picture as below) I've already re-installed many times but still same pro