Enhancement International Prferences ---Date, Time, Language etc

Pre tiger, international settings allowed one to have English dates etc set despite region/language settings.
Tiger 'simplified' these settings by assuming that if you located your computer in (eg) Spain (which you need to for the correct time) all dates spoke Spanish. Also currency was assumed to be the Euro. Those people moving down to Spain from the UK -with Sterling based keyboards have a real inconvenience.
In short, could the Region - Date Language - Times - Numbers - Currency be separated without non-changeable assumptions

This is not the proper venue for bug reports or enhancement requests. Instead go to the Feedback Page.

Similar Messages

  • Calendar no longer expands panel to edit event date/time

    This issue just occurred out of the blue. When editing event details in the calendar, I click on the date/time panel to edit the date/time/repeat/etc. The expected action is for that panel to expand and be scrollable. What it is doing now is showing the prompts, but not expanding/giving a scroll and smushes everything together. Any ideas on what could be causing this and how to resolve? Screenshot of the issue:
    I'm on Yosemite 10.10.1 and Calendar 8.0 (2026)

    As always, I have no "Edit" button even one minute after posting, so I reply to my own post. I did also trash "com.apple.Calendar.plist", no change at all either in my chosen preferences or in the missing messages issue,

  • How to avoid displaying date,time using Enhancement point.

    Hi friends,
    i have to work on the standard report.
    stadard report displays date,time ,reportname on the top of the page. my requirement is not to display date ,time,reportname.
    they have used the following code,
    WRITE text-001 TO m_line+d_offset(4). " Time
    WRITE sy-timlo USING EDIT MASK '__:__:__' TO m_line+d_offset(08).
    WRITE text-002 TO m_line+d_offset(05). " Date
    WRITE sy-datlo DD/MM/YYYY TO m_line+d_offset(10).
    BY using Enhancement point how to achieve my task.
    kindly help me

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    basham,
    You didn't mention which type of DBMS you are using (i.e. Oracle, MS SQL, MySQL, etc), but in a nutshell using MS SQL here is the principle.  Your time that is recorded in the records is dependent upon a setting in your RDBMS.  For instance, the RDBMS can use the machine time (which would most likely be local time), or it can use the machine time with an offset (to accomodate GMT, for instance).  GMT is factored differently based upon your time zone (and time of year, i.e. DST or EST, etc).  I'm on the east coast so right now my offset is GMT - 5, so if my time right now is 1457, then GMT is 1957.  To get SQL to compute an offset you must take the number of hours to offset and divide by 24 (24 hours in a day) and add that to the record in the database.  For instance, to get GMT right now I would use:
    select cast(getdate()5/24. as char(12))rtrim(convert(char(12),getdate()5/24.,8))' GMT'
    Hope this helps.  If you're on Oracle, then the mathematical principles remain the same, just the formatting will be different.

  • Appending a creation date/time stamp to a filename using MS Command Language

    I need to access the creation date and time of an existing file and then append that date/time to the filename using MS command language in a .bat file.  The code executes on a Windows server.   I'm looking at different options for doing
    this.  I know it can be done using MS Powershell scripting.  Any other suggestions appreciated.  Thanks

    I tested the answer you supplied here:
    http://social.technet.microsoft.com/Forums/en-US/38873a13-f3f2-40f2-bb96-c1c63722caab/adding-a-datetime-stamp-to-a-file-using-ms-command-language?forum=winserverpowershell
    and it worked.
    Richard Mueller - MVP Directory Services

  • I just did something on my mac and now the date, time and battery percentage are in arabic and it says lebanon (arabic) in the language and text preference, how can i change it back to english? ps: i'm hopeless.

    i just did something on my mac and now the date, time and battery percentage are in arabic and it says lebanon (arabic) in the language and text preference, how can i change it back to english?
    ps: i'm hopeless.

    So what you want is for it to say Lebanon (English)?  If so, see if this helps:
    http://m10lmac.blogspot.com/2012/05/fixing-custom-english-region-settings.html

  • Issue: format / "language" of current Date (in date/time field), javascript only

    Hi,
    I have 2 date fields in my form, which should display the date in differnt format. (yyyy.mm.dd /  dd-mm-yyyy)
    To get the current date I use java script only
    Formular1.p1.date_YYYYmmDD::initialize - (JavaScript, client)
         var date = new Date();
        this.rawValue  =  date.toLocaleDateString();
    My first problem is (red): I get date in English, but I want it in a different language. As it was set in form settings
    My second issue is: how can I format a date/time-filed (not a text field) in javascript with a specific pattern on init-event?
    It seems my code in init-event overrides the pattern configuration of the date/time-field
    Here is my form, if anyone want to check it:
    https://acrobat.com/#d=zeOMyj9MhBdYbVWk8S1pHw

    Hi,
    I think both problems are the same, when setting a date/time field using the rawValue the format always has to be yyyy-mm-dd, if you use any other format the value is just treated as text and displayed without formatting.  
    var date = new Date();
    this.rawValue = util.printd("yyyy-mm-dd", date);
    You can also set the formattedValue if you have a date in the correct format. 
    var date = new Date();
    var currentLocale = xfa.resolveNode("#localeSet.#locale").name;
    var dateFormat = "date("+currentLocale+"){DD MMM, YYYY}"
    this.formattedValue = util.printd(dateFormat, date, true) 
    This code assumes the display pattern is date{DD MMM, YYYY}
    The date format specification is in the XFA Spec http://partners.adobe.com/public/developer/xml/index_arch.html
    Regards
    Bruce

  • Power Query Language Functions to Convert a UTC Date/Time to MST

    I need to convert an implicit UTC date/time value to a MST date/time value.  I thought that I could achieve this by converting to an ISO 8601 compliant text representation of the MST date/time value (see below) and then back to a date/time value, but
    it's not working ...
    DateTime.FromText( DateTime.ToText( [MIN_REVSN_RLSE_DTTM] ,"yyyy-MM-ddThh:mm:ss-07")) 
    Is this a bug?  Or, is there a better way to do this?

    That's a fixed duration. Why not just [MIN_REVSN_RLSE_DTTM] + #duration(0, -7, 0, 0)?
    EDIT: For what it's worth, I don't think PQ ever does anything with DST anyway. This has both good points and bad points.

  • Date, time and other possible items are not available in menu bar

    My menu bar is not visible at the top right corner of the screen. Spotlight has also disappeared. This is true for all users and even when I reboot.
    System caches have been cleared, prebindings rebuilt and all applications using the sidebar have been deleted from the system.
    Is there any way of recuperating the menu bar without re-installing OS X?
    Thanks in advance for your help.

    Francine,
    Thank you for your suggestion. I have done what you suggest and, unfortunately, the log has hundreds of errors.
    I attach the logsto see if you or any other kind genious can help!! Thanks
    SYSTEMUISERVER.CRASH LOG
    Date/Time: 2007-06-07 17:22:53.812 +0200
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: SystemUIServer
    Path: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    Parent: WindowServer [72]
    Version: 1.4.4 (192.12)
    PID: 266
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
    Referenced from: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    Reason: no suitable image found. Did find:
    /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications: file to short
    SYSTEM LOG
    Jun 7 17:21:02 Roberto-Zachmann-2 loginwindow[80]: sendQuitEventToApp (NotificationExec): AESendMessage returned error -1712
    Jun 7 17:21:12 Roberto-Zachmann-2 shutdown: reboot by roberto:
    Jun 7 17:21:12 Roberto-Zachmann-2 SystemStarter[456]: lstat("/Library/StartupItems/NortonAutoProtect.kextcache/NortonAutoProtect.kext cache"): Not a directory
    Jun 7 17:21:13 Roberto-Zachmann-2 Parallels: Stopping DHCP/NAT daemon...
    Jun 7 17:21:13 Roberto-Zachmann-2 SystemStarter[456]: authentication service (473) did not complete successfully
    Jun 7 17:21:14 Roberto-Zachmann-2 Parallels: Unloading Network module...
    Jun 7 17:21:14 Roberto-Zachmann-2 Parallels: Unloading ConnectUSB module...
    Jun 7 17:21:14 Roberto-Zachmann-2 Parallels: Unloading Monitor module...
    Jun 7 17:21:16 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels VM observer thread stopped
    Jun 7 17:21:16 Roberto-Zachmann-2 Parallels: Unloading Hypervisor module...
    Jun 7 17:21:16 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels Workstation Hypervisor exited.
    Jun 7 17:21:16 Roberto-Zachmann-2 Parallels: Shutdown complete.
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: The following StartupItems failed to properly start:
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: /Library/StartupItems/NortonMissedTasks
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: - SystemStarter internal error
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: /Library/StartupItems/NortonAutoProtect
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: - SystemStarter internal error
    aped[72]: NotificationExec[540] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    Jun 7 17:21:55 localhost kernel[0]: BInterface: family specific matching fails
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91380)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: match category IODefaultMatchCategory exists
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: family specific matching fails
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91500)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: match category IODefaultMatchCategory exists
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: match category IODefaultMatchCategory exists
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e99a80)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: family specific matching fails
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91d80)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91d80)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: Previous Shutdown Cause: 3
    Jun 7 17:21:59 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 7 17:21:59 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:17:f2:00:aa:9a
    Jun 7 17:21:59 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:17:f2:00:aa:9b
    Jun 7 17:21:55 localhost mDNSResponder-108.5 (May 9 2007 15: 07:55)[33]: starting
    Jun 7 17:21:56 localhost memberd[41]: memberd starting up
    Jun 7 17:21:56 localhost lookupd[49]: lookupd (version 369.6) starting - Thu Jun 7 17:21:56 2007
    Jun 7 17:21:57 localhost kextd[27]: kextdwatchvolumes: couldn't set up diskarb sessions
    Jun 7 17:21:57 localhost diskarbitrationd[39]: disk0s2 hfs 684506F7-1A8B-3BCF-A060-0C500160CF10 B_U /Volumes/B_U
    Jun 7 17:21:57 localhost diskarbitrationd[39]: disk2s3 hfs B6A22685-376C-38C2-A062-B40F86648A1F media /Volumes/media
    Jun 7 17:21:58 localhost diskarbitrationd[39]: disk1s2 hfs 70822F8A-B53B-3665-94A9-018D01233BA8 Macintosh HD /
    Jun 7 17:21:59 localhost configd[37]: No AirPort Driver found.
    Jun 7 17:22:00 localhost lookupd[69]: lookupd (version 369.6) starting - Thu Jun 7 17:22:00 2007
    Jun 7 17:22:00 localhost DirectoryService[51]: Launched version 2.1 (v353.6)
    Jun 7 17:22:01 Roberto-Zachmann-2 kernel[0]: Intel8254x -- Link Up -- 00:17:f2:00:aa:9b -- called by interruptOccurred() --
    Jun 7 17:22:01 Roberto-Zachmann-2 kernel[0]: -- Auto-Neg Advertise Reg (04d) = 0xde1, Link Partner Ability Reg (05d) = 0x45e1, Gig Advertise Reg (09d) = 0xe00, Gig Link Partner Ability Reg (10d) = 0x4000
    Jun 7 17:22:01 Roberto-Zachmann-2 configd[37]: setting hostname to "Roberto-Zachmann-2.local"
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 retrospectcd.util: [65]: ...ret = -2\n
    Jun 7 17:22:02 Roberto-Zachmann-2 retrospectcd.util: [65]: File system unrecognized; a mount is not possible.\n
    Jun 7 17:22:03 Roberto-Zachmann-2 SystemStarter[44]: lstat("/Library/StartupItems/NortonAutoProtect.kextcache/NortonAutoProtect.kext cache"): Not a directory
    Jun 7 17:22:03 Roberto-Zachmann-2 configd[37]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 7 17:22:03 Roberto-Zachmann-2 configd[37]: posting notification com.apple.system.config.network_change
    Jun 7 17:22:03 Roberto-Zachmann-2 lookupd[80]: lookupd (version 369.6) starting - Thu Jun 7 17:22:03 2007
    Jun 7 17:22:03 Roberto-Zachmann-2 Parallels: Loading Hypervisor module...
    Jun 7 17:22:04 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels Workstation Hypervisor started.
    Jun 7 17:22:04 Roberto-Zachmann-2 Parallels: Loading Monitor module...
    Jun 7 17:22:04 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels VM observer thread started
    Jun 7 17:22:04 Roberto-Zachmann-2 Parallels: Loading ConnectUSB module...
    Jun 7 17:22:05 Roberto-Zachmann-2 Parallels: Loading Network module...
    Jun 7 17:22:05 Roberto-Zachmann-2 Parallels: Loading Virtual Ethernet module...
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: Intel8254x -- Link down -- 00:17:f2:00:aa:9a -- called by enableHardware() --
    Jun 7 17:22:06 Roberto-Zachmann-2 Parallels: Staring DHCP/NAT daemon...
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: -- Auto-Neg Advertise Reg (04d) = 0xde1, Link Partner Ability Reg (05d) = 0x0, Gig Advertise Reg (09d) = 0xe00, Gig Link Partner Ability Reg (10d) = 0x4000
    Jun 7 17:22:08 Roberto-Zachmann-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: comparallels_kextPvsvnic0: Ethernet address 00:01:23:45:67:89
    Jun 7 17:22:09 Roberto-Zachmann-2 mDNSResponder: Adding browse domain local.
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: comparallels_kextPvsvnic1: Ethernet address 00:10:32:54:76:98
    Jun 7 17:22:10 Roberto-Zachmann-2 pvsnatd[215]: en2: DHCP for 10.37.129.2-10.37.129.254 netmask 255.255.255.0
    Jun 7 17:22:10 Roberto-Zachmann-2 configd[37]: target=enable-network: disabled
    Jun 7 17:22:10 Roberto-Zachmann-2 bootpd[228]: interface en0: ip 192.168.2.1 mask 255.255.255.0
    Jun 7 17:22:10 Roberto-Zachmann-2 bootpd[228]: interface en1: ip 192.168.1.4 mask 255.255.255.0
    Jun 7 17:22:10 Roberto-Zachmann-2 named[229]: starting BIND 9.3.4 -c /etc/com.apple.named.conf.proxy -f
    Jun 7 17:22:10 Roberto-Zachmann-2 named[229]: running
    Jun 7 17:22:10 Roberto-Zachmann-2 Parallels: Restarting InternetSharing...
    Jun 7 17:22:10 Roberto-Zachmann-2 Parallels: Restaring CiscoVPN...
    Jun 7 17:22:10 Roberto-Zachmann-2 Parallels: Initialization complete.
    Jun 7 17:22:13 Roberto-Zachmann-2 loginwindow[211]: Login Window Started Security Agent
    aped[72]: NotificationExec[243] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[244] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[245] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: mcxd[238] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[246] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[247] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[248] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[249] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[250] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[260] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    Jun 7 17:22:54 Roberto-Zachmann-2 crashdump[267]: SystemUIServer crashed
    Jun 7 17:22:55 Roberto-Zachmann-2 crashdump[267]: crash report written to: /Users/roberto/Library/Logs/CrashReporter/SystemUIServer.crash.log
    aped[72]: NotificationExec[273] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: TechToolProtecti[297] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[299] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    Jun 7 17:23:53 Roberto-Zachmann-2 mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01810A00 en0/4 to 192.168.2.1:49203 skt 9 error -1 errno 12 (Cannot allocate memory) 1574215691
    Jun 7 17:24:08 Roberto-Zachmann-2 mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01810A00 en0/4 to 192.168.2.1:49205 skt 9 error -1 errno 12 (Cannot allocate memory) 1574231127
    MacPro Mac OS X (10.4.7)

  • Date/Time Problem Results In Spinning Wheel

    My mom's eMac recently was shutdown during a power outage, and came back with the date/time reset problem (I'm familiar with this when my battery comes loose on my iBook).
    Only problem is, if I try to launch System Preference or Open Date & Time I get the spinning wheel that doesn't allow me to reset the date/time. On top of that, I can't seem to get anything to launch right now b/c it seems Finder is what's getting the spinning wheel. The only thing that launches is AIM (which is on autolaunch), but it can't be accessed at all from the computer (though it does show up as signed on when I'm signed on to AIM at work).
    I've tried a force quit to relaunch finder with no results, and have also blasted the PRAM and tried the instructions for resetting the PMU (if I'm doing that right).
    One thing I can across is the possibility I need to replace the internal backup battery. Could that be the problem, or have I run into soemthing much more serious.
    Any help would be appreciated.

    Hello! A power outage often damages the disk's directory information. Boot from the install disc ("c" key down at startup with disc inserted) and right after the language screen navigate through the drop down menus to the disk utility and repair the disc. Run the repair multiple times if it reports errors until it doesn't report errors. Tom

  • Internal table data 1E2 automatically convert to scientific format

    Dear all,
    I have been searched for solution moths from the forums and tried all possible methods, but still no way to solve my above problem.  I found a way to solve it partially for us, but may be very helpful for others who meet similly case like mine, so I posted here.
    my problem is when I export my internal table data to Excel, the Cell data with 1E2 auto becomes 1.00E02, and 1E8 becomes 1.00E08, we need it to be 1E2 and 1E8 in excel.
    you can recreate my problem by
    1,  input 1E2 into your Microsoft Excel, then Enter, it will auto change into scientific format. which is we do not want.
    2, use any of your SAP system open any table as long as there is a Char (>3) field in that table. add some
    data entry in that field in the form "any amount (<15) of numeric 1 to 9"E"any one or two numeric 1 to 9". such as, 123E2, 1234E12 etc. then save this table's data to local file spread sheet, or use any FM to download it to a Excel file, when you open this
    file by Excel, the cell with above form will display as scientific. but
    if you put three or more numeric after the "E", such as 123E123 it will
    display correctly.
    what I have done:
    I searched in SCN for similar thread:
        Export to Excel 2007 - item number problem
        Exceding the limit of numbers in Excel at target side
        Excel download cell format problem
        Formating as Text in excel through SAP
        Converting of amount field into excel file through GUI DOWNLOAD
        Data downloaded to excel gets converted to exponential format.
        Problem with Excel download   and scientific number
        Re: Issue in displaying numbers in Excel?
        CSV Flat File Data Problem (Number converting to Scientific Notation)
    Tested accordingly, But none of these works in our case. because our
    ultimate receiver of email attachment will be external third party, we cannot ask
    them to change anything in their Excel.
    Search Microsoft help about Excel, http://support.microsoft.com/kb/214233,
    and it says this "Automatic Number Formatting" is a normal behaviour of excel.
    no way to turn it off, the "work-around" way that Microsoft provides is not suitable for our
    case.
    We test CL_iXML recently arrording to weblog http://wiki.sdn.sap.com/wiki/display/Snippets/FormattedExcelasEmailAttachment
    it successful controled the format. so this could be a solution for others whose internal table size is small. but our 2MB internal table bocome 6MB when converted to xml file attachment, which cannot be received by our end user's mail box. too big.
    So please advise your ideas.
    Many thanks in advance!
    Peter Ding
    Thank you very much for your time!

    Hi,
    You can achieve this by describing the spreadsheet in XML with the help of the DOM classes.
    The later releases of Excel can read and save spreadsheets as XML, providing your release supports this you can achieve it.
    Check out the following Wiki
    [Excel - XML|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/exporting%2bdata%2bto%2bexcel%2b-%2bxml%2bto%2bthe%2brescue]
    Regards,
    Darren

  • How to Convert internal table data into text output and send mail in ABAP

    Hi All,
    Good Morning.
    Taking a glance at a code that converts internal table data to an Excel file in ABAP. also checked how to send this excel to mailing list as attachment.
    But thought of doing it without excel.
    I mean, I have an internal table which contains fields of all types (character,integer,date,time). Since it is only around 4 to 5 rows in it (output),why to convert it to excel. not required!!.  Instead I  want to send this output to User's mails as Normal mail body with No attachments.
    Could anybody please suggest me a way as to how to send internal table data as a mail ( not as an excel or PDF etc).
    as of now my findings are, it is quite complex to convert internal table data to email (Text) format. but i believe if there is some way of doing it.
    Best Regards
    Dileep VT

    here's something I have used in the past where we send out information about failed precalculation settings (which are stored in internal table gt_fail)
    notice we use gt_text as "mail body"
    TRY.
    *     -------- create persistent send request ------------------------
           gv_send_request = cl_bcs=>create_persistent( ).
    *     -------- create and set document -------------------------------
    *     create text to be sent
           wa_line = text-001.
           APPEND wa_line TO gt_text.
           CLEAR wa_line.
           APPEND wa_line TO gt_text.
           LOOP AT gt_fail ASSIGNING <fs_fail>.
             MOVE <fs_fail>-retry_count TO gv_count.
             CONCATENATE text-002
                         <fs_fail>-setting_id
                         text-003
                         gv_count
                         INTO wa_line SEPARATED BY space.
             APPEND wa_line TO gt_text.
             CLEAR wa_line.
           ENDLOOP.
           APPEND wa_line TO gt_text.
           wa_line = text-007.
           APPEND wa_line TO gt_text.
    *     create actual document
           gv_document = cl_document_bcs=>create_document(
                           i_type    = 'RAW'
                           i_text    = gt_text
                           i_length  = '12'
                           i_subject = 'Failed Precalculation Settings!' ).
    *     add document to send request
           CALL METHOD gv_send_request->set_document( gv_document ).
    *     --------- set sender -------------------------------------------
           gv_sender = cl_sapuser_bcs=>create( sy-uname ).
           CALL METHOD gv_send_request->set_sender
             EXPORTING
               i_sender = gv_sender.
    *     --------- add recipient (e-mail address) -----------------------
           LOOP AT s_email INTO wa_email.
             MOVE wa_email-low TO gv_email.
             gv_recipient = cl_cam_address_bcs=>create_internet_address(
                                               gv_email ).
             CALL METHOD gv_send_request->add_recipient
               EXPORTING
                 i_recipient = gv_recipient
                 i_express   = 'X'.
           ENDLOOP.
    *     ---------- set to send immediately -----------------------------
           CALL METHOD gv_send_request->set_send_immediately( 'X' ).
    *     ---------- send document ---------------------------------------
           CALL METHOD gv_send_request->send(
             EXPORTING
               i_with_error_screen = 'X'
             RECEIVING
               result              = gv_sent_to_all ).
           IF gv_sent_to_all = 'X'.
             WRITE text-004.
           ENDIF.
           COMMIT WORK.
    *   exception handling
         CATCH cx_bcs INTO gv_bcs_exception.
           WRITE: text-005.
           WRITE: text-006, gv_bcs_exception->error_type.
           EXIT.
       ENDTRY.
    with the following declarations
    * TABLES                                                               *
    TABLES:
       adr6,
       rsr_prec_sett.
    * INTERNAL TABLES & WORK AREAS                                         *
    DATA:
       gt_fail          TYPE SORTED TABLE OF rsr_prec_sett
                             WITH UNIQUE KEY setting_id run_date,
       gt_text          TYPE bcsy_text,
       wa_fail          LIKE LINE OF gt_fail,
       wa_line(90)      TYPE c.
    FIELD-SYMBOLS:
       <fs_fail>        LIKE LINE OF gt_fail.
    * VARIABLES                                                            *
    DATA:
       gv_count(4)      TYPE n,
       gv_send_request  TYPE REF TO cl_bcs,
       gv_document      TYPE REF TO cl_document_bcs,
       gv_sender        TYPE REF TO cl_sapuser_bcs,
       gv_recipient     TYPE REF TO if_recipient_bcs,
       gv_email         TYPE adr6-smtp_addr,
       gv_bcs_exception TYPE REF TO cx_bcs,
       gv_sent_to_all   TYPE os_boolean.
    * SELECTION-SCREEN                                                     *
    SELECT-OPTIONS:
       s_email          FOR adr6-smtp_addr NO INTERVALS MODIF ID sel.
    DATA:
       wa_email         LIKE LINE OF s_email.

  • Internal error: data not found message

    Every time I try to upload pics I get this message:
    internal error: data not found
    How can I fix this problem? Thank you so much, Stacey

    Please explain in detail about the process you are trying to perform...Do tell if any settings or any change in preferences you have made. How many files you rae trying to upload. Your account is not expired and you are admin etc.
    -Garry

  • Auto Date/Time stamp required for Numbers 3.1

    I would like to automatically add a Date/Time stamp to the last column's cell, when a person's name is selected from the pop-up menu in Column C.
    As a number of different people will be using the spreadsheet, I'd prefer not to have a keyboard short cut, as it can be easily overlooked.
    I was wondering if it were possible to use a script to copy a cell's (column D) results, containing the 'NOW()' or 'TODAY()' function, and paste the results into the 2nd cell (Column E), allowing the last column's formula to reference the 2nd cell?
    The formula in the last cell   =if($C2="","",$E2)  can then reference a static cell, rather than a live cell.
    I know enough to be dangerous, so I'm not sure if i'm heading in the right direction.
    Thanking you all in advance.

    Hi Gordon,
    Is this the same as a script?
    Good question! It's fun to see people try to define what a service is. It may be one of the least understood and appreciated features on the Mac. It was certainly a mystery to me not long ago.
    I think of a service as anything that can be made to appear in the Services menu. Apple has made that easy with Automator. You fire up Automator, create a new service "workflow" document, plop in a script, save, and see the result immediately in the Services menu. You can also send the .workflow package to someone else, who only needs to double-click to install it.
    This particular date-time service contains a short AppleScript (you can view it by opening the .workflow in Automator.  But other languages (Python, Perl, etc) and Unix utilities can be used too, as illustrated here.
    Since Numbers has decent support for AppleScript, it is quite easy for the non-technical user to "bolt on" menu choices to do quite sophisticated things that are not built into the interface itself.  I find it more accessible than (and just as powerful as) the VBA used for Excel macros. But that could be mostly a matter of familiarity.  In any case, it adds a whole new dimension to Numbers.
    SG

  • EJB-QL and date/time types

    Hi,
    as far as I understand, EJB-QL does not support date/time values.
    Does anybody know how to work around this limitation?
    Using long values containing milliseconds is not an alternative, because the database stores
    date/time values.
    I need to compare these date/time values to input parameters in finder methods.
    Suggestions?
    Bye the way, is there any reason for this limitation in EJB-QL, or did they simply forget to include
    date/time types to the spec?
    Greetings
    Christian

    Greetings,
    Hi,
    as far as I understand, EJB-QL does not support
    date/time values. Actually, it does - EJB QL supports all types supported by a bean's abstract schema (IOW: available types for CMP/CMR fields). However, therein also lies the crutch - EJB QL is for querying beans, not the resource to which they map (EJB QL's similarity to SQL is purely for convenience; an Entity Bean, it should be remembered, may represent entities in any persistent store, not just RDBMSes). Therefore, you should be thinking in terms of Java types, not SQL ones... The specification, however, does place "restrictions" (ie. minimally required [vendor] support), on their use which should be limited to long millisecond values (by which a Date object performs an equals comparison... ;).
    Does anybody know how to work around this limitation?Depends on what you're attempting. If you're using a Date as an argument to a finder, eg:
    findByDateInRange( java.util.Date start, java.util.Date end )then this shouldn't pose a problem where your EJB QL would look like:
    SELECT OBJECT(a) FROM MyBeanSchema AS a WHERE a.myDate BETWEEN ?1 AND ?2Presuming the bean MyBean contains a CMP field of type java.util.Date called 'myDate'. If, however, you must use a literal date then you will have to use a long literal unless your vendor supports otherwise. However, it might be worth noting that EJB QL must still be mapped to the underlying resource QL (eg. SQL), and so a more intelligble value (one that meets the resource's format requirements ;), could be used in the actual rQL statement.
    Using long values containing milliseconds is not an
    alternative, because the database stores
    date/time values.I'm guessing you mean here something like "04/23/2002" and "13:13:35", etc. This, however, is not how the database actually stores the data - input/output formats such as these are supported for the convenience of us 'nuerically-challenged' humans (similar to internet hostnames vs. TCP/IP addresses ;) - nor do Java Date/Calendar/Timestamp types store them this way.
    I need to compare these date/time values to input
    parameters in finder methods.
    Suggestions?Ah, yes. Well then... refer back to the above. :)
    Bye the way, is there any reason for this limitation
    in EJB-QL, or did they simply forget to include
    date/time types to the spec?The EJB QL does not explicitly support any specific types beyond those "supported by an EJB's abstract schema", which is pretty much any Java type that can represent a compatible resource type. The reason for the noted "restriction" on date/time types, however, is (likely) due to the way the associated Java classes (not to mention the back-end resource), handle/represent these data internally and this gives the vendor an easily achievable minimal level of compliance for supporting these types.
    I hope this helps.
    ChristianRegards,
    Tony "Vee Schade" Cook

  • Disappearing data ...etc

    _HELP ME PLEASE_
    using  iphone4s ....and ipad2...
    contacts go missing, notes go missing,
    some photos assigned to contacts have become jumbled.
    i hear my key strokes click but some letters, spaces do not publish even though i have
    disabled autocorrect. it is driving me crazy.
    from my limited knowledge, these activities have the markings of a virus?
    i thought this was not possible with apple ware?
    GRRR.... why is this happening???
    contacts re-entered on numerous occasions ...  at some later stage become duplicates.
    i googled the problem ... seems worldwide, i am not alone.
    it  has also happened to other users i have spoken with, all are re-entering data manually
    sure, i can back it up on icloud but it's an inconvenience that these glitches even  occur
    plus i dont have a PC or wifi.
    Apple consultant told me to use McDonalds free wifi but they cant keep a connection long enough
    to update software plus nowhere to plug in  ...if i contact apple for advice i think they'll slug me $40 or so
    is there an apple community i could hook up with here in adelaide, south australia?
    if not, why not? it's about time there WAS an apple base here!
    _HELP ME PLEASE_
    * if i have posted this in the wrong spot, my apologies. tired of trawling around,
    ....couldnt even come up with a list of FAQ to help me....

    "TheKoelnKalk" <[email protected]> wrote in
    message
    news:gkkik3$es6$[email protected]..
    > Hi,
    >
    > I have a flex app with nested modules. The root is the
    main application
    > that
    > consumes one module, and that module consumes many other
    modules (3 levels
    > so
    > to say).
    >
    > What now happens is, that when the main application is
    loaded that one
    > module
    > it will be loaded (or instantiated) multiple times.
    Interesting here is
    > that
    > the modules is as much loaded as the amount of 3rd level
    modules it
    > consumes.
    >
    > I am checking the whole stuff for lots of hours, tripple
    checked
    > everything
    > not to accidentally have the parentDocuments
    re-instantiated or something
    > but
    > now I am totally lost.
    >
    > This problem causes e.g. everything to be computed at
    nearly the same
    > time,
    > e.g. the same images get loaded over and over again
    (like 10 times in a
    > row)
    > wich causes weird conflicts and strange app behaviour,
    especially when it
    > comes
    > to httpservice requests (Images disappearing, data is
    "lost", etc.).
    >
    > I wish I could explain it better but I cannot even
    explain that bevaviour
    > properly in my own language :D
    >
    > Would be nice if someone could provide me with an idea!
    You may find Q8 provides some insight:
    http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf

Maybe you are looking for

  • New STB - Is There a Way to Save Recordings?

    Verizon is sending me a new Motorola DVR since they determined my current one has a problem.  Is there a way to save my recordings?  I saw the option to export series to the cloud.  I clicked on it and it said okay.  I don't see an import option unle

  • How to update data according to row_number in sql

    hi, after deleting an item I need to update data according to row_number. in oracle database I have a code like this... working perfectly.. update regitem set line_sn= LPAD(ROWNUM,2,'0') where doc_no='" & mydocno & "' how it will work in sql server..

  • Signature in stationary

    I love stationary. Is there a way to attach a signature in stationary? It seems like the almost absolute personal touch. Thank you, Janet

  • Selecting OS language for multi-lingual systems

    Hi, I just got a T400 yesterday, which was supposed to include a multi-lingual version of XP (English/Swedish/Finnish). However, I never got the choice at startup to choose language, and it defaulted to swedish. I have already tried to restore the sy

  • Online exam about 1Z0-051

    Hi, After preparing for 3 weeks, I would like to take an exam in 1Z0-051. I prepared through 1Z0-051 exam guide. Is it enough to study for an exam or anyother oracle guide may need to take exam? I need some practice tests also. So, please suggest me,