Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>JobRequirement



Index

JobRequirement

JobRequirement


Definition


A qualification type that is required in order to be able to perform
the tasks related to a specific post (job, position, or a similar object).


Purpose


Requirements can be used to map the qualifications, competencies,
licenses, skills, characteristics, knowledge, and so on, required for a post.


A requirement is defined for a post by creating a relationship between
the post and qualification type in question. The extent to which a requirement is required can be defined for each relationship.


Structure


The requirement of a position contains information on the:


  • Validity period

  • Proficiency

  • Integration


    You create relationships between qualification types and posts (and you
    specify proficiencies) in the requirements profile of the object in question.


    Example


  • Post A requires English language skills (proficiency: 'Native speaker')

  • Post B requires a driver's license (proficiency: 'Yes')

  • 11-Dec-2005


    Methods

    Available Methods


    • Change : Create, Delete or Change Requirements Subprofile [ BAPI_JOBREQUIREPROF_CHANGE ]
    • GetList : Read requirements profile [ BAPI_JOBREQUIRE_GETLIST ]

    11-Dec-2005


    Change

    Change


    This method edits the Requirements subprofile of the selected planning object for the period specified.

    If, for example, the planning object is a position, you can use this method to:

  • Assign requirements (including the proficiencies required) to the Requirements profile of the position

  • Change the proficiencies of existing requirements
  • Delete requirements from the Requirements subprofile of the position
  • Example

    Notes

    In Customizing, you specify which object types can have a Requirements
    subprofile. For more information, refer to the IMG steps Define Relationships and Define Profile Views.

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    Authorizations

    Related Methods
    Read Requirements Profile
    Create, Delete and Change Qualifications Profile

    Further Information

    For more information, refer to the R/3 Library (Personnel Development -> Qualifications/Requirements -> Profile
    .


    11-Dec-2005


    GetList

    GetList


    This method reads the Requirements subprofile of the selected planning object for the period specified.

    Notes

    The Requirements subprofile is only defined for certain object types (such as job, position, or work center).


    Authorizations
    You require authorization (structural authorization) to read the Requirements subprofile.

    Related methods
    The method Read qualifications profile reads the Qualifications
    subprofile of the planning object.

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    11-Dec-2005