Moving to SAP HR from SAP ABAP

Hello Friends,
I have around 4 years of experience in ABAP. I now want to move into SAP HR (functional), since I feel that I have now attained a saturation level in ABAP, and need to widen my scope in SAP. Could you please let me know how can I make a beginning towards this area?
Thanks,
Mohit.
Edited by: mohitgoel28 on Sep 16, 2009 7:47 AM

As Sikander bhai said, Process wise you need to get some knowledge.
My suggestion would be to, first get into HR-Abap for year or more and then think about functional consulting. That would give more hands on experience on learning HR Process and Practices, functional and technically.
Also try to analyse your own organizations HR system and try to see the same system in SAP.
Thanks,
SuperHCM.
BTW congrats Sikander bhai on crossing 12000 forum points. Keep going

Similar Messages

  • Calling Non SAP programe from SAP program

    Hi Experts...
    Can we cal Non SAP programs Like Windows EXE programs from ABAP programs ?
    If yes Then How .....
    Regards ...
    ..Ashish

    Hi Ashish ,
    Ya we can call a non SAP program from SAP program.
    For example we can call a EXE program from the SAP program using the RFC connection created in SM59.
    In Sm 59 you can create a TCP/IP connection and give the path of the executable there.

  • How to make data available in SAP PI from SAP BI

    Hello All,
    I have certain data in a INFOCUBE ie in SAP BI and as per my requirement i want to push that data to SAP PI
    Can I get to know the process to make data available to SAP PI from SAP BI..?.
    It would really helpful if i get the step by step procedure for the same.
    Thanks in Advance.
    Regards,
    Foram

    Hi,
    SAP PI is the interface to move file from one system to other system like BI, R/3 etc.,
    Create open hub on top of Info cube based on your requirement. Create logical path and assign physical path to logical path using T-code FILE. Provide that logical path in Open hub destination where the file will be placed. Then SAP PI team will pick that file and process that file as per requirement.
    Thanks & Regards,
    Chandra Sekhar.

  • Books for SAP Script from SAP Press

    Do we have any books published for SAP Scripts from SAP Press ?

    Hi,
    Yes-> http://www.sap-press.de/katalog/buecher/titel/gp/titelID-667?GalileoSession=74564414A2Qf67.aL0Q
    Have also a look at
    http://www.amazon.com/gp/product/1893570142/102-2992344-7930525?v=glance&n=283155&n=507846&s=books&v=glance
    Eddy

  • How to stop start SAP system from SAP transactions?

    Hi Experts,
    How can i stop start the SAP system from SAP screens? Are there any transaction for this  need?
    thanks,
    philaphi

    Hi,
    Use Tcode RZ03 -->  Control --> Stop SAP Instance.
    Best Regards,
    Sachin.

  • Invoke SAP GUI from Webdynpro ABAP

    Hi All,
    I am calling the webdynpro screen (using FM 'WDY_EXECUTE_IN_PLACE') from SAP GUI screen. In the webdynpro screen I have created one button upon clicking the button it should go back to the SAP screen from where I called the webdynpro screen.
    Could some tell me how to do this.
    Thanks in Advance.

    Hi Saba,
    Please check this: [this FM seem to be not supported by SAP and only release internally within SAP|Re: how to exchange data between wda program and abap program?;
    Thanks,
    Duy

  • Requirement: Open Transaction code in SAP GUI from WD ABAP application

    Hello All,
    I have a WD ABAP application which is accessed from SAP GUI and Portal. In SAP GUI, there is report which calls the application URL.
    In the WD application, I need to call a transaction code. At this juncture, I made use of the ITS url. But,, the SSO does not work in SAP GUI.It works only in portal.
    As a solution,we identified the entry point i.e. SAP GUI or portal. Then, based on entry from SAP GUI, we tried to call the transaction code using call transaction statement. But, that replaced the wd application. We instead wanted it as a popup or atleast another session.
    Now, how do we open a transaction from WD screen in another session?
    Also, can we setany configurations in the system to make sure the SSO works for all the transactions i.e. ITS used in SAP GUI.?
    Thank you.
    Regards,
    Sharath

    Hi,
    This question gets asked many times.
    Depending on the circumstances, this can be achieved with varying degree of success
    So here is some code that might help you.
    This can (does) load a Windows GUI.
    Some things to consider.
    1. Browser settings can get in the way a bit, asking the user if they want to open a ".sap" file
    2. The user may have a SAP session open so consider adding a "/o" to the system code.
    3. The Custom variable might want to contain a [Options] section for "Re-use"
    4. The SAPLogon_ID may be required if using SSO (SNC)
    I have modified the code below, but you will get the idea.
    JS
    * Create the shortcut contents
      call function 'SWN_CREATE_SHORTCUT'
        exporting
          i_system_command        = lv_com
          i_saplogon_id           = lv_logon_id
          i_sysid                 = sy-sysid
          i_client                = sy-mandt
          i_user                  = sy-uname
          i_custom                = lv_custom
        importing
          shortcut_string         = lv_string
        exceptions
          inconsistent_parameters = 1
          others                  = 2.
    * Convert to xstring to execute....
      call method cl_http_utility=>if_http_utility~encode_utf8
        exporting
          unencoded = lv_string
        receiving
          encoded   = lv_xstring
        exceptions
          others    = 1.
    * Now call to open the shortcut.
      lv_file_name =  'mytrans.sap'.
      lv_mime = 'application/x-sapshortcut'.
      call method cl_wd_runtime_services=>attach_file_to_response
        exporting
          i_filename      = lv_file_name
          i_content       = lv_xstring
          i_mime_type     = lv_mime
          i_in_new_window = abap_true.

  • Call to webservice External (non sap) system from SAP CRM

    Hi,
    I have to make a call to External system from SAP CRM 5.0 system. The external system will provide a sample webservice which SAP will try to initiate
    Can you please tell me:
    1. What settings/object needs to be maintained in SAP in order to make this call.
    2. how I can make a call to this Web-Service from a BADI and pass the values to web service and also capture the returning value.
    Please explain in detail
    Thanks,
    Mike

    Hi,
    Check this
    Calling web service from ABAP - version 4.6C

  • Upload documents to filenet p8 for sap objects from SAP

    Hi..
    Appreciate if anyone can let me know the process of uploading documents to Filenet P8 from SAP for relevant SAP objects.
    This will also create the link to object and document in the SAP LINK tables..
    Any documents are urls related to this topic are appreciated.
    Thanks.

    Hi,
    The EMC Solutions design center offers a free SAP storage sizing regardless of your current storage vendor.   It can be as easy as providing SAP Earlywatch reports.  See https://community.emc.com/docs/DOC-11310  If you are just looking for the incremental needs from the upgrade to the new release, that is more specific to SAP and your config.  Good Luck

  • Could not stop SAP Server from SAP Management Console

    I have a AS-JAVA Server.
    I am trying to stop the SAP Server from the SAP Mananement console located in http:
    Servername:50013
    It asks me for a user id. I specify the Sidadm user id and the same pop up appear again
    Please assist

    I typed the password of SIDadm and still the popup comes asking me for password
    The password i typed is corect

  • Call to Web Sevice in External (non SAP) system from SAP CRM

    Hi,
    I have to make a call to External system from SAP CRM 5.0 system. The external system will provide a sample webservice which SAP will try to initiate
    Can you please tell me:
    1. What settings/object needs to be maintained in SAP in order to make this call.
    2. how I can make a call to this Web-Service from a BADI and pass the values to web service and also capture the returning value.
    Please explain in detail
    Thanks,
    Mike

    Hi Oliver,
    I have gone through the documentation and had been able to create a proxy object, uploaded the WSDL file (from local directory) and created logical port,
    However, when testing the service, I didn't received a sucess message but
    <CX_AI_SYSTEM_FAULT>
      <CODECONTEXT>Local</CODECONTEXT>
      <CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE>
      <ERRORTEXT>Error when instantiating the Web service runtime (Error when initializing SOAP client application: ' error_text' )</ERRORTEXT>
      <LANGUAGE />
      </CX_AI_SYSTEM_FAULT>
      </cls:CX_AI_SYSTEM_FAULT>
    What might be the Problem ?

  • Is it possible "downgrade" to SAP B1 from SAP?

    Hello
    Is it possible migrate a SAP 4.7 to SAP Business One?
    Is it possible a Database export from SAP and import in SB1?
    Are there tools for this "Downgrade"?
    Thanks

    Hello,
    This question is a bit off-topic for this forum, but let me give you the following hints:
    - SAP Business One and SAP R/3 / mySAP are <u>entirely</u> different products (except that both are ERP systems)
    - e.g. SAP Business One is a two tier software vs. R/3 three tier - hence scalability / performance may differ etc.
    - In some areas SAP Business One and R/3 follow different concepts so that the data cannot just be exported from one system and imported into the other; some kind of "translation" will be required...
    - For SAP Business One a tool named "Data Transfer Workbench" is available to import most of the data from legacy systems
    - I don't know whether this has been tried ever before - since usually there's a reason why someone has previously met a decision for SAP R/3 / mySAP...
    I propose that you:
    - either approach your SAP contact or an SAP implementation partner and/or
    - ask you question in the "SAP Business One" forum in the SAP community forum (www.sap.com/community ...)
    HTH

  • SAP Support  from SAP

    Hello,
    I have SAP Solution Manager with working SAPOSS and SAP Router connection (to SAPSERV3) and need support from SAP.
    Therefore I created the SAP Message, opened the system and created the appropriated user
    Unfortunately it is not possible to log in to the SAP system.
    My question:
    How can the SAP R/3 Support connection could be established and tested?
    Thank you very much!
    regards,
    Thom

    Hi
    For more information tryout these links you would be able to understand:
    http://service.sap.com/upgrade
    http://service.sap.com/upgradeservices

  • Problem in retrieving multiple records SAP xMII from SAP using BAPIS

    Hi friends,
             In SAP xMII i called BAPI_USER_GETLIST by passing import parameters 10 and y.In r/3 BAPI returned 10 rows but In xMII it was returned only one Record.
    i want to display 10 records in sap xmii
    1) I created to connection ECC5 in Dataservices-->SAPSERVERConfiguration
    2)In BLS we placed JCO Interface inside Sequence
    3)In BLS I used ECC5 connectrion(using JCO Interface) and called  BAPI_USER_GELLIST
    4)In Links-->Transaction created two input values for "maxnoofrows","withusername" and output value is "userid".
    Input what i mapped 
    Transaction>"maxnoofrows" =====SAPJCOINTERFACE->Request>BAPI_USER_GETLIST>INPUT-->MAX_ROWS
    Transaction>"withusername" =====SAPJCOINTERFACE->Request>BAPI_USER_GETLIST>INPUT-->WITH_USERNAME
    Output what i mapped 
    SAPJCOINTERFACE->Response>BAPI_USER_GETLIST>TABELS>USERLITS >ITEM>USERNAME=====Transaction-->userid
    5)Saved the Transaction.
    6)In Query Template -->xactuateQuery selected
    7)In Datasource Query mode was selected ,Inputrarams i passed 10 and y as parameters.
    It was returned one user id from R/3 inSAP xMII
    please help me to retrive all  10 rows from r/3
    Regards
    Srikanth

    hi,
    What is the data type of Transaction output (userid)?
    Make this as XML type.
    The format which BAPI returns the result does not match with xMII XML format.
    Create a xMII XML document and configure with column name as userid. and by using repeater and XML row add all tho values to the document. Then assign whole doument to transaction output.
    Hope this will help to resolve the issue.
    Regards,
    Kishore

  • SAP Upgrade  from SAP R/3 4.6 C to ECC6.0,  Delete DMC componenet

    Dear All,
    We are upgrading SAP from R/3 4.6C  to ECC6.0 . Our client has installed DMC in 4.6C as a "Main transport" request .   DMC becomes an Add-on tool in ECC6.0 . SAP pepare phase recognize DMC is already installed in 4.6C  and required  upgrade CD 51031689.  Upgrade CD 51031689 is not available in marketplace and required an restricted access . Actually  we are not using DMC component and would not  planning to upgrade to DMC 6.0 . SAP Upgrade Prepere phase has  facility to mark as "Delete" for unwanted add-on componenets. We are able to select "delete" radio button for other Add-on compoenents  but unfortunately "IS_SELECT" phase doesn't provide me an option to select "delete" radio button .Any  help/suggestions are highly appreciated.
    Thanks
    Mahendra

    Hi
    Try this link, which will give functionality enchancements between different versions of SAP.
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Regards
    Ramakrishna

Maybe you are looking for