Start of Content Area

Process documentation PY-TW Processing Advance Payments Using Report Locate the document in its SAP Library structure

Prerequisite

Process Flow

The process to create advance payment using report includes:

  1. Data is read from Basic Pay infotype (0008), Recur. Payments/Deductions infotype (0014) or Additional Payments infotype (0015).
  2. Advance payment is calculated according to the configuration in Rates for Multiple Payments table (V_T7TW50).
  3. A batch input is created.
  4. Run the batch input to create Additional Payments infotype (0015) or Additional Payments Off-cycle infotype (0267).
  5. Check and modify the infotypes if changes are required.
  6. Run the payroll driver. The system generates a payroll cluster report.

Results

Example

The following example shows the formula for calculating an advance payment:

Basic salary

Advance payment rate

Housing allowance

Advance payment rate

Formula : (60,000 *0.5) + (2,000 * 0.4)

: NT$60,000

: 0.5 (from T7TW50)

: NT$2,000

: 0.4 (from T7TW50)

= NT$30,800

(Assuming the pay date is 15-10-98)

Run off-cycle report and batch input, Additional Payments infotype (0015) or Additional Payments Off-cycle infotype (0267) will be updated with NT$30,800 to be paid on 15-10-98.

 

 

 

End of Content Area