SAP Reports / Programs

RPCASBL0 SAP ABAP Report - ASB Report.







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M14_CASB - Run Report for ASB


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 RPCASBL0. "Basic submit
SUBMIT RPCASBL0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCASBL0 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: 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





Text Symbol: 001 = Amanah Saham Nasional Format
Text Symbol: 002 = Tape
Text Symbol: 003 = Disk
Text Symbol: 004 = Employer Reference number
Text Symbol: 005 = Seqno
Text Symbol: 006 = Tarikh :
Text Symbol: 007 = IC No
Text Symbol: 008 = Employee Name
Text Symbol: 009 = ASB Amt
Text Symbol: 010 = SISTEM POTONGAN GAJI
Text Symbol: 011 = Output Format
Text Symbol: 012 = ASB Report output
Text Symbol: 013 = Testing ( Tape/Disk )
Text Symbol: 014 = Check - Number
Text Symbol: 016 = List
Text Symbol: 020 = Personnel No
Text Symbol: 022 = Payee Key
Text Symbol: 023 = Membership No.
Text Symbol: 024 = CO Code
Text Symbol: 025 = Have you inserted the disk ?
Text Symbol: 026 = Confirm
Text Symbol: 027 = Specify the filename
Text Symbol: 032 = Standard Layout
Text Symbol: 033 = Customer Layout
Text Symbol: 034 = Filename
Text Symbol: 035 = Membership Type
Text Symbol: 036 = Path
Text Symbol: 061 = VAN DE
Text Symbol: 062 = VON DE
Text Symbol: 063 = Van De
Text Symbol: 064 = Von De
Text Symbol: 065 = V.D.
Text Symbol: 066 = van de
Text Symbol: 067 = von de
Text Symbol: 068 = v.d.
Text Symbol: 078 = January
Text Symbol: 079 = March


INCLUDES used within this REPORT RPCASBL0

INCLUDE RPCASBL6.


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