SAP HR functional Module -Need to specialze all modules or specific

Hi All,
     Hope all are fine...  I started learning SAP HR(functional).Basically I am a ABAP technical guy.I realized that each module like PA,OM,TM & PAYROLL are conver vast areas.I would like to know ,from career perspective,whether i need to specialize in particular area like OM  alone thoroughly or need to concentrate on all modules.Which will be helpful in market?.Based on you friends reply,i need to move.Please advice and assist....
Thanks,
Raj.

Most I see are usually specialized into the following groups...
PA/OM/Benefits
Time (sometimes Time/Payroll but then a specific payroll...like US Payroll...or interfaces to 3rd parties like ADP)
Payroll
ESS/MSS/HRAS
Other (Recruiting, Learning, Perf. Mgmt,  etc)

Similar Messages

  • Lst of all sap standard function modules???

    can anyone provide with a list of all sap standard function modules??? I am currently working in Product costing.As per my Functional specification i need to find the number of cost centers in a cost center group.we guess that this information will be available from a function modules.so can anyone provide all the function modules of sap.

    Hi,
    Check this link :
    <a href="http://www.erpgenie.com/abap/functions.htm">http://www.erpgenie.com/abap/functions.htm</a>
    -SatyaPriya

  • Where-Used List: Modifying SAP standard function module

    Hi,
    We have decided to modify SAP standard function module SD_SCHEDULING. But before that, we need to understand what impact this modification will have in the system. We will also estimate the risks with this modification.
    Therefore, I have taken Where-Used List for this function module. We are aware that this list is not comprehensive.
    Do you know any other way we could use to understand better what impacts this kind of modification may have? My colleagues say that this is the only way.
    Thanks in advance for your help.
    Regards,
    Jarmo Tuominen

    Hi Jarmo,
    Try this
    1). Goto Se16 and check the contents of table 'CROSS'.
    2). Enter 'F' in the first selection screen field
    3). In the NAME field enter the Function module SD_SCHEDULING and execute.
    4). The list will give you where all the FM has been used.
    Kindly note this is almost the same as doing a where used list. The where used list will only work correctly if the 'Update Navigation Index' works correctly in your system. So just to ensure the result of your where used list you can follow the above steps. This does not require the Update Navigation Index.
    Hope this helps
    Cheers
    VJ

  • SAP Standared function module in BODS

    Experts,
    I know that we can not use SAP standared function module as a source in data services, we can use a function module in transformation but again we have to start from a file or table as a source and load into a target (Function Module can not be an end point of a dataflow - as it is used in the transformation and each transformation requires a source and a target).
    Is this statement correct ? ?. Please let me know.
    Here I have some Raw descriptive data in SAP and with some standared functional module which I need to call in BODS. Is it possible by some way to take it as source ..?
    Thanks in Advance.
    -Deep

    Hey,
    Any relevant inputs are much appericiated..!!
    thx
    Deep

  • SAP FI functional module

    Hi Guys.........I am new in SAP community and need your expert advise on SAP FI functional module. I shed some light on my career. I have done master's in Accounting and I have been working as a system officer on Sap as a user end for last 4 years.Since last 1 year I am planning to cross the fence and to start my career at functional side ( FI CO certified).However after discussing with mates at work now I am bit confuse. They say after spending huge money on course and being a fresher Its hard to get a job. I would really appreciate if anyone can give me a good advise.
    Edited by: divyanshraheja on Jul 24, 2010 6:35 PM

    Dear,
    Anytime, anywhere there is nothing Hard to achieve. World population increasing day by day.. but still arriving new born as new citizens in universe. So, the world will never end or never difficult to reach. Only thing is the direction and efforts you put. Just go ahead with right direction AND IMPORTANTLY CATCH THE WEAK POINTS OF MARKET OR CLIENT. If you can present them with a WISE solutions how to overcome their WEAK points and which makes them STRONGER... you will be a HERO. Either ERP or someother ...
    I am not saying your friends are wrong, definetely competiton is there.. he only the winner who courage and achive his goal. Go ahead and be confident. Just remember.. at the begining everyone of us are a fresher at somepoint at sometime.
    Regards,
    Syed Hussain.
    Edited by: Syed Hussain on Jul 24, 2010 12:12 PM

  • SAP provided function module to update picking confirmation in VL02N

    Hi
    In transaction VL02N , the quantity,net weight and batch inf is updated manually.So the question is there any SAP provided function module to update picking confirmation instead of using BDC/call transaction method?

    Hi,
        Use below FM :
    Clear : i_prot.
    refresh : i_prot.
    Delivery Update
    CALL FUNCTION 'LE_MOB_DELIVERY_UPDATE'
    EXPORTING
    do_commit = 'X'
    TABLES
    t_delivery_items = i_lips
    prot = i_prot
    EXCEPTIONS
    conversion_overflow = 1
    essential_data_missing = 2
    error = 3
    nothing_to_update = 4
    lock_after_update_failed = 5
    error_in_delivery_update = 6
    OTHERS = 7.
    COMMIT WORK.
    Pass lips-lgort..
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=4212688&messageID=3855382
    Regards

  • Error in the SAP standard function module 'RSDRI_INFOPROV_READ'.

    Hello Experts,
    We upgraded from 3.5 to 7,0 support pack 17 .
    After upgrade we are getting error
      with return code 11 'Others´'.
    While debugging the standard function module we found that the standard method s_r_infoprov->read is being executed with the return code = 8 (inherited_error).
    Any suggestions?
    Regards,
    Vivek

    Not sure if the parameters provided were correct,you may wish to do a sanity check
    Input Parameters:
    1. I_INFOPROV - This will hold the Name of the Info Cube from where we need the pull the data.
    2. I_T_SFC - This parameter is in the format of Internal Table which holds the Character Info Objects we need to pull from the Source Cube.
    3. I_T_SFK - This parameter is also in the format of Internal Table which holds the Key Figure Info Objects which we need to pull from the Source Cube.
    4. I_T_RANGE - This is also in the format of Internal Table which holds the Selection criteria for which we need to pull from the Source Cube u2013 For example the Company Code u2013 001 and Fiscal Year Period u2013 001/2006.
    5. I_T_REQUID u2013 Selection of cube data based on Request Id.
    6. I_SAVE_IN_TABLE u2013 In case you need to save the data in DB table
    7. I_REFERENCE_DATE u2013 This holds the current date.
    8. I_AUTHORITY_CHECK u2013 This will hold the value u2018Ru2019, which is meant for READ.
    9. I_DEBUG u2013 This is for Debugging mode and holds the default value u2018Yu2019.
    Output Parameters:
    1. E_T_DATA u2013 This Output Parameter is of internal table format, in which we can mention the output fields (For all the fields mentioned in the Input Parameter, this output parameter will hold the values).
    2. E_END_OF_DATA u2013 Once the FM is executed successfully, this output parameter will hold the value u2018Xu2019, means extraction completed successfully.
    Hope it Helps
    Chetan
    @CP..

  • Can Universe be on SAP-R3(Function modules,tables)

    Hi Folks,
    I know we can create Crystal reports from SAP-R3 and as well as BW. Likewise is there any way to create a Universe based on R/3 Function modules and tables? I am able to see only 'SAP Business Warehouse' as a 'Database driver' under 'SAP Database middleware'. Please let me know whether it is feasible or not?
    Thank you,
    Best Regards,
    Preetham

    Hi Dider,
    Thanks for your information. But, I wanted to know that we have to bring the data from R/3 to BW (warehousing) then create a universe on top of it or is there any plug-in or patch required to create a universe on or Business objects will be working on it to support it in the near feature or its not at all possible to create a universe on top of R3?
    Thank you once again!!!
    Best Regards,
    Preetham

  • Crystal Reports for VS2010 using a custom SAP ABAP function module data source

    I recently worked with Crystal Reports 2011 and was able to connect and retrieve data from our R/3 system via an ABAP function module. While researching other features, I found this version that can be installed into Visual Studio 2010. The parameters are not very user friendly in Crystal Reports so I was hoping to create a custom dialog to collect my report parameters.
    Does anyone know if I were to install Crystal Reports for Visual Studio 2010, would I be able to design a front-end selection screen in a Visual Basic form and then pass the input to through the Crystal Reports connection to my ABAP function module to retrieve the data filtered on the back-end by the selection screen parameters and return the results to be reported in the Crystal Reports output?
    I am using Visual Studio 2010 Professional Visual Basic with the .NET Framework 4.0 on 32-bit Windows 7. I was able to connect to our R/3 system in Crystal Reports 2011, so if I were to install Crystal Reports for VS2010, would there be a similar way of connecting to SAP?
    Any assistance or direction would be greatly appreciated.
    Thanks,
    Bryan

    Hello Bryan
    I don't know for sure, but I doubt this will work in CRVS2010. Only hope is that the utility available for download in this KBA will point you in the right direction.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • SAP defined function modules for developing CIN.

    Hi Experts,
                     Please any one tell me the Function modules developed by SAP to implement CIN. Thanks in Advance.
    Thanks and Regards
    Srihari.

    I found out the solution.

  • SAP API Function Modules used in standard REACh Campaign

    Hi friends,
    How can i find the standard SAP function modules that are used in the REACh Campaign from portal? For eg: The API used for the search campaigns.
    Thanks in advance,
    Ram

    Hi friends,
    How can i find the standard SAP function modules that are used in the REACh Campaign from portal? For eg: The API used for the search campaigns.
    Thanks in advance,
    Ram

  • Sap script function modules

    Hi this is saroj.
    1.can any body tell me what is the function of open_form,write_form,close_form,start_form,end_form
       in script.
    2.can we have a selection screen for the script where we can give inputs.
    regards
    saroj kanta maharana

    [Open_form|http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset.htm] - The function module OPEN_FORM opens form printing. You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...).
    [Start_form|http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba34494511d182b70000e829fbfe/frameset.htm] - In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.
    [Write_form |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba41494511d182b70000e829fbfe/frameset.htm]- The system outputs the form element specified in parameter ELEMENT into the currently opened form.
    [Close_form: |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba27494511d182b70000e829fbfe/frameset.htm]The function module closes the form opened using OPEN_FORM. The system executes any terminating processing steps for the last opened form.
    [End_form |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba5b494511d182b70000e829fbfe/frameset.htm]- END_FORM ends the currently open form and executes the required termination processing. After calling this function module, no more form is active. For further output, you must start a new form using START_FORM.
    Please check this [link |http://help.sap.com/saphelp_46c/helpdata/en/d1/802fd3454211d189710000e8322d00/frameset.htm]to have complete idea on scripts.
    Thanks
    Satyasuresh Donepudi

  • SAP HR Function Module for reading RT

    Hi,
    Is there any function module in SAP HR which takes multiple employee numbers and period as input and gives payroll results as output.
    Thanks,
    Nidhi

    There is no FM for that
    But you can try reading the cluster by using import export commands.
    Regards,
    Manu

  • Sap table function module.

    Hi,
    i'm looking for the table that stores the names of the  function module.
    thanks.
    Gil.

    Hi Gil,
    If u want to see the user defined and predefined Function module we can go for the table ' TFDIR'.
    Rgds,
    P.Nag

  • Java wrapper for SAP DMS function modules

    Good morning/evening-
    We are looking to integrate with SAP DMS. (http://help.sap.com/saphelp_nw2004s/helpdata/en/3c/4d26696ab411d3aece000
    0e82deb58/frameset.htm) We'd like to call it from Java and were wondering if anyone had already developed wrappers to leverage JCo and call the following functions?
    SDOK_PHIO_GET_URL_FOR_PUT
    SDOK_PHIO_GET_URL_FOR_GET
    SDOK_PHIO_LOAD_CONTENT
    SDOK_PHIO_PROPERTIES_SET
    SDOK_PHIO_PROPERTIES_GET
    SDOK_PHIO_DELETE
    SDOK_PHIO_CREATE
    If you have any information on this or possibly have some generic wrappers we could leverage please drop me a line.
    Thanks,
    Andy

    Hi,
    the required authorizations based on user action are in the installation guide in the appendix and you can use those authorizations and assign them to the roles
    ingo

Maybe you are looking for

  • How do I get the hardware profile on a Mac Mini

    Please excuse my ignorance, PC user but I do run Linux. I have a Mac Mini and can not relate to the way Apple does things yet. How do I get a hardware profile so I know what hides within the cute little box?

  • HT4236 Problem deleting photo albums from device - previously synced from PC

    I am unable to delete synced photo albums from my device and do not know why. I have changed my settings when syncing to try and remove the photo albums but the albums are still on my iphone. I cannot delete the albums manually on the device either.

  • Syntax of mentioning the delimiter of the record in control file.

    how to specify the delimiter of the record in the control file without mentioning the data file name in the control file? if you are mentioning the name of the data file in the control file the syntax is as follows: LOAD DATA INFILE 'tblAgencies.csv'

  • Displaying Row numbers starting from 1

    Hi every one, I want to display row number as see in the report while printing, as I am using the fallowing formula I am getting row numbers including suppress records which I donu2019t want, right now my row number is starting from 10. Instead of 1u

  • Off set value

    Hi experts,                   we create the query name delivery performance. selection criteria is calyera month and vendor etc. based on the selection we need to get the following result. ex: in the selection screen if u enter the 01.2007 then repor