RPCSBTU0PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
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
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.
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
INCLUDE RPCSBTU0PBSS."SELECTION SCREEN GROUPING
INCLUDE RPCSBTU0PBS1."RU CLUSTER EXTRACTION ROUTINE
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.