SAP Reports / Programs

RPCSBTU0PBS SAP ABAP Report - Savings Bonds Purchase







RPCSBTU0PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note The system does not allow you to run this report for payroll periods after year 2010...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 RPCSBTU0PBS 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 RPCSBTU0PBS. "Basic submit
SUBMIT RPCSBTU0PBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSBTU0PBS 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: P_TEMSE = TemSe file name
Selection Text: P_PCFILE = PC file name
Title: Savings Bonds Purchase
Text Symbol: T02 = Total
Text Symbol: T01 = Subtotal
Text Symbol: M03 = No Msg
Text Symbol: M01 = Error Msg
Text Symbol: E09 = Savings bonds via payroll not supported after year
Text Symbol: E08 = Company ID is not maintained in table T5UPBSB1
Text Symbol: E07 = Company code is not maintained in table T500P for
Text Symbol: E06 = Bond series is not maintained.
Text Symbol: E05 = Company name is not maintained in T001 for
Text Symbol: E04 = Company address is not completely maintained for
Text Symbol: E03 = Company code is not maintained in table T500P for
Text Symbol: E02 = Corresponding Infotype 0104 record is missing
Text Symbol: E01 = Infotype 0103 record is missing.
Text Symbol: 028 = Bond issue date override
Text Symbol: 027 = Transmission file details
Text Symbol: 026 = Read data from PC file:
Text Symbol: 025 = Read data from TemSe file:
Text Symbol: 024 = View history
Text Symbol: 023 = Test run
Text Symbol: 008 = Download file format
Text Symbol: 003 = For Diskette
Text Symbol: 002 = For Tape, Cartridge or Electronic
Text Symbol: 000 = Transmission file related


INCLUDES used within this REPORT RPCSBTU0PBS

INCLUDE RPCSBTU0PBSS."SELECTION SCREEN GROUPING
INCLUDE RPCSBTU0PBS1."RU CLUSTER EXTRACTION ROUTINE


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