BAPI JOBREQUIREPROF CHANGE
Function Module:
BAPI_JOBREQUIREPROF_CHANGE
Functionality
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
Pattern:
CALL FUNCTION 'BAPI_JOBREQUIREPROF_CHANGE'
EXPORTING
PLVAR =
OTYPE =
SOBID =
" IMPORTING
" RETURN =
TABLES
PROFILE_ADD =
PROFILE_DELETE =
" ERR_PROFILE =
.
Show Full Details