Language dependent Text for icon quickinfo

Hi all,
I want to display some icons in the ALV grid .
The icon field in ALv is bind to Structure field ICON which  has value like
CONCATENATE icon_move+0(3) '\QUsed Object Now Moved@' INTO lv_icontt.
in this ICON_MOVE is the icon and 'Used Object Now Moved' is the quickinfo.
\Q and @ are used to display this text with ICON.
The problem Im facing is I can very well display this is that i want to display its German version in the German Login.

I think wht you can try is
if  sy-langu is 'EN'.
CONCATENATE icon_move+0(3) '\QUsed Object Now Moved@' INTO lv_icontt.
elseif sy-langu ' DE'
CONCATENATE icon_move+0(3) '\QUsed Objekt nun@' INTO lv_icontt.
endif.
hope it helps
Regards
Bhanu

Similar Messages

  • Language Dependent Text for Web Templates

    Hi All,
    I have a text item in a Web Template and have used a language dependent text for its caption ( which is stored in a table).
    The problem is that if i transport this Templates to an another environment, the language texts are not transported automatically.
    Can you please let me know the table where this information of language dependent text is stored. I think I will also have to transport all the entries of the language dependent table.
    Thanks in advance and I will definitely reward points for helpfull answers.
    Regards,
    Vivek

    Hi Guys,
    Found the solution. The table name is RSBEXTEXTS.
    Thanks,
    vivek

  • Create Language specific text for Service MAster

    Hi All,
    Can Someone help me to maintain language dependent text for Service Master. I need to maintain it for different languages.
    Regards,
    Smita

    Hi,
    I assume you want to create long text . Do you want to mass upload ? If yes, you can use OMQ3 for mass upload.
    File format below. The program documentation has more information.
    /HTEXT
    /:OBJECT ASMD
    /:NAME I.900412
    /:ID LTXT
    /:LANGUAGE I
    /:FORM SYSTEM
    /:STYLE SYSTEM
    /:FIRST-USER xxxxx
    /:FIRST-DATE 05 29 2010
    /:FIRST-TIME 8 30 0
    /:TITLE 'Long Text upload for Service master'
    /M
    Operaio  3°/2° livello in orario notturno del Sabato e giorni festivi dalle ore 22:00 alle ore 06:00
    Hope this helps.
    Cheers !

  • How to disable the Language dependent option for 0PROJECT and 0WBS_ELEMT

    Hi Friends,
                Some Info Objects are re installed in latest version that's why DBW and QBW is not sinked. that's why giving transports errors.
               In DBW both Info Objects(0PROJECT and 0WBS_ELEMT) having the option text language dependent is checked. I go for disable that option it is not accepting to disable.
              when i am going to delete the data from both the info objects it's not deleting the data from both the objects. it is giving message some master data is not deleting.
           Please give me solution for this how to disable text language dependent option for both the objects.
       I am waiting for your valuable replies.
    Thanks,
    Guna.

    Hi Rajesh,
              i did that changes in RSD1 but not accepting that change.
    It is showing the error message for The Text Table /BI0/TPROJECT must be converted incompatibly with an activation of characteristic 0PROJECT (changes to the key in the table). Table /BI0/TPROJECT contains data. Parts of this data were lost in the conversion.
    Please give me help for solving this issue.
    Thnaks,
    Guna.
    Edited by: gunasekhar raya on Mar 24, 2009 11:58 AM
    Edited by: gunasekhar raya on Mar 24, 2009 5:42 PM
    Edited by: gunasekhar raya on Mar 24, 2009 5:43 PM

  • Language-dependent text does not exist: TYPE=REP KEY1=SAPLRRSV KEY2=757 LAN

    Hi all,
    We have just installed and configuired the EP . I have craeted one user id in EP with roles bi . But when iam trying to go to Bex Web Analyser Iam getting
    Language-dependent text does not exist: TYPE=REP KEY1=SAPLRRSV KEY2=757 LANG=
    Could any me in this regard.
    Thanks in Advcne..

    Hi Niyati,
    The problem might be due to the support stacks for ABAP and for Java being out of sync i.e. they have to be on the same patch level. If you run program RSPOR_SETUP (via SE38) and enter the relevant details for checking the portal setup, this will detail all the errors.
    Regards,
    Vinoth.M

  • "Language-dependent text does not exist" when executing template on portal

    Hi,
    We are using BI 7 on SP 8. When trying to execute a web template in the portal we are getting a series of errors such as:
    Language-dependent text does not exist: TYPE=REP KEY1=SAPLRRSV KEY2=705 LANG=
    Has anyone experienced this problem and know of a fix?
    Thanks,
    Lee

    Yes we have. The problem is due to the support stacks for ABAP and for Java being out of sync i.e. they have to be on the same patch level. If you run program RSPOR_SETUP (via SE38) and enter the relevant details for checking the portal setup, this will detail all the errors.
    Lee

  • Language - Dependent Text in web template

    Hi All,
    I am using BI7.0 can anybody please tell me how to maintain 'LANGUAGE DEPENDENT TEXT'.
    I have gone through various documents that provides the way to maintain it using the report, i did the same (although maintaining text through report is obsolete in BI7.0) but achieved nothing. Maintained the text but when i logon using French my web item does not show up the maintained text in french.
    Can any one please tell me how to achieve the same. It will be a great help for me.
    Thanks !

    Hi Dipika,
    I have the same problem!
    Please give me the solution step by step.
    Thank you in advance.
    regards, Wolfgang

  • LANGUAGE dependent TEXT data load to Infoobject

    Hi,
    We had Z infoobject with LANGUAGE dependent TEXT data.
    We had a Z table in ECC in which the Text data of the Z info object is maintained.
    Table Structure:
    ZObjects : Lanuage:1-Text : Lanuage:2-Text
    Now i created a data on the Z table and extracted data to PSA and sample data is like below
    KEY,English Text,German Text134,potato,Kartoffel
    145,chocolate,Schokolade
    150,biscuit,Keks
    Please update me how can i load this data as LANGUAGE dependent TEXT data of the Infoobject.
    Thanks in advance

    Hi Maxicosi
    My understanding of the problem is you have text in english ( second field) and german ( 3rd field) while first field being the key.
    If m understanding is correct please read further.
    1. Your target InfoObject text table will have a structure like below
    Key Langu  Text
    2. Create one transformation Rule Group which will have mapping.
    Key ( DataSource)  to Key ( InfoObject Text Table)
                                       Langu ( "EN" as constant value)
    second filed   to   Short/Medium/Long text in (Text Table)
    3. Create another Rule Group which will have the mapping for German.
    Key ( DataSource)  to Key ( InfoObject Text Table)
                                        Langu ( "DE" as constant value)
    Third field   to  Short/Medium/Long text in (Text Table)
    Below how to document will give you an idea of Rule Group.
    Link: [Rule Group |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d085fa63-f54c-2c10-b5ba-cc4ac231512b?QuickLink=index&overridelayout=true]
    Regards
    Anindo
    Edited by: Anindya Bose on Nov 27, 2011 11:33 PM

  • LANGUAGE DEPENDANT TEXT

    WHAT IS THE USE OF  MARKING TEXTS AS LANGUAGE DEPENDANT UNDER THE MASTER/DATA TEXTS TAB WHILE CREATING CHARACTERISTIC INFOOBJECTS? AND HOW DOES IT AFFECT THE TRANSFORMATION?

    This option is there to help load different language text for same master data. Say there is one material and this has it's description maintained in 3 languages. And based on users login language we want the language to be selected in report as description for this master.
    So, in this case language dependent text can be used.
    Now say the data to load from source is coming with master value and the description and the language key (EN for English, DE for German, RU for Russia and so on and so forth).
    Scenario for 3.5
    =============
    To load the Text for this material you can use this data. Add 0Langu, Master Object and 0Txtsh (is you are using short text or accordingly Business Object for long and medium text) in communication structure.
    In transfer rule map master object with master data field, 0Txtsh with description data field and 0langu with language key data.
    If only one data key say EN is there and so language key is not part of incoming data then you can just set that language key, EN in our example, as constant value.
    Scenario for 7.0
    =============
    For this also the mapping will be same. Only that the mapping will have to be done in Transformation.
    Hope this helps!!!

  • Text for icons cut off

    Ever since the last update the text that labels the icons in Thunderbird are cut short if they have more than 4 letters (i.e. Pri... for Print and Del... for Delete and so on, and so on. It does not matter if you add a bunch of spaces or not, nor does it matter if you choose "Text and Icons" or "Icons beside Text". I would love to send you an image but the link on this page is now working for me to choose a file that shows you what I am talking about. What is does do is show the whole icon but I want both the Icon and Text showing. When you respond to this, at my included email address, I will be happy to attach the picture of my problem then.
    So, I guess there are two problems for you to look at, the one where it is reducing the number of letters in each word of the Thunderbird programs Icons and why the "Browse" button on this Mozilla support request page does not work. When I mouse over the button it does turn from gray to a light gradiation (sp) blue and when I mouse click on it, it does turn a darker blue with a dark blue border along with the normal black border. It just does not open up a window to navigate to and select the picture I want to send to you that shows the problem with the partial words and Icons.

    Give Firefox a tune up
    Troubleshooting Information
    This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about Firefox, check out our support website.
    Application Basics
    Name Firefox
    Version 36.0.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Adblock Plus Pop-up Addon 0.9.2 true [email protected]
    Classic Compact Options 25.0 true [email protected]
    NoiaButtons 1.1.4 true NoiaButtons@ArisT2_Noia4dev
    Pop-up Controller 0.7 true jid1-MIAJd5BiK7V4Pw@jetpack
    Strict Pop-up Blocker 0.2 true jid1-P34HaABBBpOerQ@jetpack
    YouTube Flash Video Player 35.4 true {f3bd3dd2-2888-44c5-91a2-2caeb33fb898}
    YouTube™ Flash® Player 1.2 true jid1-HAV2inXAnQPIeA@jetpack
    Logitech SetPoint 6.5 false {F003DA68-8256-4b37-A6C4-350FA04494DF}
    Norton Toolbar 2014.7.10.26 false {2D3F3651-74B9-4795-BDEC-6DA2F431CB62}
    Proper Buttons 0.4 false [email protected]
    Skype Click to Call 7.3.16540.9015 false {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Walnut Theme Fix 0.1 false [email protected]
    Graphics
    Adapter Description Intel(R) HD Graphics Family
    Adapter Drivers igdumd64 igd10umd64 igd10umd64 igdumdx32 igd10umd32 igd10umd32
    Adapter RAM Unknown
    Device ID 0x0116
    Direct2D Enabled Blocked for your graphics driver version.
    DirectWrite Enabled false (6.2.9200.16492)
    Driver Date 9-30-2011
    Driver Version 8.882.2.3000
    GPU #2 Active false
    GPU Accelerated Windows 0/1 Basic (OMTC) Blocked for your graphics driver version.
    Subsys ID 165a103c
    Vendor ID 0x8086
    WebGL Renderer Blocked for your graphics driver version.
    windowLayerManagerRemote true
    AzureCanvasBackend skia
    AzureContentBackend cairo
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 1024000
    browser.cache.disk.smart_size.enabled false
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 3
    browser.link.open_newwindow.restriction 0
    browser.newtab.url google.com
    browser.places.smartBookmarksVersion 7
    browser.search.suggest.enabled false
    browser.search.useDBForOrder true
    browser.sessionstore.restore_on_demand false
    browser.sessionstore.upgradeBackup.latestBuildID 20150305021524
    browser.startup.homepage https://www.google.com/
    browser.startup.homepage_override.buildID 20150305021524
    browser.startup.homepage_override.mstone 36.0.1
    browser.tabs.loadInBackground false
    browser.zoom.full false
    dom.mozApps.used true
    dom.popup_allowed_events
    extensions.lastAppVersion 36.0.1
    media.gmp-gmpopenh264.lastUpdate 1423219708
    media.gmp-gmpopenh264.version 1.3
    media.gmp-manager.lastCheck 1425662047
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1425662464
    places.history.expiration.transient_current_max_pages 104858
    plugin.disable_full_page_plugin_for_types application/pdf
    plugin.importedState true
    print.printer_doPDF_8.print_bgcolor false
    print.printer_doPDF_8.print_bgimages false
    print.printer_doPDF_8.print_colorspace
    print.printer_doPDF_8.print_command
    print.printer_doPDF_8.print_downloadfonts false
    print.printer_doPDF_8.print_duplex 1515870810
    print.printer_doPDF_8.print_edge_bottom 0
    print.printer_doPDF_8.print_edge_left 0
    print.printer_doPDF_8.print_edge_right 0
    print.printer_doPDF_8.print_edge_top 0
    print.printer_doPDF_8.print_evenpages true
    print.printer_doPDF_8.print_footercenter
    print.printer_doPDF_8.print_footerleft &PT
    print.printer_doPDF_8.print_footerright &D
    print.printer_doPDF_8.print_headercenter
    print.printer_doPDF_8.print_headerleft &T
    print.printer_doPDF_8.print_headerright &U
    print.printer_doPDF_8.print_in_color true
    print.printer_doPDF_8.print_margin_bottom 0.5
    print.printer_doPDF_8.print_margin_left 0.5
    print.printer_doPDF_8.print_margin_right 0.5
    print.printer_doPDF_8.print_margin_top 0.5
    print.printer_doPDF_8.print_oddpages true
    print.printer_doPDF_8.print_orientation 0
    print.printer_doPDF_8.print_page_delay 50
    print.printer_doPDF_8.print_paper_data 1
    print.printer_doPDF_8.print_paper_height 11.00
    print.printer_doPDF_8.print_paper_name
    print.printer_doPDF_8.print_paper_size_type 0
    print.printer_doPDF_8.print_paper_size_unit 0
    print.printer_doPDF_8.print_paper_width 8.50
    print.printer_doPDF_8.print_plex_name
    print.printer_doPDF_8.print_resolution 1515870810
    print.printer_doPDF_8.print_resolution_name
    print.printer_doPDF_8.print_reversed false
    print.printer_doPDF_8.print_scaling 0.70
    print.printer_doPDF_8.print_shrink_to_fit false
    print.printer_doPDF_8.print_to_file false
    print.printer_doPDF_8.print_unwriteable_margin_bottom 0
    print.printer_doPDF_8.print_unwriteable_margin_left 0
    print.printer_doPDF_8.print_unwriteable_margin_right 0
    print.printer_doPDF_8.print_unwriteable_margin_top 0
    print.printer_HP_Photosmart_7520_series_(Network).print_bgcolor false
    print.printer_HP_Photosmart_7520_series_(Network).print_bgimages false
    print.printer_HP_Photosmart_7520_series_(Network).print_colorspace
    print.printer_HP_Photosmart_7520_series_(Network).print_command
    print.printer_HP_Photosmart_7520_series_(Network).print_downloadfonts false
    print.printer_HP_Photosmart_7520_series_(Network).print_duplex 1515870810
    print.printer_HP_Photosmart_7520_series_(Network).print_edge_bottom 0
    print.printer_HP_Photosmart_7520_series_(Network).print_edge_left 0
    print.printer_HP_Photosmart_7520_series_(Network).print_edge_right 0
    print.printer_HP_Photosmart_7520_series_(Network).print_edge_top 0
    print.printer_HP_Photosmart_7520_series_(Network).print_evenpages true
    print.printer_HP_Photosmart_7520_series_(Network).print_footercenter
    print.printer_HP_Photosmart_7520_series_(Network).print_footerleft &PT
    print.printer_HP_Photosmart_7520_series_(Network).print_footerright &D
    print.printer_HP_Photosmart_7520_series_(Network).print_headercenter
    print.printer_HP_Photosmart_7520_series_(Network).print_headerleft &T
    print.printer_HP_Photosmart_7520_series_(Network).print_headerright &U
    print.printer_HP_Photosmart_7520_series_(Network).print_in_color true
    print.printer_HP_Photosmart_7520_series_(Network).print_margin_bottom 0.5
    print.printer_HP_Photosmart_7520_series_(Network).print_margin_left 0.5
    print.printer_HP_Photosmart_7520_series_(Network).print_margin_right 0.5
    print.printer_HP_Photosmart_7520_series_(Network).print_margin_top 0.5
    print.printer_HP_Photosmart_7520_series_(Network).print_oddpages true
    print.printer_HP_Photosmart_7520_series_(Network).print_orientation 0
    print.printer_HP_Photosmart_7520_series_(Network).print_page_delay 50
    print.printer_HP_Photosmart_7520_series_(Network).print_paper_data 1
    print.printer_HP_Photosmart_7520_series_(Network).print_paper_height 11.00
    print.printer_HP_Photosmart_7520_series_(Network).print_paper_name
    print.printer_HP_Photosmart_7520_series_(Network).print_paper_size_type 0
    print.printer_HP_Photosmart_7520_series_(Network).print_paper_size_unit 0
    print.printer_HP_Photosmart_7520_series_(Network).print_paper_width 8.50
    print.printer_HP_Photosmart_7520_series_(Network).print_plex_name
    print.printer_HP_Photosmart_7520_series_(Network).print_resolution 1515870810
    print.printer_HP_Photosmart_7520_series_(Network).print_resolution_name
    print.printer_HP_Photosmart_7520_series_(Network).print_reversed false
    print.printer_HP_Photosmart_7520_series_(Network).print_scaling 1.00
    print.printer_HP_Photosmart_7520_series_(Network).print_shrink_to_fit false
    print.printer_HP_Photosmart_7520_series_(Network).print_to_file false
    print.printer_HP_Photosmart_7520_series_(Network).print_unwriteable_margin_bottom 0
    print.printer_HP_Photosmart_7520_series_(Network).print_unwriteable_margin_left 0
    print.printer_HP_Photosmart_7520_series_(Network).print_unwriteable_margin_right 0
    print.printer_HP_Photosmart_7520_series_(Network).print_unwriteable_margin_top 0
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 4
    security.disable_button.openCertManager false
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1423244123
    user.js Preferences
    Your profile folder contains a user.js file, which includes preferences that were not created by Firefox.
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.4 Basic ECC 3.17.4 Basic ECC
    NSSSMIME 3.17.4 Basic ECC 3.17.4 Basic ECC
    NSSSSL 3.17.4 Basic ECC 3.17.4 Basic ECC
    NSSUTIL 3.17.4 3.17.4
    Experimental Features
    Name ID Description Active End Date Homepage

  • Language Dependent Text datasource

    I have a language dependent generic text datasource mapped to my language dependent infoobject in BW.  In my source system, I have 68 records; 34 English and 34 French.  I am only pulling 34 English records to BW but not the 34 French records.  In my extractor checker (RSA3), I pull all the 68 records.  Any reason why I am not pulling all the records from the text table.  To reiterate, I have the flag "Texts language dependent" checked in my text infoobject.  What is the reason why I am only pulling 34 English records and NOT all the 68 records?

    1. Check the selections at the Infopackage level whether you are pulling only EN or there is no selection at the language field... in the data selection tab.
    2. Check whether your system is unicode or not? Use RSCPINST program to check the same and also check French language is already installed in your system.. Execute the program, you can see the installed languages in left side and and uniode (*or non unicode at right side).
    3. Also check the program in R/3 system and based on that we can conclude the next step...
    Hope this helps..
    Murali

  • Language dependent texts in BI

    I have the following high level questions that we need answer as soon as possible, I would appreciate if anybody experienced in this area could give some high level asnwers as well as pointers to any relevant documenation.
    1. If source system is in a non-english logon (eg: Japanes), wil we see Japanese text automatically thru extractors in BI or do we need to do any setup in BI for extracting the text in Japanese.
    2. if source system is in non-english logon )eg: japanese), and we want english transation of the texts extracted, what do we need to do in BI.
    3. Role of unicode in all of the language related activites.
    Any help is appreciated.
    Thanks
    Raj

    Hi,
    For role of unicode in all of the language related activites:
    To check if you have unicode system:
    Log onto your BW system.
    From the menu, go to System-->Status. A pop-up giving the system details will come up. There will be a section called SAP System Data. There is a field for Unicode system. If it reads "No", then you do not have a unicode system.
    If so, this then means you are on a single code page, i.e. the default code page, which handles English & German by default and other latin script languages (only when the respective language packs have been installed). If your source has languages other than the ones above, you will have problems extracting data.
    If you are non-unicode, and the language you are trying to pull data in is not English or German, then you will need to install the language pack (if it is handled by the default code page) or if the language is, say Russian, then you will need to install a code page that handles Cyrillic.
    BI 7, as a fresh install is done in unicode, whereas you did not have this in earlier versions and a decision could be made whether to go unicode or nonunicode.
    Please check this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fdbedb90-0201-0010-4483-b64ac397986a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5411d290-0201-0010-b49b-a6145fb16d15
    Hope it helps.....
    Mona

  • Tooltip for the Navigation Node - language dependent / translation?

    Is it possible to provide language dependent Tooltip for the Navigation Node.
    I tried the Portal content translation, but there was no possibility to translate the tooltip.
    Talking about this:
    Property ID: com.sap.portal.navigation.Tooltip
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/49/32a70ee8c45aaae10000000a42189d/frameset.htm

    Hi Van Vi,
    when I get your question right, you are looking for a possibility to change the text of the navigation items, not the text inside a content page, correct?
    I am using MII 12.0.2. The workaround for me was to create different roles like "XMII User EN", "XMII User DE" which contain the navigation item in the according language. The content pages contain tags like Michael mentioned, e.g. {##LBL_KEYWORD} in an *.irpt page. Those tags are set using the language set for the user in the NetWeaver UME.
    Michael, is there a possibility to use this {} notation in the navigation in 12.1, so I do not have to create language based roles?
    Michael

  • Language Dependent Master Data

    Hi,
    I Have a Info object which has data for more than 1 language, How do I control the text of the info object by language.
    Thanks in advance.

    Hi Kiran,
    I agree with suman...
    From the below tab check mark the option " Language dependent texts" in your IO.
    Master data texts are language dependent (flag)
    If this indicator is set, then the texts of the text table are language dependent and the text table has the language as a key field. This is also the default setting.
    If the indicator is not set then the text table does not have a language field and the texts are not language dependent.
    Regards
    KP

  • Language depend attributes in E-Commerce ISA catalog

    Hello,
    I want to add the field Product Group 3 (PRC_GROUP3) from CRMM_PR_SALESG to the catalog.
    Adding this field to list of characteristics is easy. However like the most of the SAP fields this field contains a number. In the SAP GUI transaction COMMPR01 this number and a text in the login message is shown. (086 steel / hard metal)
    If I simple at the field to the list of characteristics only the number is shown in the isa application.
    How can I add the language depended text?
    Best regards,
    Nils Kloth

    Hi Sandeep ,
    For the Product catalog
    1) In the Trex Admin check Http connection and rfc connections are connected .
    2) Check in SM59 gate way connections are maintained for your rfc
    3) You have to maintain the Trex Name server in the Visual Admin for this look the SAP note 980678
    and the URL is http://webserver:port/b2b/b2b/init.do?scenerio=ISA
    and if you want to order the products from out side product catalog you need to do  customization in the XCM application under UI component ."enable.nonCatalogProducts"; has to set true  
    hope if you check all these your problem may solved.
    Regards,
    Sree
    Edited by: Sreenath Reddy Perugu on Aug 16, 2008 10:42 PM
    Edited by: Sreenath Reddy Perugu on Aug 16, 2008 10:44 PM
    Edited by: Sreenath Reddy Perugu on Aug 16, 2008 10:48 PM

Maybe you are looking for