Modules in Dialog Maintenance
These function modules contain the new import parameter IV_TIME_DEPENDENCE. This parameter can have the following values:
IV_TIME_DEPENDENCE = SPACE (Default)
In the dialog, the validity period of the communication data cannot be maintained. Default indicators are set with unrestricted validity.
IV_TIME_DEPENDENCE = 'X'
In the dialog, the validity period of the communication data and default indicators cannot be maintained.
These function modules contain the new import parameters IV_VALID_FROM and IV_VALID_TO. These parameters are relevant only if the parameter IV_TIME_DEPENDENCE = 'X' was transferred in the function module ADDR_*_DIALOG_PREPARE.
The parameters IV_VALID_FROM and IV_VALID_TO contain the validity period of the address that will be maintained. This is the maximum validity that can be maintained for communication data.
These function modules contain the new import parameter IV_TIME_DEPENDENT_COMM_DATA. This parameter can have the following values:
IV_TIME_DEPENDENT_COMM_DATA = SPACE (Default)
In the dialog, the validity period of the communication data cannot be maintained. Default indicators are set with unrestricted validity.
IV_TIME_DEPENDENT_COMM_DATA = 'X'
In the dialog, the validity period of the communication data and default indicators cannot be maintained.
In addition, the fields VALID_FROM and VALID_TO have been added to the structure of the transfer table NUMBER_HANDLE_TAB. The validity period of the corresponding address can be transferred in this table. This is the maximum validity that can be maintained for the corresponding communication data.