Explicitly Checking In an Object

There is a different API for checking in each type of object.

You have already explicitly checked in Variables and Parameter definitions (see Check in the Variable and Check in the Parameter.

You may need the following APIs:

  • CDR_PUB_DF_PROGRAM.CHECKINPROGRAMDEFINITION
  • CDR_PUB_DF_PARAMETER_SET.CHECKINPARAMETERSETDEFINITION
  • CDR_PUB_DF_TABLE.CHECKIN

Each of these APIs has the same type of parameters:

  • PIO_BASEOBJECT. Enter CDR_BASE_OBJ_TYPE values to identify the object.
    • company_id Enter your company ID; see Getting Your Company ID.
    • obj_id Enter the object's Object ID.
    • obj_ver = 1
    • object_version_number = 1
    • namespace_obj_id Enter your Adapter Area's Object ID.
    • namespace_obj_ver = 1
  • PI_COMMENT(Optional) Enter the reason you are checking in the Program.