What are all Browsers supported for irecruitment module

Hi Guru's,
We are using R12.0.7 oracle application version. I wanted to find out what are the browsers it's supports.
For example:
Mozilla Firefox 3 and till which higher version it will support?
Internet Explorer (IE) 7 and which higher versions?
Safari 3.1.2 and any higher version ?
Chrome 5 and any higher version ?
Please let me know if any one have idea about this versions.
Regards,
Joshna.

We are using R12.0.7 oracle application version. I wanted to find out what are the browsers it's supports.
For example:
Mozilla Firefox 3 and till which higher version it will support?
Internet Explorer (IE) 7 and which higher versions?
Safari 3.1.2 and any higher version ?
Chrome 5 and any higher version ?
Please let me know if any one have idea about this versions.Please see this link:
http://search.oracle.com/search/search?search.timezone=420&search_startnum=1&search_endnum=10&num=10&search_dupid=&exttimeout=false&actProfId=0&q=389422.1+weblog%3AstevenChan&group=Blogs&sw=t&search_p_main_operator=all&search_p_atname=&adn=&search_p_op=equals&search_p_val=&search_p_atname=&adn=&search_p_op=equals&search_p_val=
Thanks,
Hussein

Similar Messages

  • What are  the input parameters for Function Module

    Dear Experts,
    I want to generate a Sales Tax returns report,those fields are not available in my existing Datasources.
    For that i want to write a Generic Datasource with Function Module.
    audat
    bukrs
    vkorg
    vtweg
    spart
    aurat
    auart
    netwr
    mwsbp
    kschl zedp(consition type)
    kschl zvat(condition type)
    ksch   zcst(condition type)
    matkl     material group
    Here what are the Input parameters for Function Module.
    Thanks in Advance.
    Srinivasan.

    Srinivasan-
    For creating a Generic extractor based on a FM, you first of all need to know what is going to be your structure.. i.e. what all fields you need to pull from what all tables. A functional consultant may help you identify the exact DB tables.
    Once you know them, hand over the requirement and the pdf mentioned by Krishna to the ABAP guy, he would be able to take this up further.
    Also decide 1st whether you would be using a full load or delta. There is a slight difference in the way they are built.
    Let me know how it goes.
    -Bhushan.

  • Iphotos Package Contents: What are all these folders for? Is it too large to back up in the cloud?

    Dear experts,  I am quite a newbie when it comes to understanding the Mac filing system, as I originally came from the PC world.  There's lots of things I dont understand in the iMac file viewer and how to organise and backup my photos is an important issue for me.
    I know that if I want to look at the original photo files on my iMac, I can right-click on users/myname/pictures and select "Show Package Contents".
    Question 1 - What are all these folders for?
    Please can someone explain what is the difference between all the folders I see?  Some of them seem to be exact duplicates of the others e.g. Masters, Modified and Originals all seem to have the same content.  So here is a list of folders that I see.  What is in them?, or what is their purpose?
    Data
    Data.noindex
    Modified
    Originals
    Apple TV Photo Cache
    Attachments
    Auto Import
    Backup
    Caches
    Contents
    Database
    iLifeShared
    iPod Photo Cache
    Masters
    Previews
    ProjectCache
    Thumbnails
    Question 2 - Which photo folder should I back-up?
    If I want to keep a physical backup of my photos, which of the above folders should I copy to an external hard drive?  (I use Get Backup to automatically  copy all important new or changed files to an external drive)
    Question 3 - Using the cloud: What is the best way to backup my large photo library in the cloud safely? 
    I would like to have some kind of safe backup in the cloud for my photos.  However the size of the iphoto library is huge at 165GB.  Even the Masters folder is huge.  It is 130GB.  Is it possible to back up files of this size in the cloud?  I have a couple of services called photo streaming and Dropbox, but they don't seem to be able to handle this kind of size.  Photo streaming only works with 1000 photos (as far as I can tell), and my Dropbox probably has a limit too.  I guess it's about 5GB.  I am already using about 3GB of my Dropbox space for other files.  I would consider both paid and free solutions.
    Many thanks to all the experts for your help!

    know that if I want to look at the original photo files on my iMac, I can right-click on users/myname/pictures and select "Show Package Contents".
    Don't do that. That's like opening the hood of your car and trying to figure out what all the different bits and peices are and which you can yank out and dispose of. Simply, there are no user-serviceable parts in here.
    So, your Question 2:
    You back up the iPhoto Library as a single unit.
    Most Simple Back Up:
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store
    Your question 3:
    There is no good back up to the Cloud. There are a couple of reasons for this. One is that the datasets are so large and the cloud services shapre their download speeds. This means restoring can take days to complete. Then, and this is the big problem, the iPhoto Library needs to sit on a disk formatted Mac OS Extended (Journaled). Bluntly, no servers online are formatted appropriately, and if the Library is written to - by an incremental back up, for instance - there is a very high likelihood that the library will be corrupted.
    Your Question 1:
    The Library you're describing there sounds like one that has been updated a few times. Not everything you list there is a folder. Some will be aliases.
    The Data folders hold thumbnails.
    The Masters and Originals folders hold the files as imported from the camera
    The Previews hold the versions of the edited photos that are accessed via the Sharing mechanism.
    I think if you look losely that you'll notice that one of the Data folders and one of either the Masters or the Originals folders is actually an alias.
    Everything else is a database or cache file of some form. All are required for iPhoto to work.
    As an FYI:
    For help accessing your photos in iPhoto see this user tip:
    https://discussions.apple.com/docs/DOC-4491

  • What are all the types of Function module?

    Hi,
    What are all the types of Function module.
    Pls reply me.

    Hi,
    Function modules are one element. There are no types. However sometimes an RFC enabled function module is referred to as RFC Function module, but really it is just a function module. Also BAPIs are function modules, but are usually referred to as just BAPI as opposed to BAPI Function module.
    There is no different function module types , but calling the function module will be different.
    check this function calls syntax
    1. Calls a function module:
    - CALL FUNCTION func.
    2. Call a function module in a different mode (asynchronous Remote Function Call):
    - CALL FUNCTION func STARTING NEW TASK taskname.
    3. Call a function module in the update task:
    - CALL FUNCTION func IN UPDATE TASK.
    4. Call a function module in a remote system (Remote Function Call, RFC ):
    - CALL FUNCTION func DESTINATION dest.
    5. Asynchronous call to a function module with transactional processing (transactional Remote Function Call):
    - CALL FUNCTION func IN BACKGROUND TASK.
    qRFC with output queue
    6. Call a function module that can be activated in the context of enhancements:
    - CALL CUSTOMER-FUNCTION func.
    plz go through the below links
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm
    Thanks,
    Reward If Helpful.

  • What are minimum passing parameters for function module CS_BOM_EXPL_MAT_V2

    Hi
    Im going to use FM: CS_BOM_EXPL_MAT_V2 and I want to only pass WERKS, but when I execute FM is gives exception as CALL_INVALID.
    I saw all the Import parameters are Optional, but I think I need to pass more inputs to FM.
    Please let me know what are MINIMUM input parameters required to run this FM
    Thanks

    Hi
    In my requirement, there are range of WERKS and MATNR which has to be given from selection screen, where as In CS_BOM_EXPL_MAT_V2 function module I can only give single value for WERKS and MATNR.
    Can any one guide me how can I implement this?

  • Screensavers, what are all the options for?

    I recently got and 2nd generation apple tv. I'm a little bit confused about the Screensavers list available under settings > Screen Saver > screen savers. I man there is a lists of Screensavers there: random, flip-up, floating, holiday mobile and so on. I though that these were different effects for showing the pictures; however I have selected some of them and the Screensaver is always the same, all the pictures slowly flying bottom up. So, can someone explain what are these for?
    Thanks!

    Yeah, I have tried that. For everyone to know, my screensaver settings are as follows:
    Start after: 2 minutes
    Show during music: Yes
    Photos: my library
    Screensavers: any, I have tried them all
    After selecting any of them I have tried both, previewing and waiting until it shows, the result is always the same; photos flying slowly from the bottom to the top.

  • What are all the patches for Sun C++ 5.8

    Hi
    Will you Let me know all the Patches for CC: Sun C++ 5.8 2005/10/13 on Solaris 5.8 Sparc
    Please provide the URL
    Regards
    Revathi R

    Initial releases of Studio are free, but patches require an Oracle support contract.
    You can get information about patches and support at My Oracle Support (MOS):
    http://support.oracle.com/

  • What are all the tables for when you  create a queue?

    I'm just getting started with Advanced Queuing on 9i db.
    When I create a queue table, I noticed that server other
    tables are created at the same time, with the following appended to the original table name: H, I, NR, S, _T
    Some of them are also indexed. I figured out that the _S
    version is for the subscribers, what are the others?
    Thanks,
    Tim

    I'm just getting started with Advanced Queuing on 9i db.
    When I create a queue table, I noticed that server other
    tables are created at the same time, with the following appended to the original table name: H, I, NR, S, _T
    Some of them are also indexed. I figured out that the _S
    version is for the subscribers, what are the others?
    Thanks,
    Tim

  • SharePoint 2013 - What are all requirement components for People Pickers to list, search, display, and assign users permission

    Hi All
    the past few months, I have been working with permission issues related to SharePoint 2013 site permission settings using People Pickers to list, search, display users to assign or check permission.
    Our environment include multiple domains and few forests. Our SharePoint farm is installed on one domain but the good thing is our AD structure are configured to have all other domains and forests with 2 ways trusts with this domain so domain
    users are authenticated and can access SharePoint just fine. Also SharePoint use default claim authentication.
    The problem is People Picker is not display all domains user accounts when site owners need to assign permission. So to resolve the problem, I had provisioned
    SA - User profile service and Import AD domain user accounts (one way) into Sharepoint.
    I configured stsadm.exe -o setproperty -pn peoplepicker-searchadforests -pv
    for all domains and forests (eventhough, as mentioned we do have 2 ways trust)
    and sometime tried different query (user last name, domain\logonname, email address) if one is not showing.
    With all that added, People Pickers seem to find and display user account for all domains now.
    My question now is do UPS and all AD domains users need to be imported into SharePoint and STSadm configuration are required in order to have all domains user accounts to display in People Pickers so the site owners can
    find them and assign permission when needed?
    Please share your advices, comments as they are really valuable to me.
    Thanks
    Swanl

    UPS and people pickers are virtually unrelated. The only connection between them is to do with caching and updating user names and emails if they change over time, or in other words not relevant to your situation.
    To answer your question directly; Nope, you do not need to set up synchronisation connections to a domain to be able to pick up a person in a people picker. As you've seen you may need to run some STSADM commands to make sure they are checking the right
    places.

  • What are all the settings for getting mean ,St.deviation & CP & CPK value

    Dear All.
    What settings i need to do for getting mean , standard deviation , CP & CPK values in standard reports of QM.
    like MCVD.
    Rgds,
    Mani

    Hi Kevin,
    Set the length of 0MATERIAL and change conversion to alpha:
    Re: Error Installing 0MATERIAL from Business Content
    Best regards,
    Eugene

  • What are all mantatory fields for BAPI_ACC_INVOICE_RECEIPT_POST

    Hi Friends..
    I tried to use BAPI_ACC_INVOICE_RECEIPT_POST for FB60 transaction.
    But whenever I gave input it throws some error message in return statement.
    So plz let me know the mantatory input fields for the BAPI "BAPI_ACC_INVOICE_RECEIPT_POST"
    Thanks in Advance.
    Thanks
    Gowrishankar

    Hi,
    Check in the import  tab of the BAPI the parameters that are not marked as optional are mandatory --DOCUMENTHEADER(Table)
    Regards,
    Bhanu

  • What are all the buttons for on my x201?

    I recently purchased an x201 Tablet multitouch (2 fingers and pen), and I absolutely love it.  I was wondering if anyone can point me to where I can find a users guide for my new toy.  Specifically, the fn combo actions.  I purchased it refurbished and I think that I may have mobile broadband, but I'm not able to tell.  Any suggestions on how to find that out?  Thanks in advance!
    Solved!
    Go to Solution.

    Here's the manuals for your system.The hardware and maintenance manual will show you where everything is. You should have a simm card slot on your machine. You'll need to know the complete model number that's on the bottom of your laptop in order to find out whether you have broadband or not.
     http://www-307.ibm.com/pc/support/site.wss/product.do?subcategoryind=0&familyind=512259&brandind=10&...
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • What are all Modules come under sales,service and marketing in Oracle CRM?

    Hi All,
    This is Hemanth writing in. I'm new to oracle CRM implementation in client side through Oracle Business Accelerator Methodology . I want to map sales ,service, marketing Modules.
    Our client Company is manufacturing crane, tower crane,cutting bending machine.
    what are all Modules come under sales, service and marketing ?
    In Which module we can map the Trade management and logistics ?
    Thanks in Advance
    Hemanth.C

    hi prakesh,
    firstly, cic winclient is an older version and obsolete so its better to implement the new crm version.
    secondly, in any case if you want to implement, then your 3rd party raw data has to be mapped with the SAP system which could be a problem. Middleware could be a lot of effort. Rest all depends on how much customization you need for your business requirement in cic and sales. In case you are implementing standard functionality mostly then no major complications are expected otherwise lot of development effort may be required.
    regards
    shikha

  • What are all the E-Modules available in SAP HR

    Hi
    Please let me know what are all the e-modules (e-recruitment, e-travel....) available in SAP HR
    Thanks
    Manian

    Hi,
    Almost all the Modules of SAP HR has Web Applications. We have ESS/MSS applications for Personnel Administration, Personnel Management, Travel, Training And Event Management (LSO), Time Management & Recruitment.
    Regards,
    Suba

  • What are the pre requisites for E-Recruitment module?

    Hi all,
    What are the pre requisites for implementing E-Recruitment module ?
    Does it require Hr module or as stand alone it can work?
    Regards.
    Rajendra

    Thanks Aniket
    Will the following configuration work as e-recruitment stand alone mode.
    WAS with ABAP stack + E-Recruting 6.0 sp + Java stack + Portal + ESS MSS Business package ( for e recruiting).
    Regards
    Rajendra

Maybe you are looking for