Organisation Management (OM) in ABAP-HR

Hi all,
Will anybody please give me idea/link on Organisation Management (OM) in ABAP-HR.
Anirban Bhattacharjee.

Hi Anirban,
The core areas in HR are -
Recuritment ,
Personnel Administration,
Organizational Management
Organizationtal Development (OD),
Traning and Developemt-this is under Personal developement,
Organizational management mainly deals with the following-
Organization Plan,
Org. Hierarchy,
This mainly deals with the Planning activtiy of the company and
the hierarchy of departments .
It tells abt how the org is structured.
For eg:
Take Dr.Reddy's Labs-
Org- Board of Directors-CEO,COO,CFO are there at this top level,
under this (Org untis are there) - It may span across countries also- Exah head for the country,
Under this Diff departments r postiions are there - Dept for HR, Finance, Quality, Manufacturing etc. here thos head will be there.
Again Sub departments may exts.
for Eg:
HR may have-
HRP(HR planning),
HRD(HR development) etc those head will be there.
Under  each department -  we have employees.
Thhis goes on N levels depending on company structure and its business and uits span across countries.
OD-
mainly deals with the Risk and change management. How a org should make changes to comany, if any change is masde whats its impact on company etc are discuseed under this.
Reply if u have any queries.
Reward if useful.
Chandralekha

