Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I can only speak for the Human Ressource componant, but this is a componant where there is a lot of difference between customers, based on a common need.</p> <ul> <li>First, most of the time you set the value for a group, and then associate the object (person, location...) with a groupdepending on one or two values. This is akin to an indirection, and allow for great flexibility, as you can change the association for a given location without changing the others. in a few case, there is a 3 level indirection...</li> <li>Second, there is a lot of customisation that is nearly programming. Payroll or administrative operations are first class exemple of this. In the later cas, you get a table with the operation (hiring for exemple), the event (creation, modification...) a code for the action (I for test, F to call a function, O for a standard operation) and a text field describing the paremeters of a function ("C P0001, begda, endda" to create a structure P001 with default values).</li> <li>Third, you can also use such a table to indicate a function or class (ABAP-OO), that will be dynamically called. You get a developper to create this function or class, and then indicate this in the table. This is a method to replace a functionnality by another one, or extend it. This is used extensivelly in the ESS/MSS.</li> <li>Last, there is also extension point or file that you can modify. this is nearly the same as the previous one, except that you dont need to indicate the change : the file is always used (ZXPADU01/02 for HR modification of infotype)</li> </ul> <p>hope this help<br> Guillaume PATRY</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload