Show TOC Start of Content Area

Background documentation Modules in Dialog Maintenance  Locate the document in its SAP Library structure

ADDR_DIALOG_PREPARE, ADDR_PERSONAL_DIALOG_PREPARE, ADDR_PERS_COMP_DIALOG_PREPARE, and ADDR_CAM1_DIALOG_PREPARE

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.

ADDR_EXP_SUBSCREEN, ADDR_PERSONAL_EXP_SUBSCREEN, ADDR_PERS_COMP_EXP_SUBSCREEN, and ADDR_CAM1_EXP_SUBSCREEN

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.

ADDR_DIALOG, ADDR_PERSONAL_DIALOG, and ADDR_PERS_COMP_DIALOG

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.

 

 

 

 

End of Content Area