Check and give me suggestion to solvw problem

hi
i m getting below error<b> l_stax1 can not be convertible to it_stax.</b>
i m using  below code
<b>it_tax table type of  ty_tax </b>
ty_tax having same field as structure t1.
data: BEGIN OF T1 occurs 0  ,
        item_no type EBELP,
        per type KBETR,
        amt type KWERT,
      END OF T1.
data: begin of  t2 occurs 0.
         include structure t1.
data:end of t2.
data L_STAX1 like sorted  TABLE OF t2
                                WITH non-UNIQUE KEY item_no amt.
IF ( t_komv-waers = '%' OR t_komv-kschl = 'JSRC' OR
t_komv-kschl = 'JSRD' ).
IF  t_komv-kschl = 'JSRC' .
g_percentage = t_komv-kbetr / 10.
ELSE.
g_percentage1 = t_komv-kbetr / 10.
ENDIF.
add t_komv-kwert to t1-amt.
<b>collect t1 into l_stax1.</b>
*add t_komv-kwert to l_stax-amt.
ENDIF.
break-point.
IF ( ( g_percentage IS NOT INITIAL AND
g_percentage1 IS NOT INITIAL ) AND
( t_komv-kschl = 'JSRE' OR t_komv-kschl = 'JSRF' OR
t_komv-kschl = 'JSER' OR t_komv-kschl = 'JSVD' OR
t_komv-kschl = 'JSRC' OR t_komv-kschl = 'JSRD') ).
g_mul = g_percentage * g_percentage1.
g_percentage3 = g_percentage + ( g_mul / 100 ).
t1-per = g_percentage3.
<b>collect  t1 into l_stax1.</b>
<b>append l_stax1 to it_stax</b>.
clear : g_percentage, g_percentage1.
ENDIF.
please help me
thanks in advanced.

is it possible to get full code....
bcos i have written small code and checked it like....
data: BEGIN OF T1 occurs 0 ,
item_no type EBELP,
per type KBETR,
amt type KWERT,
END OF T1.
data: begin of t2 occurs 0.
include structure t1.
data:end of t2.
data L_STAX1 like sorted TABLE OF t2
WITH non-UNIQUE KEY item_no amt.
data : it_stax like table of l_stax1.
data: wa like it_stax.
start-of-selection.
collect t1 into l_stax1.
append l_stax1 to it_stax.
(above code no errors).
(if we can get full code, i may try)
regds,
kiran

