Show TOC

 Infotype Dialog Module

Each infotype requires a dialog module that represents the interface between the transactions used within Human Resource Management and the infotype itself. The name of the dialog module must be RP_nnnn , where nnnn stands for the number of the infotype.

The dialog module is assigned to an infotype when the dialog module is maintained. You must specify the name of the module pool and the number of the initial screen for the infotype.

The infotype is assigned to the dialog module in the Infotypes Dialog/Database Assignment table (T777D).

Example Example

Infotype 0002 Personal Data uses module pool MP000200 and screen 1000 as its initial screen. Therefore, this infotype requires a dialog module called RP_0002 which accesses screen 1000 for module pool MP000200 .

End of the example.