Similar Messages

  • Report in Organisation Management

    Hi,
    I want to run a report based on company code and get the employee list to know there manager.
    Help me if there is any report in Organisation Management.
    Thanks,
    Padmaja

    Hi,
    we have standard report S_AHR_61016513 - Report Structure with Persons here you can ask your abaper to make this report Zreport with adding new fields to it(if possibility is there check with your abaper) to meet your requirement.
    or else try using Ad-Hoc query report.
    regards,
    mohammed

  • Floor plan manager in WD ABAP

    Hi All,
    Can you please tell me how to use Floor plan manager in WD ABAP.
    Thanks in advance.
    Sonia

    Hi Neha Agarwal,
    I have a webdynpro leave request application which is in Floor Plan Manager in Java webdynpro.
    My leave request java WD application has 4 different functional steps like view-> edit->review-> complete.
    User completes the steps one by one...and for that there are 4 screens--and user moves from one screen to another after completing each step.
    Now I made the changes in the edit view which has the duration field which needs to be filled with half of the work schedule allocated to the employee per day if they chose half day leave in the application.
    As per the requirement duration field populated the data(half of the work schedule allocated to the employee per day ) but when I hit review button,navigation goes to the next screen duration field has the value of full work schedule (say 8 hours)which suppose to be half of the workschedule .(say 4 hours).
    any clues ?what will be the root cause of this problem..............
    Higher points will be rewarded for the useful inputs.............
    Thanks in Advance,
    Dharani

  • Transport management system in ABAP

    Hello Abappers,
    Could you please provide me with the guided procedure of how the transport management system in ABAP works?
    Please explain it in detail.
    Points will be rewarded for relevant answers.
    Regards,
    Mansi.

    Hi,
    Try these links...
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCTSTMS/BCCTSTMS.pdf
    http://www.bayerbbs.de/fileadmin/user_upload/bbs_internet/pdf/brochures/Einkauf/TM3%20Broschre_en.pdf
    Do Reward points if useful....
    Regards
    AK

  • Regarding Time Management in SAP ABAP-HR

    Hi,
          Can anybody provide the link for Time Management . I want to learn Time Management in SAP ABAP-HR. Please do the needful.
    Thanks in advance.
    Pavan.

    Hi
    http://help.sap.com/saphelp_47x200/helpdata/en/8a/9868bc46c411d189470000e829fbbd/frameset.htm
    Regards

  • Organisation management or business partner groups

    Hi,
    we are using the change request management in the SAP solution manager. All relevant persons are modelled as business partners.
    As we want to use our organisation management (from our SAP-HCM-System) to build the organizational structure of our company.
    Does anybody synchronized the organisational structure or would be to create business partner groups the better way, because only some departments are using the crm.
    Thanks for any hints and reported experiences.
    Kind regards
    Peter Lintner

    Synchronization with HR can of course be done. But if you don't need so complex organization on crm side or even what to have it a bit different, then you can build on crm organization from scratch. That's what we did.

  • Table entries for Personnel administration and organisation management

    Hi ,
    For a functional consultant do we need to remember the table entries where the employee infotypes saved or where the table entries is useful as far as Personnel administration and organisation management is concerned.....
    and one more thing how to create a custom Infotype (employee) detail documentation required ...
    keep me posted
    Thanks

    hi,
    it is really helpful if you rember the table name which holds the information about the infotypes
    table starting with <b>PA</b> contains all the personnel information data
    like <b>PA0001</b> holds the information of<b> infoty0001</b>
    similary you can check for other info types
    and hr haster table like<b> HRP1000</b> or<b> HRP1001</b> hold all the other hr objects including your personnel objects as well as organizational related objects
    <b>infotype numbers</b>
    Four digit number nnnn
    Unique identification
    <b>9000 to 9999 reserved for customer infotypes</b>
    <b>naming convention
    0000 to 0999 – HR Master data  / Applicant data
    1000 to 1999 – Organizational Management
    2000 to 2999 – Time data                     
    4000 to 4999 – Applicant data           
    9000 to 9999 – Customer defined</b>
    defination of infotypes
    <b>Each infotype nnnn requires at least two structures and one table</b>:
    <b>Structure PSnnnn</b>
         Structure PSnnnn contains all of the infotype data fields.
    <b>Structure Pnnnn</b>
         Structure Pnnnn contains infotype key fields and all of the data fields
    from structure PSnnnn .
    <b>Transparent table</b> PAnnnn and/or transparent table PBnnnn
    <b>infotype module pool</b>
    A module pool should be used with each infotype. This module pool is the main program for the maintenance interface for the info type.
    The name of the program is MPnnnn00. Where P stands for Human Resources (personnel) and nnnn is the four-digit info type number.
    Transparent table PAnnnn is required if you want to use an infotype within Personnel Administration.
         If you want to use an infotype within Recruitment, transparent table PBnnnn is required.
    In accordance with the distribution of infotype name ranges, objects P9nnn , PS9nnn , PA9nnn and PB9nnn are assigned to the customer name range.
    <b>infotype screen</b>
    An initial screen
    A single screen
    A list screen
    <b>Initial screen</b> is used as technical interface
    Screen 1000 is used for all info types
    Processed in background and not displayed
    Performs general initialization procedures
    <b>A single screen</b>
    Its an interface between the system and the user.
    It enables to create, display or maintain data records.
    Screen 2000 is used for single screen.
    <b>list screen</b>
    Unable to list all records in info type
    Screen 3000 is used for list screen
    <b>infotype time constrains</b>
    A time constraint indicates whether more than one infotype record may be available at one time. The following time constraint indicators are permissible:
    A    Only one record may exist, valid  from 01/01/1800 to 12/31/9999. Splitting and deletion is not permissible.
    B    Only one record may exist, valid  from 01/01/1800 to 12/31/9999. Splitting is not permissible, but may be deleted.
    T    The time constraint varies depending on the subtype.
    Z    Refers to time management infotypes.
    <b>
    to create infotype</b>
    Transaction code
    <b>‘PM01’.</b>
    <b>enhancing PA infotype</b>
    Start the Personnel Administration info type copier (PM01)
    Enter the info type number.
    Choose Enhance info type.
    Start transaction PM01
    You access the Create Info type screen:
    Choose Enhance Info types.
    In the Info type no. field, enter the four-digit number of the info type you want to create. When you specify the info type number, please remember to enter any leading zeros.
    In the Sub-Objects group box, flag CI Include.
    Choose Create. The Dictionary: Initial Screen is displayed.
    Create the Cl include.
    Choose Activate.
    Return to the Create Info type screen.
    Choose Create All.
    hope this information will help you..
    and don't forget to reward points

  • Is there something wrong with with "Floorplan Manager for WebDynpro Abap"

    Hi,
    Seems like there may be something wrong with the forum
    [SAP Community Network Forums » SAP Solutions » Floorplan Manager for WebDynpro Abap |;
    no-one has got any p0ints (sorry for break but auto guideline logic is stopping the post) in the last 30 days - and it doesn't seem to be for lack of trying...
    [ref to thread where person claims not to be able to r3ward|;
    is this normal?
    Cheers,
    Chris

    Hello,
    And another thread in the same forum,
    [Thread: Change Close button translation in FPM screen  |Change Close button translation in FPM screen;
    where the person closing the thread has stated
    P.S. I did not see radio buttons for rewarding points. I don't how to do it then
    seems like there is some problem in this forum.
    Could you please investigate?
    Thanks,
    Chris

  • Package Management for CodeExchange ABAP projects

    Hi CodeExchange ABAP Contributors,
    according to the size of ABAP in the [https://cw.sdn.sap.com/cw/codex/projects|CodeExchange Project Directory Tag cloud] most of the Projects are ABAP based. Some of them like Twibap, ABAP JSON and ABAP OAuth depend on each other. That is also the case if you want to install packages using [SAPLink|http://code.google.com/p/saplink/], then you need in the most of the cases some [Plugin|http://code.google.com/p/saplink/wiki/pluginList] installed. That can be sometimes very cumbersome.
    As a user of Perl, PHP and Ruby I was using their package management systems like CPAN, Pear and Gems. They provide an easy command line interface to install and update packages. In addition they take care about dependencies.
    I think it's time to start working on a Package Management for CodeExchange ABAP projects. Let's call it ABAP Package Management (APM). SAPLink providing the container to exchange the package and ZAKE to handle the download and install can be a good starting point.
    Let's discuss the problem space here and perhaps we also can involve someone who has perhaps already some experience in building a package management system.
    Best regards
    Gregor

    Hi,
    an XML file to be included into the nugg that describes dependencies on a base of Plugin ID, Plugin Name and Version should be enough.
    The XML should be managed by SAPLink, the hard job is to automatically download and install the plugins.
    How to login to CodExch?
    How to download the certified version of the plugin? A project can delete an old version nugg.
    As you said we need a central instance were the plugin version are versioned and identified univocally.
    Indeed we need a page in code exchange or a tool in release page in order to register the current file as versioned.
    Regards,
    Ivan

  • Personal adminstartion and org management IN HR ABAP

    Hi All,
    can any one explain brief idea about the Personal adminstartion and org management in HR ABAP.
    thanks in advance.
    regds,

    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    Regards,
    Amit
    Reward all helpful replies.

  • Regarding Creation of Action Menu in Organisation Management

    Dear Folks,
    Wether we can create our own action menu under organisation management if yes, can you pls help me out how to create those menu for Organisation management.
    Regards
    Arun

    Hi Arun,
    SPRO-> Pers Mngmt -> Org. Mngmt -> Basic Settings -> Maintain Personnel Actions.
    Regards,
    Dilek

  • Solution manager with EP , Abap and java stack

    i am planning to install Solution Manager 4.0 with Oracle 10G. in win2003 . Along with ..can i install EP,JAVA and Abap (netweaver) in the same server with MCOD??

    avoid MCOD in environments where the systems do not have any transactional relations.
    this is exactly the case between SOLman and any other SAP System.
    Solman should not be installed on production servers use development or qa systems, use 64 bit.
    Peter

  • FLOOR PLAN MANAGER WITH WEBDYNPRO ABAP

    Hi All,
    How to learn FPM , please help me....and please send some doc's...
    Regards.
    Sunil B

    Hello Sunil,
    furthermore to the information above you can have a look into the official documentation within [SAP Library|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9f/95467bbefc4a808fffeba4c5177258/content.htm]. After you have called the link, click on the small icon beside the top title and on the left-hand side a navigation panel will open with further FPM topics. Just open up the tree structure below FPM.
    Another very good info material is our [FPM Developer's Guide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d500f5-5205-2e10-43a6-dd023a5d0818], available on our official [SDN page for the Floorplan Manager|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/00b4312a-ac72-2b10-e0ad-e0219cfeb78e].
    Last but not least an offical FPM classroom training can be booked for the course [NET313|https://training.sap.com/de/en/course/net313-floor-plan-manager-fpm-for-web-dynpro-abap-classroom-092-en-en].
    Have fun and best regards,
    Julia

  • Floor Plan Manager in Webdynpro ABAP

    Hello,
    I want to create a Webdynpro ABAP Application based on FPM (Floor Plan Manager) and using UI BB(User Interface Building Blocks). Are there good tutorials/demos on the same.?
    Any help would be highly appreciated.
    Thanks.

    Hi
    Please go through this...
    it gives documentation.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/9f/95467bbefc4a808fffeba4c5177258/content.htm
    http://help.sap.com/erp2005_ehp_02/helpdata/en/4b/fbb33af3014fdcbde5df8c408cd8b1/frameset.htm
    How to create.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50
    https://wiki.wdf.sap.corp/display/FPM/Home
    and we have seperate forum for FPM.. check
    Floorplan Manager for Web Dynpro ABAP
    Hope it might help you,
    Thanks,
    Kris.
    Edited by: kissnas on Feb 17, 2011 6:11 AM

  • Organisation Management

    Dear Gurus
    I am a fresher in SAP HR.  I have created different org units and below that I have created  again org units, then I created different positions and then I hired different employees under that.
    For Eg:  I created one org unit Human Resource. Under that I created again different org units such as Talent Acquisition, Training, Employee grievances etc.
    Under these different org units I created different positions and then hired different employees.
    Now I am taking out the report for the same by going into Adhoc Qyery. But I am only getting the name of the org unit under which the employee has been hired. I want the name of the domain org unit in my report.
    For eg: if Mr. X has been hired under Talent acquisition , I m able to take out the report which shows the name of Mr A under Talent Acquistion but at the same time I also want the name of the domain org unit i.e. Human resource. I ma not able to get the same.
    Is there any other report which I should run? Kindly guide me for the same.
    Regards
    Harshvardhan

    Hello!
    In the System Info folder of Organizational Management you will have different reports like Organizational Structure with positions, Organizational Structure with Persons etc which combine differrent objects from Organizationa Management. Anyway each reports has an evaluation path (you can configure this in SPRO) in which you say what kind of object do you what to see in report. (you want to see the org structure with positions and persons)
    From Ad-hoc Query you won't be able to see all the org structure with the org unit parent and so on. You need to build reports using ABAP code (there are some standard functions that easily get org structure levels)
    Rares

Maybe you are looking for