RPCASBL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates ASB reports for a specified month based on the results stored by payroll driver ( RPCALCL0 )...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 RPCASBL0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M14_CASB - Run Report for ASB
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: CO_CODE = Company Code
Title: ASB Report.
Text Symbol: 081 = April
Text Symbol: 082 = May
Text Symbol: 083 = June
Text Symbol: 084 = July
Text Symbol: 085 = August
Text Symbol: 086 = September
Text Symbol: 087 = October
Text Symbol: 088 = November
Text Symbol: 089 = December
Text Symbol: 127 = Select Wage Type
Text Symbol: BEG = Processing started please be patient...
Text Symbol: BOX = Further Parameters
Text Symbol: CMY = Calendar Month/Year
Text Symbol: DMF = Dot Matrix Format
Text Symbol: E01 = Error
Text Symbol: F01 = Total employee selected : &
Text Symbol: F02 = Total employee processed : &
Text Symbol: FNM = SPGASB
Text Symbol: H01 = AMANAH SAHAM NASIONAL
Text Symbol: I03 = Wage Type
Text Symbol: P01 = Print Form
Text Symbol: P2H = /usr/sap/trans/tmp/
Text Symbol: PH4 = 185 IC maintained
Text Symbol: PR1 = Payment Information
Text Symbol: PR2 = Further Selection
Text Symbol: PRN = Report Generation Details
Text Symbol: PTH = C:\TEMP\
Text Symbol: TIT = AMANAH SAHAM NASIONAL BOARD MONTHLY REPORT
Text Symbol: TM0 = Read
Text Symbol: TM1 = Temse Object Name
Text Symbol: TM2 = Save
Text Symbol: TM3 = TEMSE Object
Text Symbol: TM4 = already exists.
Text Symbol: TM5 = Do you wish to overwrite ?
Text Symbol: TM9 = Temporary Sequential File
Text Symbol: 080 = February
INCLUDE RPCASBL6.
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.
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 RPCASBL0 or its description.