1、 Reading Basic Data
subschema: XBD0 用来读取payroll的基础数据;
Function BLOCK 用来Structure payroll log;
2、Filling Internal Tables
functions:
WPBP : 将payroll period 内有效的 master data, work center data, and basic pay data fill 到internal table:WPBP;
将payroll period内有效的basic pay wage types fill到internal table: IT;
basic pay wage types在一个payroll period内通常是不变的,
如果Various partial periods 包含不同的数据,则在WPBP and IT 中,这些项目被分配了split indicator,即
系统为每一个partial periods在table WPBP和IT中生成一条entry;
GON :Data Completeness , check 是否所有的master data都已经导入了,进一步的处理才可以进行;
检查的procedure各个country是不同的,但是Work Center是不可少的(IT0007);