SAP Reports / Programs

H03PLOGA SAP ABAP INCLUDE - Payroll Log for Semiretirement in Austria







H03PLOGA is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter H03PLOGA into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT H03PLOGA. "Basic submit
SUBMIT H03PLOGA AND RETURN. "Return to original report after report execution complete
SUBMIT H03PLOGA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Payroll Log for Semiretirement in Austria
Text Symbol: G04 = Regular Payments: Wage Compensation Not Reimbursable
Text Symbol: G05 = Regular Payments: Supplem. Amount to Assessment Threshold
Text Symbol: G06 = Regular Payments: Wage Compensation P/K
Text Symbol: G07 = Regular Payments: Payments in Kind Increase
Text Symbol: G08 = Regular Payments: Reimbursable Wage Compensation P/K
Text Symbol: G09 = Regular Payments: Wage Compensation Nonreimbursable P/K
Text Symbol: G11 = Special Payment: Wage Compensation
Text Symbol: G12 = Special Payment: Supplementary Amount
Text Symbol: G13 = Special Payment: Reimbursable Wage Compensation
Text Symbol: G14 = Special Payment: Wage Compensation Not Reimbursable
Text Symbol: G15 = Special Payment: Suppl. Amount to Assessment Threshold
Text Symbol: GS1 = Total Semiretirement Pay Below Assessment Threshold
Text Symbol: GS2 = Nonreimbursable Portions of Wage Compensation (Expense)
Text Symbol: H01 = $1 % of $2 = Contr. for Regular Wage Compensation
Text Symbol: H02 = $1 % of $2 = Contributions for Regular Increase
Text Symbol: H11 = $1 % of $2 = Contr. for Wage Comp. Special Payment
Text Symbol: H12 = $1 % von $2 = Contr. for Increase Special Payment
Text Symbol: H16 = Total Contributions:
Text Symbol: H17 = Contribution Amounts in $1 (Payable by Employer)
Text Symbol: H18 = Contribution Amounts in /T13 (Payable by Employer)
Text Symbol: H19 = Contrib. Amounts (IP) for $1 (Payable by Employer)
Text Symbol: H30 = Total Secondary Contributions:
Text Symbol: H31 = Total Contributions and Secondary Contributions:
Text Symbol: H40 = Wage Compens. $1 + 1/6 for SP $2
Text Symbol: H41 = equals $1 ($2)
Text Symbol: H42 = valorizes
Text Symbol: H44 = Wage Comp. Reimbursement $1 %
Text Symbol: H50 = Anc. Costs $1 + 1/6 for SP $2
Text Symbol: H51 = Ancil. Costs Reimburs. $1 %
Text Symbol: M01 = Amount for gross $1 will be increased by amount for wage type $2
Text Symbol: M02 = (Supplementary Amount from Semiretirement Agreement)
Text Symbol: M03 = Analysis Period: Workplace Split $1
Text Symbol: ULI = --------------------------------------------------------------------------------
Text Symbol: 001 = Semiretirement Agreement
Text Symbol: A01 = Generation of Base Wage Types for Semiretirement:
Text Symbol: A02 = (Percentage in number field is based on the last full pay)
Text Symbol: A06 = Analyzed: Work Center Period $1 ($2 to $3)





Text Symbol: B01 = Check of Reimbursability of Wage Compensation (&1)
Text Symbol: B02 = Reimbursable is a maximum of half of the difference between
Text Symbol: B03 = the last full payments and the semitretirement payments.
Text Symbol: B04 = Value evaluated is payroll parameter $1: $2 %
Text Symbol: B10 = Wage Compensation Granted: $1% for Working Time of $2%
Text Symbol: B11 = Part of the wage compensation granted is not reimbursable.
Text Symbol: B12 = Remaining reimbursable wage compensation is &1%.
Text Symbol: B13 = Nonreimbursable amount of wage compensation is &1%.
Text Symbol: B21 = Regular Portion
Text Symbol: B22 = Spec.Payment Portion
Text Symbol: F01 = Overview of Results for Semiretirement
Text Symbol: F02 = Analysis Period: $1 to $2
Text Symbol: F03 = Semiretirement-Specific Gross Pay
Text Symbol: F04 = Assessment Bases (Within Income Threshold)
Text Symbol: F11 = Contributions Paid by Employer
Text Symbol: F12 = Employer Contributions for Wage Compensation
Text Symbol: F13 = Employer Contributions for Increase
Text Symbol: F14 = ER Contributions with EE Percentage for Increase
Text Symbol: F21 = Secondary Contributions (Amounts) for Semiretirement to Be Paid by Employer
Text Symbol: F22 = Contribution Amounts for Wage Compensation
Text Symbol: F23 = Contribution Amounts for Notional Suppl. Amount
Text Symbol: F24 = Contrib. Amount (IP) for Reg. Payment Wage Comp.
Text Symbol: F25 = Contrib. Amount (IP) for Spec. Payment Wage Comp.
Text Symbol: F26 = Contrib. Amount (IP) for Regular Payment Increase
Text Symbol: F27 = Contrib. Amount (IP) for Special Payment Increase
Text Symbol: F30 = Determined as Reimbursable Wage Compensation (IT0662 Data)
Text Symbol: F31 = Determined as Reimbursable Ancillary Costs (IT0662 Data)
Text Symbol: G01 = Regular Payments: Wage Compensation
Text Symbol: G02 = Regular Payments: Increase
Text Symbol: G03 = Regular Payments: Wage Compensation


INCLUDES used within this REPORT H03PLOGA

INCLUDE RPCDSVA0.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name H03PLOGA or its description.