Similar Messages

  • HT201210 i tray to update my iphone but refused to update iOS 6.and give me note there is problem in dawn loud . please tell me what can i do?dawn loud

    i tray to update my iphone but refused to update iOS 6.and give me note there is problem in dawn loud . please tell me what can i do?dawn loud

    Error 2, 4 (or -4), 6, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • Procedure ..Please have a look and give ur suggestion

    Hi all,
    Please have a below procedure.
    Suggest me if I do anything to make it more efficient?
    Because I'm very very new to pl/sql .
    I have to send this to code review.Before just to make sure everything is good and all logic and everything.
    Thanks in advance.
    PROCEDURE proc1 (
      in_report_parameter_id   IN      NUMBER,
      in_date_format_mask      IN      VARCHAR2,
      in_start_date_time       IN      TIMESTAMP,
      in_end_date_time         IN      TIMESTAMP
    AS
        my_current_date_time TIMESTAMP;            
    BEGIN
          my_current_date_time := TRUNC(in_start_date_time);
          DELETE FROM table1;
      LOOP
         EXIT WHEN my_current_date_time >= in_end_date_time;
         INSERT INTO table1 (
                     date_time )
         VALUES (my_current_date_time);
          my_current_date_time := my_current_date_time + numtodsinterval(1, 'DAY');
      END LOOP;
      DELETE FROM table1
         WHERE   TRUNC (date_time) IN
              SELECT TO_TIMESTAMP(report_parameter_value, in_date_format_mask)
                FROM report_parameters
              WHERE report_parameters.report_parameter_id    = in_report_parameter_id
              AND report_parameters.report_parameter_group = edr_rpt_constants_pkg.date_format_mask_group
              AND report_parameters.report_parameter_name  = edr_rpt_constants_pkg.excluded_date_name
    END proc1;

    Hi,
    I meant something like this:
    INSERT INTO table1 (date_time)
    WITH   all_dates   AS
         SELECT     in_start_date_time
                      + LEVEL - 1     AS dt
         FROM     dual
         CONNECT BY   LEVEL <= 1 + in_end_date_time
                                    - in_start_date_time
    SELECT     dt
    FROM     all_dates
    WHERE     dt     NOT IN     (
                       SELECT  TO_TIMESTAMP (report_parameter_value, in_date_format_mask)
                     FROM     report_parameters
                   WHERE     report_parameters.report_parameter_id    = in_report_parameter_id
                   AND     report_parameters.report_parameter_group = edr_rpt_constants_pkg.date_format_mask_group
                   AND     report_parameters.report_parameter_name  = edr_rpt_constants_pkg.excluded_date_name
    ;If you post CREATE TABLE and INSERT (or CREATE TABLE AS) statements, then I' can test it.
    As Tim said, TRUNCATE TABLE is not a PL/SQL command, so to use it in PL/SQL you have to use EXECUTE IMMEDIATE, like this:
    EXECUTE IMMEDIATE 'TRUNCATE TABLE  table1';The word TABLE before the table name is required.

  • HT204023 Hey guys I am having a problem. Could you guys give some suggestion? I can connect personal hotspot from iPad 5 to iPhone 5s via Bluetooth  but the wifi doesn't recognize and can't connect. USB and Bluetooth sharing of hotspot is okay but wifi do

    Hey guys I am having a problem. Could you guys give some suggestion? I can connect personal hotspot from iPad 5 to iPhone 5s via Bluetooth  but the wifi doesn't recognize and can't connect. USB and Bluetooth sharing of hotspot is okay but wifi doesn't

    troubleshooting hotspot http://support.apple.com/kb/TS2756

  • I am on OS X and i am having problems sending pictures from the new pictures app via email.  when i hit the sharing button i have the option to send via iMessage or Facebook but the email option is ghosted and can't be checked off.  any suggestions?

    I am on OS X and i am having problems sending pictures from the new pictures app via email.  when i hit the sharing button i have the option to send via iMessage or Facebook but the email option is ghosted and can't be checked off.  any suggestions?

    I've resolved my problem now.  It wasn't iphoto: preferences:@ that I needed but iphoto:preferences:general where there is the option to choose email for sending photos.  Can't believe I missed that before.

  • I've got a mid 2009 MacBook Pro.  Today, I updated to Yosemite 10.10.1.  I also updated Safari to 8.0.2.  Now, anytime I open Safari, it immediately quits and give me an error page that says, Safari unexpectedly quit and suggest that I can click on a

    I’ve got a mid 2009 MacBook Pro.  Today, I updated to Yosemite 10.10.1.  I also updated Safari to 8.0.2.  Now, anytime I open Safari, it immediately quits and give me an error page that says, Safari unexpectedly quit and suggest that I can click on a Reopen button and restart it, but it just does it again.
    I read some of the questions and responses here and went to ~/Library/Safari and threw out the webpages.db file and emptied the trash and rebooted.
      No luck; same problem.
    BTW: Mail works
      Any ideas how to get around this?

    There is no need to download anything to solve this problem.
    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Please check out my website and give me feedback

    Hey you iWeb Jedi's -- please check out my web page and give me your opinions -- especially you Star Trek fans out there.
    http://summerstormpictures.com
    One problem I'm having is find the perfect streaming settings for the movies. I did check them on a fast Windows machine and on a brand new Mac at the local CompUSA store. Things worked well on their very fast Internet connection but the longer concept video didn't seem to want to stream. I'm almost thinking to grab some JumpCut or YouTube code and insert it just to get it to work. I know this will put their logos in but I'm just not sure what to do.
    One thing I'm aware of and something I did do on purpose is that I made the background images very large -- to accomodate those wealthy folks with the very big, very wide monitors. I wanted never to run out of background "virtual" world no matter how big one stretched the browser window. Also, the necessity to scroll was intentional. Let me know if this is too annoying.
    Appreciate any expert helpful comments and feedback on improvements.
    No I won't update to 10.4.9!   Mac OS X (10.4.8)   I said no!

    As a teacher of marketing & multimedia presentation design, Garr Reynolds says at his site: "Design is a big, big deal. We all have a responsibility to understand its potential and its power. You do not need to be a designer — but you do need to become more design sensitive or 'design mindful'."
    In particular, according to another experienced designer: "Color should be used in the same way that type size is used: to emphasize importance, not decorate a page."
    Reynolds' page about why design matters is worth reading...
    http://www.garrreynolds.com/Design/whydesign.html
    Also this about graphic design fundamentals...
    http://www.garrreynolds.com/Design/basics.html

  • Read the fixes and still having problems. Firefox will not open at all and I receive a crash report upon launch. Have restarted, shut down, run virus and malware checks and even tried downloading and reinstalling with no response. Please assist.

    Read the fixes. Cannot open Firefox in safe mode. Have tried reinstalling Firefox. Crash occurs each time I try to launch Firefox. Have run scans, checked for malware, spyware, installed all windows updates and still no luck.
    Have accessed my crash reports. One of the reasons indicated is:
    GenuineIntel family 6 model 23 stepping 10
    Crash Reason
    EXCEPTION_ACCESS_VIOLATION_WRITE
    Have no idea how to fix this and have had crash reports since yesterday evening.
    Signature: nsStandardURL::SchemeIs(char const*, int*)

    Sorry believe something got miscommunicated. Wasn't trying to qualify firefox as malware - was terming it that way because the malware was crashing Firefox and no other issue. Worked on it and had isolated the virus in avast (put it in the chest) and was searching for assistance on why even after isolating the virus and restarting (some forums had indicated to then uninstall and reinstall Firefox, which I did), still would not launch without the crash report.
    Worked the problem and eventually installed a 5.0 version of Firefox and it launches. Only seems to have the crash report with 6.0 or higher.
    The forums had suggested that if after isolating the malware in avast or disinfecting it with MBAM (tried that too), to uninstall and then reinstall the latest version of firefox. That's when I tried the older versions. Had run a boot log scan as well and didn't see any additional problems. Just can't launch in 6.0 or higher.

  • HT6533 Where can I find the third party app? I'm really in trouble that I can't record and check my blood  glucose. Of cause I exported the data from app, but It's not readable for me. Please reply ASAP and give me other solution.

    Where can I find the third party app?
    I'm really in trouble that I can't record and check my blood  glucose.
    Of cause I exported the data from app, but It's not readable for me.
    Please reply ASAP and give me other solution.

    You find third-party apps in the App Store. What app are you looking for? Due to problems, Apple removed the ability to record that information in Health. You can always go back to whatever you used before three weeks Health was released. Why can you not check and record your blood glucose? I would assume you check it using blood samples and a glucose meter which has nothing to do with your phone. You should be able to record it in any number of apps, from Notes to purpose made third-party apps.

  • I'm new to Macbook Pro, and never imagined I would have problems saving bookmarks when I switched to Mac.  Any suggestions with this issue?  And has Apple come up with a permanent fix?

    I'm new to Macbook Pro, and never imagined I would have problems saving bookmarks when I switched to Mac.  Any suggestions with this issue?  I have Safari 6.0.4, and has Apple come up with a permanent fix?

    Triple-click the line below to select it:
    ~/Library/Safari/Bookmarks.plist
    Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu.* An Info dialog should open.
    Does the dialog show "You can read and write" in the Sharing & Permissions section?
    In the General section, is the box labeled Locked checked?
    What is the Modified date?
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • Spell check and word suggestion doesn't work Droid 4

    My wife and I both have Motorola Droid 4s. I have had mine for almost a year, and she has had hers just a week. After I factory reset mine to fix a spell check problem, I noticed that the spell check still doesn't automatically fix errors, and there is no word suggestion. Her's is doing the same thing. When I looked for this issue online, I found numerous other Motorola Droid 4 owners having the same problem.
    Since we text a LOT, this is certainly a major inconvenience. We would like to know if there is a fix for this issue, is it OS version and phone specific, and when an update/fix can be expected.
    Thank you for your time!
    Gary
    Android Version 4.1.2
    Let me know if there is other information I can include. Thanks again!
    >>Personal information removed<<
    Message was edited by: Verizon Moderator

    The settings you gave me are the same as I and my wife have set except for the keyboard and input methods. For us, android is checked but disabled (gray), moto chinese input is checked, and swype is checked but disabled and gray. Same as it was when spell check and suggestions didn't work. Now ours is working but what is really interesting is that we never changed anything since it wasn't working. We just woke up the day after posting this and it was working. Hmm. I left the moto chinese checked because why tempt fate?
    Thank you for your reply and information.  That fact is, my spell check worked for a year and then suddenly it did not. My wife's didn't even out of the box, then the day after I post, ours works perfect. Coincidence? Who cares. =)
    <<Comments regarding moderation removed to comply with Verizon Wireless Terms of Service.  If you wish to discuss a moderator's actions or decisions, please send a Direct Message to moderator or admin_moderator >>
    Message was edited by: Verizon Moderator

  • Pls. give some suggestion on Subsequent Credit and debit note?

    Dear Gurus,
    Pls. give some suggestion on Subsequent Credit and debit note?
    Regrds
    Shikha

    Hi Sikha
    We generaly use subsequent debit / credit to adjust invoice value without affecting Qty
    Pls check notes supplied by SAP
    A subsequent debit/credit arises if a transaction has already been settled, and a further invoice or credit memo is received afterwards.
    A subsequent debit/credit changes the total invoice value of a purchase order item; the total invoice quantity remains unchanged. Therefore, only a value-based update of the purchasing transaction takes place. There is no quantity-based update.
    You must enter an invoice as a subsequent debit if a purchase order item has already been invoiced and further costs are incurred. (Example: A vendor has inadvertently invoiced you at too low a price and then sends a second invoice for the difference.)
    You must enter a credit memo as a subsequent credit if a purchase order item was invoiced at too high a price and now you have received a credit memo. (Example: A vendor has inadvertently invoiced you at too high a price and then sends a credit memo for the difference.)
    If you enter a subsequent debit/credit, the system suggests the entire invoiced quantity, but no value. The maximum quantity that you can subsequently debit or credit is the quantity that has already been invoiced.
    You can only enter a subsequent debit/credit for a purchase order item if an invoice has already been posted for that item.
    A subsequent debit/credit cannot refer to a particular invoice.
    Subsequent debits and credits are listed separately in the PO history
    Typical example is like
    suppose vendor has overcharged u for perticular PO and afterward he want to correct it
    In such scenario u can post subsequent debit to correct PO without affecting Qty. field
    <b>Reward if usefull</b>
    Vishal..

  • ITunes suggested to upgrade iOS for my iPodtouch but couldn't upgrade and asks to restore the iPod. But it doesn't restore also and gives error (1). Pl help.

    iTunes suggested to upgrade iOS for my iPodtouch but couldn't upgrade and asks to restore the iPod. But it doesn't restore also and gives error (1). Pl help.

    ERROR (1)
    - Place the iPod in DFU mode and then restore
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - Try on another computer
    - Try another cable           
    - Also, confirm your security software and settings are allowing communication between your device and update servers.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar     

  • Some of my apps refuse to open. For example, google crome gives me the message that it quit unexpectedly and gives me the option to submit a report to no resolve. Does anyone have suggestions?

    Some of my apps refuse to open. For example, google crome gives me the message that it quit unexpectedly and gives me the option to submit a report to no resolve. Does anyone have suggestions?

    Welcome to the Apple community.
    Does anyone have suggestions?
    Trash the spyware (Chrome) and use Safari.

  • When i try to add DownloadHelper it comes up with unexpected installation error review the error console log for more details - 203, how to it check the log and how do i fix this problem?

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    When i tried to install DownloadHelper this happened Firefox could not install the file at
    https://addons.mozilla.org/en-US/firefox/downloads/latest/3006/addon-3006-latest.xpi?src=addondetail
    because: Unexpected installation error
    Review the Error Console log for more details.
    -203
    , how do i check the log and how do i resolve this problem? thank you
    == This happened
    ==
    Just once or twice
    == today
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Ask Toolbar for Firefox
    2.1.0.5
    true
    AVG Safe Search
    9.0.0.783
    true
    {3f963a5b-e555-4543-90e2-c3908898db71}
    Java Console
    6.0.17
    true
    Microsoft .NET Framework Assistant
    1.1
    true
    {20a82645-c095-46ed-80e3-08825760534b}
    BitDefender Antiphishing Toolbar
    2.0
    true
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    general.useragent.extra.microsoftdotnet
    (.NET CLR 3.5.30729)
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1276351876
    print.print_printer
    HP Photosmart D5300 series
    print.printer_HP_Photosmart_D5300_series.print_bgcolor
    false
    print.printer_HP_Photosmart_D5300_series.print_bgimages
    false
    print.printer_HP_Photosmart_D5300_series.print_command
    print.printer_HP_Photosmart_D5300_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_D5300_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_left
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_right
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_top
    0
    print.printer_HP_Photosmart_D5300_series.print_evenpages
    true
    print.printer_HP_Photosmart_D5300_series.print_footercenter
    print.printer_HP_Photosmart_D5300_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_D5300_series.print_footerright
    &D
    print.printer_HP_Photosmart_D5300_series.print_headercenter
    print.printer_HP_Photosmart_D5300_series.print_headerleft
    &T
    print.printer_HP_Photosmart_D5300_series.print_headerright
    &U
    print.printer_HP_Photosmart_D5300_series.print_in_color
    true
    print.printer_HP_Photosmart_D5300_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_D5300_series.print_oddpages
    true
    print.printer_HP_Photosmart_D5300_series.print_orientation
    0
    print.printer_HP_Photosmart_D5300_series.print_pagedelay
    500
    print.printer_HP_Photosmart_D5300_series.print_paper_data
    9
    print.printer_HP_Photosmart_D5300_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_D5300_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_D5300_series.print_paper_size_unit
    1
    print.printer_HP_Photosmart_D5300_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_D5300_series.print_reversed
    false
    print.printer_HP_Photosmart_D5300_series.print_scaling
    1.00
    print.printer_HP_Photosmart_D5300_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_D5300_series.print_to_file
    false
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_top
    0
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-npdivxplayerplugin
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *6.0.12.732
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Shockwave Flash 10.0 r45
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *iTunes Detector Plug-in
    *DivX Web Player version 2.0.0.254
    *GEPlugin
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *RealPlayer(tm) HTML5VideoShim Plug-In
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    Mark Leary:
    As TXGuy posted above:
    See:
    https://support.mozilla.com/en-US/kb/Unexpected+installation+error+-203+when+installing+add-ons
    http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203
    Also see:
    http://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile
    http://kb.mozillazine.org/Show_hidden_files_and_folders

Maybe you are looking for

  • Is there a way to turn off multiple desktops in lion?

    since the apps can full screen i no longer need more than one desktop space. any help in disabling this feature is much appreciated.

  • I am getting build error while using weblogic.appc

    Hi All, I am using weblogic 10 server and ejb 3.0 code . While ejb-complisation i am getting the class not found error. Please help me in resolving the below issue. ejb-compile: [echo] E:\workspace\OMGAdmin\OMGADMIN/omgAdminBuild/omgAdminEAR [java] E

  • Files showing up on iTunes, but not in iPod

    So a few days back, my iPod acted up and restored itself, sort of. Well, my iPod synced itself and added the music files from my library. So now when I look at my iPod files through my iTunes, the files show up grey and i can't play them yet they're

  • Variable values in Variant

    Hi Gurus, I want to create one variant for transaction 'FPB3' so that i can pass different 'Identification' and 'filename' each time under the same variant to a background job. Is there any possible way to pass the variable values of fields in an var

  • How can i get facebook on my iphone 3g

    i have been told that i cant get facebook on my iphone 3g and have tryed downloading older version bt they dont work how can i get this? if i cant get it what is half the piont of having an iphone if i cant get half the apps thinking of taking all my