1. SAP Help Portal - Payroll Functions and Operations:
Function GON (Go On / No Action): "The function checks whether the employee has been rejected during the data import phase. If so
processing is terminated for this employee." This directly supports the answer
as rejection is a consequence of incomplete master data.
Function WPBP (Read Basic Data): "The function reads the infotypes Organizational Assignment (0001) and Basic Pay (0008) and makes the data available for the payroll run."
Function ENAME (Read Name): "The function reads the employee's name in the infotype Organizational Assignment (0001)."
Reference Location: SAP ERP Central Component -> Human Resources -> Payroll -> Payroll -> Tools -> Payroll Driver (RPCALCx0) -> Functions and Operations in the Payroll Schema. (This structure is consistent across SAP documentation versions).
2. SAP Training Courseware - HR400 (Payroll Configuration):
Unit: Payroll Schema: This course material details the structure of standard schemas like X000 and sub-schemas like XBDO. It explains that the initial block is for data retrieval and validation. The function GON is explicitly identified as the check to see if the employee should be processed further or skipped due to missing core data. (e.g.
Section on "Basic Data Processing").