Ansicht
Dokumentation

HRIQ_SPECIALIZATION_INSERT - Inserts Specializations for a Student

HRIQ_SPECIALIZATION_INSERT - Inserts Specializations for a Student

ABAP Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module allows you to modify the students' specializations. The new specializations have to be provided in the table IT_SPECIALIZATIONS. For all study objects, the old specializations are replaced with the new ones.

The system carries out the following steps in the function module:

  1. The function module checks the validity of the specializations. This is done using the RFC HRIQ_SPECIALIZATION_GEN_CHECKS.
  2. If no errors occur, all specializations for the study objects that have been entered in the table IT_SPECIALIZATIONS are read. These are collected in the internal table lt_p1001_del which contains the specializations that are to be removed. For the new specializations entered in IT_SPECIALIZATIONS, the system reads some additional data and then collects it in the table lt_p1001_ins (which contains the new records).
  3. The system calls the function module HRIQ_STUDY_SPECIALIZATION_SAVE to update the specializations using the internal tables lt_p1001_del and lt_p1001_ins.

Example

Notes

Further information





Parameters

ET_RETURN
IT_SPECIALIZATIONS
IV_COMMIT
IV_ISTAT
IV_PLVAR
IV_STOBJID
IV_VTASK

Exceptions

Function Group

HRPIQ00SPECIALIZATIONS

Vendor Master (General Section)   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1469 Date: 20240523 Time: 113940     sap01-206 ( 34 ms )