SAP Reports / Programs

RPBESH00 SAP ABAP Report - Display Statement







RPBESH00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report should not be started online...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPBESH00 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 RPBESH00. "Basic submit
SUBMIT RPBESH00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPBESH00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PR-STATU = Statement Status
Selection Text: PR-SEQNO = Sequence Number
Selection Text: PR-PERNR = Personnel number
Selection Text: PR-MOLGA = Country grouping
Selection Text: PR-BSART = First Page ID
Selection Text: PR-BESNR = Statement Number
Title: Statement Display Report
Text Symbol: APB = Continuation of Info. on "Gross Remun.Liable to Insurance"
Text Symbol: APK = There is no data for the appendix.
Text Symbol: APO = '
Text Symbol: APP = With the Personnel No.
Text Symbol: APQ = for
Text Symbol: APS = ---------------------------------------------------------------------------
Text Symbol: APV = Contin.of "Previous Illnesses" Information
Text Symbol: CUR = DM
Text Symbol: DRU = Print, Delete, or Display
Text Symbol: ERL = Explanation
Text Symbol: ERS = Created on
Text Symbol: FRE = Release
Text Symbol: NEI = No
Text Symbol: NOF = Not found
Text Symbol: SCH = Fast entry
Text Symbol: TW1 = Statement Already Exists
Text Symbol: TW2 = Save Statement Anyway
Text Symbol: YES = Yes
Text Symbol: APA = Statements Appendix
Text Symbol: 001 = Statement :
Text Symbol: 002 = Created on :
Text Symbol: 003 = Printed on :
Text Symbol: 005 = By :
Text Symbol: 007 = Current Change Number :
Text Symbol: 008 = Time :
Text Symbol: 009 = Statement Information
Text Symbol: 010 = Statements
Text Symbol: ABS = Work hours
Text Symbol: ABT = Workdays
Text Symbol: AE1 = The statement period was brought forward by a month,
Text Symbol: AE2 = as the payroll day of the last statement period





Text Symbol: AE3 = is after the date of leaving.
Text Symbol: AE4 = after the starting date of selected absence.
Text Symbol: ANZ = Display
Text Symbol: AP0 = Continuation of "Payroll Results" Information
Text Symbol: AP1 = Continuation in Line
Text Symbol: AP2 = Detailed Info. on "Other Benefits" (Pay Subject to Tax-Prev.Yr)
Text Symbol: AP3 = Continuation of Information on "Other Benefits" (General)
Text Symbol: AP4 = Continuation of Information on "Work Relationship"
Text Symbol: AP5 = Continuation of Info. on "Absences"
Text Symbol: AP6 = Detailed Info. on "Other Benefits"(Wge Tpes Sub.to Tax):
Text Symbol: AP7 = Detailed Info. on"Other Benefits"(Sub.to Tax.,Cumulated):
Text Symbol: AP8 = Detailed Info. on"Other Benefits"(Tax-Exempt Wge Tpes):
Text Symbol: AP9 = Detailed Info.on"Other Benefits"(Tax-Exempt.,Cumulated):


INCLUDES used within this REPORT RPBESH00

INCLUDE RPBIDI00. " DATENDEF. INFOTYPEN ALLGEMEIN
INCLUDE RPBIDT00. " DATENDEF. TABELLEN ALLGEMEIN


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