T4S4  18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
RELSTAT ITK functions

All ITK functions of group RELSTAT supported by T4x. More...

Functions

 RELSTAT_add_release_status__single ReleaseStatusTag ObjectTag RetainReleasedDateFlag
 This function calls the ITK pipe server function ITK_RELSTAT_add_release_status__single to Adds the given release status to single ws_object, with an indicator to retain the released date or not. More...
 
 RELSTAT_create_release_status ReleaseStatusName
 This function calls the ITK pipe server function ITK_RELSTAT_create_release_status to Creates release status object for given input status type. The function initializes start and end effectivity dates and start and end serial numbers to NULL. This means that the released objects will be effective for all dates and all serial numbers. More...
 
 RELSTAT_set_date_effectivity ReleaseStatusTag StartDate EndDate
 This function calls the ITK pipe server function ITK_RELSTAT_set_date_effectivity to Sets the date effectivity on the given release_status. More...
 
 RELSTAT_set_release_status_type ReleaseStatusTag ReleaseStatusName
 This function calls the ITK pipe server function RELSTAT_set_release_status_type to sets the status_type for the given release status. More...
 
 RELSTAT_set_release_status_type__for_object ObjectTag ReleaseStatusName
 This function calls the ITK pipe server function RELSTAT_set_release_status_type__for_object to sets the status_type for an existing release status attached to a given object. More...
 

Detailed Description

All ITK functions of group RELSTAT supported by T4x.

This group specifies all ITK functions of group RELSTAT for which wrappers have been defined in T4x

Function Documentation

◆ RELSTAT_add_release_status__single()

ITK::RELSTAT_add_release_status__single   ReleaseStatusTag ObjectTag RetainReleasedDateFlag  

This function calls the ITK pipe server function ITK_RELSTAT_add_release_status__single to Adds the given release status to single ws_object, with an indicator to retain the released date or not.

Parameters
ReleaseStatusTagThe release_status object tag.
ObjectTagThe object tag to get a release_status object.
RetainReleasedDateFlagThe indicator of whether to keep the released date or not.
Returns
ITK_ok (=0) or list of ITK status and error message

◆ RELSTAT_create_release_status()

ITK::RELSTAT_create_release_status   ReleaseStatusName  

This function calls the ITK pipe server function ITK_RELSTAT_create_release_status to Creates release status object for given input status type. The function initializes start and end effectivity dates and start and end serial numbers to NULL. This means that the released objects will be effective for all dates and all serial numbers.

Parameters
ReleaseStatusNameThe new status type to create.
Returns
List of ITK_ok (=0) and created ReleaseStatus tag or list of ITK status and error message

◆ RELSTAT_set_date_effectivity()

ITK::RELSTAT_set_date_effectivity   ReleaseStatusTag StartDate EndDate  

This function calls the ITK pipe server function ITK_RELSTAT_set_date_effectivity to Sets the date effectivity on the given release_status.

Parameters
ReleaseStatusTag
StartDate
EndDate
Returns
ITK_ok (=0) or list of ITK status and error message

◆ RELSTAT_set_release_status_type()

ITK::RELSTAT_set_release_status_type   ReleaseStatusTag ReleaseStatusName  

This function calls the ITK pipe server function RELSTAT_set_release_status_type to sets the status_type for the given release status.

Parameters
ReleaseStatusTagThe release_status object tag.
ReleaseStatusNameThe new status type name
Returns
ITK_ok (=0) or list of ITK status and error message

◆ RELSTAT_set_release_status_type__for_object()

ITK::RELSTAT_set_release_status_type__for_object   ObjectTag ReleaseStatusName  

This function calls the ITK pipe server function RELSTAT_set_release_status_type__for_object to sets the status_type for an existing release status attached to a given object.

Parameters
ObjectTagThe object tag to get release_status object for the update of the type
ReleaseStatusNameThe new status type name
Returns
ITK_ok (=0) or list of ITK status and error message