How to find  my application languges

Hi
How to find my application languages in 11i OR R12

I believe I have already answered you above.
If you mean to ask which of those languages are used by the application users, then you have to contact them. Or, you could simply navigate to (Security > User > Monitor) from the System Administrator responsibility and see if any of the NLS responsibilities/forms is accessed by the end users (assuming you have auditing enabled).
Thanks,
Hussein

Similar Messages

  • How to find the application type fora Script based on Form name?

    Hi Guys,
                can anybody tell me how to find the Application Type and output type based on Form name and print program name?
    I am having form name as: ZINVENT (INVENT is the actual) and program name as RM07IDRU.How can i find the Appliction ntype and OutType for entering into the NACE tr code.
                    i tried thru TNAPR table but i was not able to find the Entry in the TNAPR with form Name and printprogram name
                   Th Script is about Phsical inventory Documents.
    Thanks,
    Gopi.

    You can use this...
    REPORT  Z_DUMMY_ATG NO STANDARD PAGE HEADING.
    *======================================================================
    * Tablas
    *======================================================================
    TABLES: TTXFP.
    *======================================================================
    * Tablas Internas
    *======================================================================
    DATA: T_TTXFP TYPE STANDARD TABLE OF TTXFP WITH HEADER LINE.
    *======================================================================
    * Selection-Screen
    *======================================================================
    SELECTION-SCREEN BEGIN OF BLOCK SCRIPT WITH FRAME.
    SELECT-OPTIONS:
                  PRINTNAM FOR TTXFP-PRINT_NAME,
                  TDFORM   FOR TTXFP-TDFORM.
    SELECTION-SCREEN END OF BLOCK SCRIPT.
    *======================================================================
    * Start-of-selection
    *======================================================================
    START-OF-SELECTION.
      PERFORM SELECT_DATA.
      PERFORM PRINT_DATA.
    *&      Form  SELECT_DATA
    *       Seleccionamos los datos del reporte.
    FORM SELECT_DATA.
      SELECT TDFORM PRINT_NAME LAST_PROG
      INTO TABLE T_TTXFP
      FROM TTXFP
      WHERE PRINT_NAME IN PRINTNAM
        AND TDFORM IN TDFORM
      ORDER BY TDFORM.
    ENDFORM.                    "SELECT_DATA
    *&      Form  PRINT_DATA
    *       Imprimimos el resultado del reporte.
    FORM PRINT_DATA.
      FORMAT COLOR 3.
      WRITE: 'Programa', 18 'Formulario', 50 'Flag de Ultimo programa'.
      FORMAT COLOR OFF.
      SKIP 1.
      IF NOT T_TTXFP[] IS INITIAL.
      SORT T_TTXFP BY PRINT_NAME.
        LOOP AT T_TTXFP.
          IF T_TTXFP-LAST_PROG EQ 'X'.
          FORMAT COLOR 4.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          FORMAT COLOR OFF.
          ELSE.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDFORM.                    "PRINT_DATA
    Greetings,
    Blag.

  • Someone Stole my Ipod touch how to find without application?

    2 boy and 1 girl came to my store and stole my Ipod touch 4 the generation 2011 black and silver model.
    I have  manage to get there video footage and I have already report to the local police but I want to know if there is anything apple can do atleast stop them to use my data or track as there is no Ifound app install but I have my serial no,apple id and there is passcode on my Ipod as well.
    Please  advice
    Thanks

    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                         
    Reporting a lost or stolen Apple product                                        
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • How to find out application status on a server?

    Hi,
    How can i find whether the application is running or not on specific system and port in core java?
    //Gupta.

    By using the JDK's jConsole tool. YOu can connect to any JVM and display all the threads, memory consumption, etc. Just inspect the running threads and show if something blocks.

  • How to find out Application from Component

    Hi Experts,
    I have a component called FITV_VT_TRIP_DOCUMENT which is called from two applicatons FITV_POWL_TRIP and another one say ABC.
    Now i need to know which application is calling the component.
    Is there any Class->Method to find out the application name from component.
    Or Is there any method to get the browsers URL from that component.
    Thannks,
    chandra

    Hi,
    When you pass the Application name you can get the URL (But this can be mapped to external alias also).
    * Generate the url for the component
      CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'ZWDC_SALES_REPORT'  "Application name
        IMPORTING
          out_absolute_url = lv_url.    "String
       "This can be an internal alias
    Refer these links -
    To get Component name from Application -
    How to get Component name from Application
    Get the Calling WD component name -
    The name of calling WebDynpro
    Regards,
    Lekha.

  • How to find CC Application manager update on Adobe wesite

    My Creative Cloud application manager on my desktop always comes back with an "Error" message when trying to update the CC Applications manager to download and install the new Adobe software updates. (I'm using a Mac OS)  Is there a quick (obvious) link on the Adobe website where I can go to update the CC Applications Manager since I'm not able to this this from the adobe CC icon on my desktop?  I always have to hunt around the Adobe website for a while before I can find the the link to download the update the CC app.  I'm wanting to download the CC update manager....not each of the individual apps.

    For direct access, you can download any part of Creative Cloud – including the Desktop app or any of the individual tools – using the Adobe CC direct links.

  • Urgent!! How  to find all applications implemented on portal?

    Hi all,
    i am implementing a new portal, my requirement is i have my current portal running and have many applications and components implemented on it, i want to reflect all these on my new portal, so is there any method available so that i can search/find which all components/objects are there on my portal??Any help on this will be valuable,
    Regards,
    Ameya

    You can see all the components in system information... provided by system as well as ur own ..
    Another way is .. loggin on to VA .. check Deploy service.
    In this u can see all the components... custom as well as system provided.
    But u cant see iviews and all ... u can see iViews in system information only.
    I dont know if u can see a list of KM docs in a way u like to .. but to make sure u have all the docs on the other server .. u can use WebDav URL and copy all the docuemtns. If u have done any modifications to KM interface or defined any metadata for documents then you will have to use ICE  .. content exchange tool to trasport everything...
    Please be elaborate in ur requirement.. and one suggestion ... If you sit and compare evey component ... it might take ages to ensure both systems are same
    Normally we transport everything from one portal to another ... and KM is ICEd
    Cheers!!
    Ashutosh

  • How to find which application is messing with my mac.

    OK.
    After 4 times zero out data and re-installing the OS, tens of hours searching, I found out that
    the reason why my macbook pro late 2009 was getting beach ball of death is because of a 3rd party application. 1 week ago I re-installed the OS again and I didn't install anything else. My mac is running great with zero applications. Now, after a week I can't stand waiting anymore. I need some applications. How shall I install so I will be able to detect the corrupted one ??

    islane wrote:
    cleanmymac (I can live without it, but paid for it 20$ )
    tune up ( same )
    Limewire
    Tucan downloader
    Martin's given you very good advice. My own 2 cents would be...
    Live without the cleaning apps, the only "cleaning" your Mac needs, is the display with a soft cloth
    Limewire is worse than using using a public toilet seat!
    Tucan, I have no experience with but if it's bit-torrent, I'd leave it alone also.
    -mj

  • How to find which applications are running

    I cannot figure out where on the HD to look to see which apps on my iMac are open.
    Other than the ones highlighted in the dock, can there be others open?
    I was ejecting my external HD and a message reads 'it is in use, try quitting applications'.
    As far as I can see, I have quit them.

    Every application that is open goes into the dock and has a blue light under it until the application is closed.... if that application is not added to the dock, then the icon just disappears...
    If application is added to the dock, then when you end the program the little blue light under the icon disappears.
    Cheers

  • How to find Application Program for fstandard orm in GTS

    Hi,
    Good day!
    I would to ask for your assistance with regard to the Application Program that retrieves data for standard Smartforms in GTS. 
    To be specific, anyone knows how to find the Application Program for the standard Export Declaration Form --- /SAPSLL/SF_CH_802AZV --- in GTS? 
    Thank you very much!
    Best regards.
    Brando

    Transaction NACU or NACE doesn't exist in GTS.  But, in SPRO i already saw the standard form as the defualt value.  However, there's no Application Program assigned to the form in SPRO.  Can anyone help me with this?

  • Find Locked Application users in Ebs R12

    hi,
    how to find locked Application users in Ebs R12.
    Regards,

    Please see these docs -- It is applicable to R12 as well.
    How Do User Accounts Get Locked After Exceeding the Signon Password Failure Limit In 11.5.10.2? [ID 367947.1]
    "Signon Password Failure Limit" Profile Option Does Not End Date User in FNDSCAUS Form [ID 332577.1] -- Run the query under Workaround1
    Thanks,
    Hussein

  • Hoe to find the Application type for  Script?

    Hi Guys,
                 Can antbody tell me how to find the Application type for a Form.?I was given a req with form name ZINVENT.He asked to make some changes to the exisitng form.
                the form is for Displaying Physical Inventory Documents.table is IKPF and ISEG.
                 I was not able to see in NACE tr Code becoz i dont know the Application.and i dont know the print program also,But he gave me the name of the program as RM071DRU, which i was not able to find the SE38 tr code
              So anybody can plz tell me what's the Application and print program?How can we find in NACE tr code?
    Thanks,
    Gopi.

    Hi Gopi,
    U can check the application type ME or M1 in NACE transaction.
    If not check the program name given to u in TNAPR table..where in u can find the application type and output type...
    Reward if useful..
    Venkat

  • How to find the number of references to an object in a big application

    How to find the number of references created for a given object in a big application environment.
    That means, if i give any object name (of my application) as input, then how can i find the[b] number of references created for that particular object ??

    Please don't post the same question multiple times.
    I've answered your question in the other thread here:
    http://forum.java.sun.com/thread.jspa?messageID=4312939

  • When I open iPhoto 9.2.1 it says that my library needs to be upgraded but when I upgrade the library I am trying to open (33 GB worth of pictures from 2006) the new application says it cannot read the files and how to find them on the system to reimport?!

    When I open iPhoto 9.2.1 it says that my library needs to be upgraded but when I upgrade the library I am trying to open (33 GB worth of pictures from 2006) the new application says it cannot read the files and how to find them on the system to reimport?! and then I'd like to erase the original files since the space requirement is huge!!!! Why is upgrading software iPhoto such a pain. I've gotta get a presentation done and all I get for my money is roadblock!!!

    hello, it sounds like the library is damaged.
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 

  • After migrating an account to my MacBook Air, it still has its old settings and won't let me find the Applications folder - how do I fix this?

    So I just migrated (using the Assistant) my Admin account from my old Powerbook G4 to my MacBook Air (used) , but now it's disregarding its new Trackpad settings (such as scrolling and double finger tapping, etc.) It also won't let me find my Applications folder (I used Finder), whereas the Admin account can, but see back on my old laptop I this account was an Admin. I feel like there's something written that's telling it to behave like it did on the Powerbook. I don't know - me no professional, yo, that's why I'm here. NOTE: Before I migrated, I'd started using the Admin account on here; for example, I signed in with my appleid since I figured the accounts could be merged - guess not. A family member's been helping me, but I wanted feedback from the forum.
    Thanks, guys!

    What exactly is the error you get?
    How are you attempting this copy?
    There's almost certainly a way to accomplish what you want to do (probably best from the terminal possibly copying the entire user dir and fixing up permissions, etc.) but I'm not sure you will end up with the results you want.  There are plists in the preferences dir that you probably don't want to copy over (e.g., many of the com.apple.* prefererences).  And many apps also create more than just plists.  There may be stuff in Application Support, LaunchAgents, Internet Plug-Ins, etc.).  And this would be stuff you do want to copy.  Bottom line is it is not a trivial exercise which is probably why the system is slapping your hands for even attempting it

Maybe you are looking for

  • I own CS6 on my old laptop and can't find the discs.  How can I recover it and install it on my new laptop?

    I have the serial number for CS4, and I have the box for CS5, but can't find CS6.  However CS6 is installed on my old laptop.  I am moving to a newer laptop, and discovered the absence of the discs.  I probably stored in my office and can't find them

  • Application server file deletion

    i am uploading data from LSMW. I Have to delete the '.CONV ' AND '.READ' files form application server. please send the code . Thanks laxmi

  • Best Practices for editing

    I have a large document (college course catalog) that I need to produce. I have a previous version in publisher. I need to have various individuals edit specific sections of the catalog. I am wondering if anybody has any suggestions on the best way t

  • Incorrect Caller ID on calls from outside line via FXO port.

       Have a public phone line connected to my CUCME 2801 router VIC2-2FXO card. All inbound calls are passed to DN-5001 (group number). Can receive and send calls without a problem, but incoming calls all show "911" for caller ID. Think this is simply

  • Production costs for material with price control V

    Dear all, Can anyone pls tell me, how will the costing occur for a material produced in-house and having price control 'V' ? I am not able to see the target costs. Also kindly tell me the settings to be done in CO, like target cost version, valuation