SAP Function Modules

Share |

HRGBPS_TPMDC_MASTER_DATA SAP Function module - Fill Master Data Fields


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.

Contribute (Add Comments)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name HRGBPS_TPMDC_MASTER_DATA or its description.

Pattern for FM HRGBPS_TPMDC_MASTER_DATA - HRGBPS TPMDC MASTER DATA
Associated Function Group: HRGBPS_TPMDC
Released Date: Not Released
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




comments powered by Disqus