Fonction SAP BAPI_STUDENT_IDENTIFIC_REMOVE - Method: Delete Identification Data of Student

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
IDENTIFICATIONNUMBER BAPISTUDENT_IDENTIFICAT_KEY-IDENTIFICATIONNUMBER C 20 Visa or Registration Number
IDENTIFICATIONTYPE BAPISTUDENT_IDENTIFICAT_KEY-IDENTIFICATIONTYPE C 4 Visa or Registration Type
OBJECTID BAPISTUDENT_HEAD-OBJID N 8 Object ID of Student
PLANVERSION BAPISTUDENT_HEAD-PLVAR C 2 X Plan Version
TESTRUN TESTRUN C 1 ' ' X Switch to Simulation Mode for Write BAPIs

Paramètre Reférence Long. Facultatif Description
RETURN BAPIRET2 548 Return Messages

Functionality
This method reads the identification data of a student for a given visaor registration number or a given visa or registration type.
In this context, identification data refers to visa data or residencepermit data.

Notes

Required Entries
At least the parameters OBJECTID, IDENTIFICATIONTYPE, andIDENTIFICATIONNUMBER must be transferred to the method to ensure acorrect method call.

Authorizations
Authorization object PLOG (Personnel Planning) with the followingfields:

  • Infotype (value 1712)

  • Object type (value ST)

  • Status (ISTAT value 1)
  • Return Messages of the Method
    Return messages from the method call are collected in the parameterRETURN. For more information, see the parameter documentation.

    Data Update
    INCLUDE PIQBAPI_UPDATETASK

    Method Simulation
    You can simulate the functions of this method. For more information,see the documentation of the parameter TESTRUN.

    Description
    This field contains the number of the visa or registration.
    INCLUDE BAPI_DATAELEMENT

    Description
    This parameter contains the type of visa or registration.
    INCLUDE BAPI_DATAELEMENT

    Description
    INCLUDE BAPI_KEYFIELD

    Description
    INCLUDE BAPI_KEYFIELD

    Description
    With this parameter, you can control simulation of the method. In thetest mode, the method only checks if the data record to be deletedexists on the database.

    Value range

    • 'X' = Call method in simulation mode

    • ' ' = Call method in update mode
    • Default
      The default setting is ' ' (call method in update mode).

      Description
      INCLUDE BAPI_TABLE
      INCLUDE BAPI_DATAELEMENT

      Value range
      The method returns the following messages, among others:
      Message,,Message text
      i325(HRPIQ00ST),,*** Test Mode: &1 &2 &3 ***
      s014(BAPI),,A subobject has been deleted from instance
      ,, &2 &3 of object type &1
      e015(BAPI),,The subobject has not been deleted from instance
      ,, &2 &3 of object type &1