SAP Reports / Programs

H23PLOG0 SAP ABAP INCLUDE - Subroutinepool for Payroll Log (SE)







H23PLOG0 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 H23PLOG0 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 H23PLOG0. "Basic submit
SUBMIT H23PLOG0 AND RETURN. "Return to original report after report execution complete
SUBMIT H23PLOG0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subroutinepool for Payroll Log (SE)
Text Symbol: 001 = Modifier missing in t549r.
Text Symbol: 002 = taxinfotype 0273 missing or incomplete.
Text Symbol: 003 = Valid tax calculation constant (percentage) missing in T511K.
Text Symbol: 004 = No valid or more than 1 valid one-off tax % in T5S3H.
Text Symbol: 005 = Valid company tax information missing in table T5S0P.
Text Symbol: 006 = valid tax calculation constant (amount) missing in T511P.
Text Symbol: 007 = No valid or more than 1 valid one-off tax % in T5S3N.
Text Symbol: 011 = Invalid EC type in IT 0273.
Text Symbol: 012 = Org. attributes are missing in table T5S0P.
Text Symbol: 013 = Constant ECONA is missing in table T511K.
Text Symbol: 014 = Constant ECONS is missing in table T511K.
Text Symbol: 015 = Constant ECONU is missing in table T511K.
Text Symbol: 016 = Constant ECONT is missing in table T511K.
Text Symbol: 017 = Constant ECSSF is missing in table T511K.
Text Symbol: 018 = Constant ECCOR is missing in table T511K.
Text Symbol: 019 = Constant ECREG is missing in table T511K.
Text Symbol: 020 = EC info not found in IT 0273-1.
Text Symbol: E00 = Constant ARBEA is missing in table T511K.
Text Symbol: E01 = Fehler bei GO-NOGO-NATIO
Text Symbol: FLD = No value in table &1 for field &2


INCLUDES used within this REPORT H23PLOG0

INCLUDE H23PLOG1.
INCLUDE H23PLOG_ERR.


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 H23PLOG0 or its description.