HRGBPS_TPMDC_MASTER_DATA is a standard SAP function module that performs Fill Master Data Fields functionality. This is available within standard R/3 SAP systems depending on version and release level.
Below are the pattern details for this FM showing its interface including any import, export and tables parameters. There is also a list of Exceptions and for your convenience any standard documentation available. All this information and more can also be viewed if you enter the function module name HRGBPS_TPMDC_MASTER_DATA into the relevant SAP transaction such as SE37 or SE80.
CALL FUNCTION 'HRGBPS_TPMDC_MASTER_DATA' "Fill Master Data Fields
EXPORTING
p_pernr = " p_pernr Personnel Number
p_begda = " datum Date
p_endda = " datum Date
p_p0001 = " p0001_tab HR Master Record: Infotype 0001 (Organizational Assignment)
p_p0002 = " p0002_tab HR Master Record: Infotype 0002 (Personal Data)
p_p0006 = " p0006_tab HR Master Record: Infotype 0006 (Addresses)
p_p0105 = " hrpaygb_p0105 HR Master Record: Infotype 0105 (Communications)
p_p0185 = " hrpaygb_p0185 HR Master Record: Infotype 0185 (Identification SEA)
CHANGING
p_extract = " p08p_tpmdc_1 TP MDC: Master Data
p_error = " ptm_edimessage Transfer Table with all Sy Fields for T100
. " HRGBPS_TPMDC_MASTER_DATA