Can we move char type data to packed decimal

Hi
can we move char type data to packed decimal??
Thanks
Devi

Hi..
that depends on the data in the character variable..
if that character variable contains onli numbers then it is possible.
<b>data c type c value '1'.
data p type p.
p = c.
write p.</b>
here the output is  1.
If it contains even a single Alphabet , then it goes for a dump.
<b>data c type c value 'A'.
data p type p.
p = c.
write p.</b>
here u will get a short dump.
hope u understood.
regards,
sai ramesh

Similar Messages

  • How can we move the 'application data\apple computers' folder to another location

    We use roaming profiles and the Application Data folder is stored on a network drive with restricted space (500MB).  This has not been a problem in the past but since we've been rolling out iPad's & iPhones, this restriction is becoming a problem as iTunes download's ios updates and stores device backups in 'application data\apple computers' folder (and not in the media library).
    Does anyone know how we can move this 'application data\apple computers' folder to another location or force iTunes to store the downloads/updates in the media library (which can be moved)?
    Thanks very much in advance for any help.

    Move the iTunes Library elsewhere, launch iTunes with the Shift key held down, and point it there.
    (60614)

  • In Loop how to move condition type data

    Hello Experts,
    In loop while i am collecting data in final loop,
    I have different pack sizes in pricing procedures viz. p10kg,
    p20kg., p15kg.....like wise along with  BED, EDU CESS,
    Sec & High & VAT . i have fetch data from KONV.
    for this i have written two select queries for pack size only in it_konv and other for taxes in it_konv1.
    now, for one item no. i have three pack sizes 10, 20 40.
    see the following.
    FORM GET_ITEM.
    DATA: QUANT TYPE KONV-KWERT.
    CLEAR QUANT.
    CLEAR WA_FINAL-BEDTX.
    CLEAR WA_FINAL-EDUTX.
    CLEAR WA_FINAL-SECTX.
    CLEAR WA_FINAL-VATTX.
    LOOP AT IT_VBRK INTO WA_VBRK.
        WA_FINAL-VBELN   =  WA_VBRK-VBELN.
        WA_FINAL-FKDAT   =  WA_VBRK-FKDAT.
        WA_FINAL-KUNAG   =  WA_VBRK-KUNAG.
            READ TABLE IT_KNA1 INTO WA_KNA1 WITH KEY KUNNR = WA_VBRK-KUNAG.
              WA_FINAL-ADRNR = WA_KNA1-ADRNR.
            READ TABLE IT_ADRC INTO WA_ADRC WITH KEY ADDRNUMBER = WA_KNA1-ADRNR.
              WA_FINAL-NAME1   = WA_ADRC-NAME1.
              WA_FINAL-STREET  = WA_ADRC-STREET.
              WA_FINAL-STRET1  = wa_adrc-STR_SUPPL1.
              WA_FINAL-STRET2  = WA_ADRC-STR_SUPPL2.
              WA_FINAL-CITY1   = WA_ADRC-MC_CITY1.
              WA_FINAL-POSTAL  = WA_ADRC-POST_CODE1.
              WA_FINAL-TIMEZ   = WA_ADRC-TIME_ZONE.
            LOOP AT IT_VBRP INTO WA_VBRP WHERE VBELN = WA_VBRK-VBELN.
              WA_FINAL-ITEM    = WA_VBRP-POSNR.
              WA_FINAL-SALQT   = WA_VBRP-FKIMG.
              WA_FINAL-SALUN   = WA_VBRP-VRKME.
              WA_FINAL-MATNR   = WA_VBRP-MATNR.
              WA_FINAL-DESCP   = WA_VBRP-ARKTX.
              WA_FINAL-ORDNO   = WA_VBRP-AUBEL.
            LOOP AT IT_KONV INTO WA_KONV WHERE KNUMV = WA_VBRK-KNUMV.
               WA_FINAL-PACKSZ   = WA_KONV-KSCHL.
               WA_FINAL-EXVALUE = WA_KONV-KWERT.
            WRITE : / WA_FINAL-PACKSZ,
                      WA_FINAL-EXVALUE.
            LOOP AT IT_KONV1 INTO WA_KONV1 WHERE KNUMV = WA_VBRK-KNUMV.
               IF SY-SUBRC = 0.
                   IF     WA_KONV1-KSCHL = 'JEXP' .
                          WA_FINAL-BEDTX = WA_KONV1-KWERT.
                   ELSEIF WA_KONV1-KSCHL =  'JECS'.
                          WA_FINAL-EDUTX = WA_KONV1-KWERT.
                   ELSEIF WA_KONV1-KSCHL =  'JA1X'.
                          WA_FINAL-SECTX = WA_KONV1-KWERT.
                   ELSEIF WA_KONV1-KSCHL =  'JIVP'.
                          WA_FINAL-VATTX = WA_KONV1-KWERT.
                   ENDIF.
               ENDIF.
            ENDLOOP.
         ENDLOOP.
        ENDLOOP.
            APPEND WA_FINAL TO IT_FINAL.
    ENDLOOP.
    ENDFORM.
    plz experts giv me solution.
    Thaanks In Advance,
    Ashish.

    >
    sunny vaswani wrote:
    > yeh kya code kyu paste kiya hai
    >
    > there is no solution for this question kindly close this thread.
    use common language, which is english.

  • How can I move my iTunes data from my C: Drive to my D:Drive

    My C: is nearly full, while my D: has plenty of space. I am afraid to un-install and re-install it as it will lose all my iPhone data next time I synch. Also, even if I do install it to my D: won't it still place it's data on my C:???
    NOTE: It's not my music that is the problem, it is my POSCASTS. I have a lot of video podcasts, movies and I see no way to re-locate them to another drive
    thanks,
    JIM

    iTunes prefs -> Advanced. Set the iTunes muiusci folder location to where you want on the D: drive.
    Then go to iTunes menu Advanced -> Consolidate library.
    This will copy (not move) the songs to the D: drive in the folder you specifed. iTunes will use this folder for everything in your iTunes library and also for all new addition to iTunes.
    Once finished, you can delete \My Documents\My Music\iTunes\*iTunes music* folder and free up the space on yoryour u C: drive.

  • Can't select char type columns using ODBC link to SQL Server 2K

    I have set up a db link using hsodbc from 8.1.7 to SQL Server 2000. I can select numeric and date columns from the
    SQL Server table with no problem. But any character datatype (nchar or nvchar) column name included in the query
    returns an ORA-00904 ("invalid column name"). I know the column names are valid for SQL Server and can access
    these columns via EXCEL using the same user id and data source that is used for the link. I don't have a clue as to why ORACLE can't "see" the character type columns. Following is the hs trace file (HS_FDS_TRACE_LEVEL = debug) generated for "select assay_name from bio_assay@sqlsrvl":
    FRIDAY SEP 05 2003 10:39:47.674
    (0) hoagprd(2); Entered.
    (0) [Generic Connectivity Using ODBC] version: 2.0.4.0.0010
    (0) connect string is:
    (0) YEAR2000_POLICY=-1;CTL_DEBUG=T;CONSUMER_API=1;SESSION_BEHAVIOR_FLAGS=4;PARSER_-
    (0) DEPTH=2000;EXEC_FLAGS =
    (0) 131080;defTdpName=SQLSRVL;binding=(SQLSRVL,ODBC,"LIBERTY");
    (0) ORACLE GENERIC GATEWAY Log File Started at 05-Sep-03 10:39:47
    (0) Class version: 65
    (0) hoagprd(2); Exited with retcode = 0.
    (0) hoainit(3); Entered.
    (0) hoainit(3); Exited with retcode = 0.
    (0) hoalgon(7); Entered. name = XXXXXXXXXXX.
    (0) Created new ODBC connection (28382608)
    (0) Silent DB Function!!
    (0) (Last message occurred 4 times)
    (0) hoalgon(7); Exited with retcode = 0.
    (0) hoaulcp(4); Entered.
    (0) hoaulcp(4); Exited with retcode = 0.
    (0) hoauldt(5); Entered.
    (0) hoauldt(5); Exited with retcode = 0.
    (0) hoabegn(9); Entered. formatID = 306206, hoagttid
    (0) =XXXXXXXXXXXXXXXXXXXXXXXX, hoagtbid = , tflag = 0, initial = 1
    (0) hoabegn(9); Exited with retcode = 0.
    (0) hoapars(15); Entered. stmtType = 0, id = 1.
    (0) nvOUT (P:\Src\QP\QP_SQTXT.C 55): SELECT * FROM "BIO_ASSAY"
    (0) odbc_rec: select * from "BIO_ASSAY"
    (0) Silent DB Function!!
    (0) nvOUT (P:\Src\QP\QPT2SEXE.C 929):
    (0) SELECT "T0000"."WH_ADDED_DATE" AS c00010, "T0000"."ASSAY_MODIFIED_TIME" AS c0009, "T0000"."ASSAY_CREATED_TIME" AS c0008, "T0000"."ASSAY_DATE_COMPLETED" AS c0007, "T0000"."ASSAY_DATE_PLANNED" AS c0006, "T0000"."ASSAY_DATE_STARTED" AS c0005, "T0000"."ASSAY_STATUS_NO" AS c0004, "T0000"."TIMEFRAME_KEY" AS c0003, "T0000"."TARGET_KEY" AS c0002, "T0000"."ENVIRONMENT_KEY" AS c0001, "T0000"."ASSAY_KEY" AS c0000 FROM "BIO_ASSAY" T0000
    (0) nvOUT (P:\Src\QP\QPT2SEXE.C 932):
    (0) <<<<<<<<<<<<<<<<<<< Execution Strategy Begin <<<<<<<<<<<<<<<<<<<<<<<<<<<<
    (0) Original SQL:
    (0) SELECT * FROM "BIO_ASSAY"
    (0)
    (0)
    (0) Accessing Database "SQLSRVL" with SQL:
    (0) SELECT "T0000"."WH_ADDED_DATE" AS c00010, "T0000"."ASSAY_MODIFIED_TIME" AS c0009, "T0000"."ASSAY_CREATED_TIME" AS c0008, "T0000"."ASSAY_DATE_COMPLETED" AS c0007, "T0000"."ASSAY_DATE_PLANNED" AS c0006, "T0000"."ASSAY_DATE_STARTED" AS c0005, "T0000"."ASSAY_STATUS_NO" AS c0004, "T0000"."TIMEFRAME_KEY" AS c0003, "T0000"."TARGET_KEY" AS c0002, "T0000"."ENVIRONMENT_KEY" AS c0001, "T0000"."ASSAY_KEY" AS c0000 FROM "BIO_ASSAY" T0000
    (0)
    (0)
    Execution Strategy End >>>>>>>>>>>>>>>>>>>>>>>>>>>>(0) hoapars(15); Exited with retcode = 0.
    (0) hoaopen(19); Entered. id = 1.
    (0) hoaopen(19); Exited with retcode = 0.
    (0) hoadscr(16); Entered. id = 1.
    (0) hoastmt(195); Array fetch size is: 1.
    (0) ------ hoadscr() -------:
    (0) hoadamsz: 11, hoadasiz: 11, hoadambr: 1, hoadabrc: 1
    (0) row 0 - hoadambl: 20, hoadadty: 134, hoadaprc: 19, hoadacst: 0
    (0) row 0 - hoadascl: 0, hoadanul: 0, hoadanml: 9, hoadanam: ASSAY_KEY, hoadabfl:
    (0) 20, hoadamod: 0
    (0) row 1 - hoadambl: 20, hoadadty: 134, hoadaprc: 19, hoadacst: 0
    (0) row 1 - hoadascl: 0, hoadanul: 0, hoadanml: 15, hoadanam: ENVIRONMENT_KEY,
    (0) hoadabfl: 20, hoadamod: 0
    (0) row 2 - hoadambl: 20, hoadadty: 134, hoadaprc: 19, hoadacst: 0
    (0) row 2 - hoadascl: 0, hoadanul: 1, hoadanml: 10, hoadanam: TARGET_KEY,
    (0) hoadabfl: 20, hoadamod: 0
    (0) row 3 - hoadambl: 20, hoadadty: 134, hoadaprc: 19, hoadacst: 0
    (0) row 3 - hoadascl: 0, hoadanul: 0, hoadanml: 13, hoadanam: TIMEFRAME_KEY,
    (0) hoadabfl: 20, hoadamod: 0
    (0) row 4 - hoadambl: 2, hoadadty: 7, hoadaprc: 5, hoadacst: 0
    (0) row 4 - hoadascl: 0, hoadanul: 1, hoadanml: 15, hoadanam: ASSAY_STATUS_NO,
    (0) hoadabfl: 2, hoadamod: 0
    (0) row 5 - hoadambl: 7, hoadadty: 167, hoadaprc: 0, hoadacst: 0
    (0) row 5 - hoadascl: 0, hoadanul: 1, hoadanml: 18, hoadanam: ASSAY_DATE_STARTED,
    (0) hoadabfl: 7, hoadamod: 0
    (0) row 6 - hoadambl: 7, hoadadty: 167, hoadaprc: 0, hoadacst: 0
    (0) row 6 - hoadascl: 0, hoadanul: 1, hoadanml: 18, hoadanam: ASSAY_DATE_PLANNED,
    (0) hoadabfl: 7, hoadamod: 0
    (0) row 7 - hoadambl: 7, hoadadty: 167, hoadaprc: 0, hoadacst: 0
    (0) row 7 - hoadascl: 0, hoadanul: 1, hoadanml: 20, hoadanam:
    (0) ASSAY_DATE_COMPLETED, hoadabfl: 7, hoadamod: 0
    (0) row 8 - hoadambl: 7, hoadadty: 167, hoadaprc: 0, hoadacst: 0
    (0) row 8 - hoadascl: 0, hoadanul: 0, hoadanml: 18, hoadanam: ASSAY_CREATED_TIME,
    (0) hoadabfl: 7, hoadamod: 0
    (0) row 9 - hoadambl: 7, hoadadty: 167, hoadaprc: 0, hoadacst: 0
    (0) row 9 - hoadascl: 0, hoadanul: 1, hoadanml: 19, hoadanam: ASSAY_MODIFIED_TIME,
    (0) hoadabfl: 7, hoadamod: 0
    (0) row 10 - hoadambl: 0, hoadadty: 0, hoadaprc: 0, hoadacst: 0
    (0) row 10 - hoadascl: 0, hoadanul: 0, hoadanml: 13, hoadanam: WH_ADDED_DATE,
    (0) hoadabfl: 0, hoadamod: 0
    (0) hoadscr(16); Exited with retcode = 0.
    Note, the query I entered doesn't appear and I never entered the query "select * from bio_assay" - it appears that this is
    automatically generated by the hsodbc process and raises other questions (like wouldn't this return a lot of unneeded
    data ?). It also appears that the "select * from bio_assay" gets translated somehow into a select statement listing each column - however, non of the columns listed are character type columns like assay_name.
    Does this make sense to anyone? Any ideas ? HELP !

    Remote view gives the same error. I think the problem has to do with nchar and nvchar fields. It seems that the hsodbc agent issues a "select * from bio_assay" at the beginning of the session (see above trace).
    0) odbc_rec: select * from "BIO_ASSAY"
    (0) Silent DB Function!!
    (0) nvOUT (P:\Src\QP\QPT2SEXE.C 929):
    (0) SELECT "T0000"."WH_ADDED_DATE" AS c00010, "T0000"."ASSAY_MODIFIED_TIME" AS c0009, "T0000"."ASSAY_CREATED_TIME" AS c0008, "T0000"."ASSAY_DATE_COMPLETED" AS c0007, "T0000"."ASSAY_DATE_PLANNED" AS c0006, "T0000"."ASSAY_DATE_STARTED" AS c0005, "T0000"."ASSAY_STATUS_NO" AS c0004, "T0000"."TIMEFRAME_KEY" AS c0003, "T0000"."TARGET_KEY" AS c0002, "T0000"."ENVIRONMENT_KEY" AS c0001, "T0000"."ASSAY_KEY" AS c0000 FROM "BIO_ASSAY" T0000
    Apparently, the list of fields that is returned from the "select *" does not include any of the nchar or nvchar type columns. After this initial "select *" the oracle server only looks at the initial list of columns and gives an "invalid column" error for any fields that are not in this initial list. So the question is: how do I make the hsodbc agent see the nchar/nvchar type fields and include them in the initial list ? I've tried setting the HS_NLS_LANGUAGE and HS_NLS_NCHAR parameters but these seem to have no effect.
    Any clue as to what's going on ?

  • Can not move rar archives because the packing of them have not yet finished

    Hello,
    I have a thread wherein I execute the rar.exe cmd line version to compress folders in .rar archives, now after packing them I want to copy them for example to another directory on my hard disk with a java "copyfile" command. The problem is that before all .rar archives are packed or before rar.exe even started to pack the folders at all to .rar archives the "copyfile" command has already been executed by java, but there arent any .rar files because the Runtime.getRuntime().exec method which calls the rar.exe is still busy with packing the .rar archives. So the solution to this problem is to query the Runtime.getRuntime().exec method wether the rar.exe process has already been finished like:
    if (Runtime.getRuntime().exec != finished)
      dont know what to write here...
    else
       copy the .rar files
    }I also tried this but there is no go :
    Process rar =  Runtime.getRuntime().exec("./7za.exe a -m9 -r -y -tzip -- H:/bla"+i+".zip H:/*.*");
    rar.waitFor();-----------------------------------------------------------------------------
    because only the first part .rar archiv gets compressed but stopped when it reached 2KB in size :-) ...
    so anyhow the waitFor() method is breaking my whole thread where also the rar.exe is executed!
    public void actionPerformed(ActionEvent e)
              if(e.getSource().equals(buttonPack))
                  try
                    meinThread = new PackThread();
                    //meinThread.setPriority(Thread.MAX_PRIORITY);
                    meinThread.start();
                  catch(Exception a)
                    a.printStackTrace();
    public class PackThread extends Thread
             PackThread()
             public void run()
                  filesizeNew = filesizeCombo.getSelectedItem().toString().substring(0,filesizeCombo.getSelectedItem().toString().length() - 3).trim();
                  String filenameNew = rlsFilenameTF.getText().trim();
                  String verzeichnisName = rlsSourceDirectoryCB.getSelectedItem().toString();
                  String targetDir = SettingsPanel.targetDirDefaultTF.getText();
                  String rarFormat = targetDir+"/"+verzeichnisName+"/"+filenameNew+".rar";
                  String verzeichnisNameZielAbsolut = SettingsPanel.targetDirDefaultTF.getText().trim();
                  verzeichnisNameQuelleAbsolut = SettingsPanel.sourceDirDefaultTF.getText();
                  sourceDirProper = verzeichnisNameQuelleAbsolut.replaceAll("\\\\", "/");
                  String tempDir = targetDir + "/" + verzeichnisName;
                  File f = new File(tempDir);
                  f.mkdirs(); 
                 try
                   Process p = Runtime.getRuntime().exec("./rar.exe a -r -m5 -mm -md4096 -vn -y -v" + filesizeNew +"k "+rarFormat+" "+sourceDirProper+"/"+verzeichnisName+"/*.*" );
    p.waitFor();   // This dont work as I said above in the text
    // here should be the copyfile or whatever command which needs the .rar archives to do something with them, so they must already be created before this command here is called!
                  catch(Exception a)
                    a.printStackTrace();
          }  

    hello,
    sorry, but I dont understand what you mean because my native language is not english and I am coding in javag since about 6 months so I am still a newbie :-)
    can you explain me a bit more about this problem?
    furthermore I have made a workaround now which gets me fever cpu load than than before:
    ------------------------------------Parts of the code---------------------------------------------------------------
    try
                    Process p = Runtime.getRuntime().exec("./rar.exe a -r -m5 -mm -md4096 -vn -y -v" + filesizeNew +"k "+rarFormat+" "+sourceDirProper+"/"+verzeichnisName+"/*.*" );
                    BufferedReader br = new BufferedReader(new InputStreamReader(p.getInputStream()));
                    String tmp;             
                    while((tmp = br.readLine()) != null)
                    }because of the while loop the "copyfile" command coming after this code will be executed to the right time!
    But still I would like to have a better solution not such a workaround...but maybe I have discovered the best workaround at all who knows :P

  • How can I move VMs across data centers without changing their IP addresses?

    This document is old, but I think will help you:
    http://www.sonicwall.com/downloads/VPN_with_Overlapping_Networks.pdf

    Hi All,
    We have many applications that have been developed that do not use DNS but rather static IP addresses to communicate. Moving the VMs that these applications run on to a different subnet would be a huge project. I’m looking for a service that will allow me to move VMs between sites without the need of changing their IP addresses. I’m also looking to do this without spending very much. Cisco OTV and layer 2 circuits with various ISPs will do what I need, but they can be expensive and will add complexity. I’ve also read about Aryaka and Pertino but I’m not sure if they’ll do what I want.
    Is there another option that I’m missing? 
    This topic first appeared in the Spiceworks Community

  • How can I use a variable in BEx of type date ?

    Hello,
    I have an infoprovider with a key figure of type "date" and I want to display for example all the data where the date is lower than a date entered by the user.
    So I want to create for that a date variable and use it in conditions.
    When I try with "manual entry", I can't get the type "date" : it proposes quantity, amount, number but not date.
    When I try with "customer exit", I can get the type "date" but when I get it on the selection screen, the date is seen as a number so it doesn't work.
    Does anybody have an idea.
    Thanks for your help.
    Regards,
    Vanessa Roulier

    Hi!
    if you are using a cube then there will be at least one time char. I think you can just add 0calday to your cube , even if you are not filling it.
      Once this is available in cube  it can be used in query (free chars) where we can define a variable on this 0calday. But we it will not have any effect on query results as you are not storing anything in your query.
    then in your conditions you create a variable with USEREXIT type. then in your ABAP code you can access the value stored in variable(which is entered by user) and copy it to the USEREXIT variable. Then your condition works because it is having a date type and the value is date.
    I don't see any problem in implementing this scenario.
    with regards
    ashwin

  • Conversion of Packed Decimal Numbers to Java Data Types

    Hi all,
    I'm working with a mainframe file which contains datas in Packed Decimal Numbers.My requirement is to convert these datas to Java datatypes and also to convert the Java datatypes to Packed Decimal Numbers before storing them in the mainframe.
    Can anyone help me out with any code for converting Java data types to/from other data formats such as: EBCDIC, IBM370 COMP (binary numbers up to 9 digits), and COMP-16 (packed decimal numbers)?
    I would hugely appreciate any response to my query.
    Thanking you all,
    Kaushik.

    Rather than go that route, I'd instead look into providing a "service" on your mainframe to:
    1) provide a textual representation of the numbers (from native to text)
    2) read text, converting to native numeric storage
    And use that service to retrieve that information by your Java app (1)Similarly, instead of trying to write natively-formatted numbers from your Java app, I'd write it as text and make that same "service" read the text (2)
    This is the kind of thing XML is for.

  • Unicode Program : # is appearing for data types declared as char type

    Hi friends,
    I have copied one program on unicode system to unicode system. As only char type data types are allowed, i converted structure EP to char type only. Now during execution it is giving dump because it is showing value as '#' for 2 fields whos original data type was P and currency. How shall i convert them? Any suggession will helpful.
    Abhijit

    Hi Sandeep,
    This is my piece of code : Initially structure EP was used in read dataset which is of different datatypes. so i created similar structure ep_c with data type as char. As u suggested, i  tried to declare field BETRG as type currency. Then also it gave dump. (Runtime errors: UC_OBJECTS_NOT_CHARLIKE). For 2 fields BETRG and POHRS which is of currency and dec type originally, i am getting values as '#' causing in dump. In non unicode program both fields have values as '0.00' If i put these values in debugging then after execution, program comes to selection screen! Kindly advise.
    Data : komok(2) type c,
           betrg(18) TYPE c,
             betrg type betrg,
             pohrs(10) type c.
    open dataset seq-in for input in text mode encoding default ignoring conversion errors.
          if sy-subrc = 0.
            do.
              read dataset seq-in into ep_c.
              case sy-subrc.
                when 0.
                  move :ep_c-id to ep-id,
                        ep_c-text to ep-text,
                        ep_c-abkrs to ep-abkrs,

  • We switch from an old email address to a new one. How can we move the data from the calendar?

    We move to a new email address. How can we move all the data from the calender (iCloud) to the new calender (because the iCloud is now based on a new email address)

    Go to appleid.apple.com and sign in with your current Apple ID
    Change the Apple ID to the old one and save changes.
    Sign in on the device with the same password for your account.
    After logging in and signing out of Facetime, Messages, iCloud and itunes and app store, go back to Apple ID.com and change it back to your normal Apple ID.
    Go to your email account and reverify your account by clicking on the Verify now link
    Now re-login to those services with your normal Apple ID and password.

  • How to move all app data from one user to another? (One mac)

    Hi. I've been having this problem for a while. So recently, I've made a new account for myself, since I was using my mom's user account. I don't want to keep all of my files, emails, and icloud on her user, since it's used by everyone in my family. I use iMail now because hotmail blocked my email because "Someone hacked me" and they kept it locked for all these months, and I can't give enough proof to show it was mine, since I forgot every email I've sent now.
    And iMail is pretty cool, adding your own rules and stuff. Except you don't need a password to log in. I just deactivate my iMail via system preferences as a log-out, and then re-activate it as a log-in.
    So, back to the question.
    How can I move ALL app data from my mom's user account to my new one? Her acount also has pictures of our germany vacation. So not every file.
    You see, I game on my mac mostly because steam is really complicated, using internet just to play a game that doesn't need internet and stuff.
    And steam doesn't have a lot of casual games.
    So I want to move my game data, save files and every little piece of application info that my games have on my mom's account to mine. I've asked this question on Yahoo answers, and all I got was an answer of "File IS data, or datum itself, You are wrong. I cannot give you an answer." -.-
    I'm not experienced with terminal either, so I'll need a ton of explanation of how to use it if that's how it can be done. It really really confuses me and I'll just give up.
    Thanks in advance.
    Oh and, side question, When will OS X Mavericks be open to public and how much will it cost?

    Nour j wrote:
    Oh and, side question, When will OS X Mavericks be open to public and how much will it cost?
    http://www.apple.com/osx/preview/
    Will be released sometime in the fall.  Cost unknow at this time as Apple has not released this info to the public.

  • Accessing the output type data in rv60afzz exit

    Hi All,
    I want to access the output type data in stored in VNAST table of the program SAPLV61B from the user exit. I am doing this using field symbol. But I am not able to get it .
    data :it_xnast  like vnast OCCURS 20 WITH HEADER LINE,
            it_x1nast like vnast OCCURS 20 WITH HEADER LINE.
      field-symbols :
                <Fs1> type ZSDTT_VNAST,<Fs2> type ZSDTT_VNAST .
      data: wa_xnast type vnast, wa_x1nast type vnast.
             assign ('(SAPLV61B)XNAST[]') TO <fs2>.
             assign ('(SAPLV61B)VNAST[]') TO <fs1>.
    I have written the same code for the order user exit. There the field symbol is getting assigned with the internal table. But in case of this user exit, the sy-subrc is coming 4.
    Or is there any other user exit, I can make use of this for such requirement?
    Thanks in advance,
    Rgds.
    Madhuri
    Edited by: madhuri sonawane on Nov 30, 2009 4:32 PM

    Hi Nishant,
    I think you have not understood my problem. I want to access the internal table where the output types data gets stored at run time for the particular invoice. The code I have written is working fine in the order's user exit. That means I can access the data in order. But in the case of billing , even if that program SAPLV61B is getting called before the execution of this user exit, no data is coming in the field symbol FS1 neither and not even in FS2. I want to know is there any other user exit, where I can access the run time data of the output types attached to that invoice. or is there any other program from where I can access the output type data in the same above user exit.
    Rgds,
    Madhuri

  • Delphi 4 can not move a string to VARCHAR2 field

    Hi,
    I'm using Oracle 8 version 8.0.4.0.0 and Delphi 4. I can not move a string data (20 characters) over VARCHAR2 field, so I'm also using the BDE (5.11) and ODBC to do this. The message sent by Delphi is 'Operation not applicable'.
    TIA,
    Roberto.

    Hi,
    I'm using Oracle 8 version 8.0.4.0.0 and Delphi 4. I can not move a string data (20 characters) over VARCHAR2 field, so I'm also using the BDE (5.11) and ODBC to do this. The message sent by Delphi is 'Operation not applicable'.
    TIA,
    Roberto.

  • How can I use jbo:InputSelect for a char type filed?

    How can I use <jbo:InputSelect for a char type filed?
    I have two tables. One is room (primary key is room(type is char)), another table is responsibility (foreign ker is room(type is char)). Both tables have same length for room column.
    There is a problem:
    If I use (in the "DataEditComponent.jsp" file)
    <jbo:InputSelect multiple="false" datasource="dsEdit" displaydatasource="roomData" displaydataitem="ROOM" displayvaluedataitem="ROOM" ></jbo:InputSelect>
    to get the room input for responsibility from combobox(Datasource roomData is from room table). In the form the room field cannot bind the data in combobox, alway select the first item. And if I select one item and click the update button.There is an error message:
    Error Message: JBO-27010: Attribute set with value H409 for Room in Responsibility has invalid precision/scale
    I found If I changed the field type from char to varchar2 in database also change the entity objects, it works well. I wonder if there are any diffrence using <jbo:InputSelect tag in char and varchar2 type. How can I use <jbo:InputSelect for a char type filed as i don't want to change my datatype in database at this stage.
    I try this in JDeveloper 9.03, 9.034, 9.04. The result is the same.

    If I were in your shoes, here's how I would do it:
    <%-- Assuming you have dsRoom and dsResponsibility --%>
    <%-- Select is an HTML tag --%>
    <select name="ROOM" size="1">
    <% char roomID =""; // Init your character var
    // Open a rowsetIterator to get the records and add them to the LOV
    <jbo:RowsetIterate datasource="dsResponsibility" changecurrentrow="true" >
    <% roomID = (char)dsResponsibility.getRowSet().getCurrentRow().getAttribute("ROOM"); // Grab the char value
    // add the value to the LOV
    %>
    <option value="<%=roomID%>"><%=roomID%></option>
    </jbo:RowsetIterate>
    </select>
    If you are using this as part of an edit page you may want to utilize the "selected" option of the <option> tag. In one instance I am doing this on an edit page because the use may open an existing record. If I don't account for it, then it will change the DB to contain the first value from the list! You can do a simple check like:
    //Set the current record's char
    char curRecord = (char)rowEdit.getAttribute("ROOM");
    // inside the iterate:
    if (curRecord == roomID) {
    <option value="<%=roomID%>" selected><%=roomID%></option>
    } else {
    <option value="<%=roomID%>" ><%=roomID%></option>
    Hope that helps!

Maybe you are looking for

  • Change Keyboard Language in Windows Login page

    Is there someone WHO can help with a solution to a multilanguage Windows 8.1 image i'm testing at the moment. My problem is in the login window, where i can't find a solution to set the keyboard languge trough GPO or Registry. I have tried to set the

  • 1760 Router Questions

    Essentially, I've been studying for the CCNA and I've decided to purchase some older equipment to set up in my house so I can get some additional practice with the IOS interface. I've been looking at 1760 routers on ebay, and it seems like a pretty g

  • Issue with autoplay HTML animation

    Hi guys, I have some troubles with HTML animation when preview my content on adobe viewer. Maybe you know how to fix this... My Folio contains 1 atricle with 5 pages. The first page is a static one, the second one - page with animation that should be

  • How to add a baseline in a line graph in Web Intelligence?

    Is there a way to add a baseline in a line chart in Web Intelligence just like adding a custom Y-Axis grid line in Crystal Reports?

  • File Sharing System

    Hey, Sorry if this is a bit basic for some people & a dumb question! I'm wanting to set up a file sharing system between 10 - 12 computers. I was wanting to have a Mac Pro as the main computer where the files will be stored, with another 10 - 12 iMac