SAP Reports / Programs | Personnel Management | Personnel Administration | Malaysia(PA-PA-MY) SAP PA

RPCANGL0 SAP ABAP Report - Angkasa Report (Malaysia)







RPCANGL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Angkasa report will 1) Download Angkasa payment from payroll cluster to disk...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 RPCANGL0 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_CANG - Run Report for Angkasa


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 RPCANGL0. "Basic submit
SUBMIT RPCANGL0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCANGL0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Angkasa Report (Malaysia)
Text Symbol: F02 = Total batch input records created : &
Text Symbol: FNM = ANGKASA
Text Symbol: FRA = Parameters
Text Symbol: FT1 = Test Run Without Generation
Text Symbol: GT1 = Display screens
Text Symbol: GT2 = Do not display screens
Text Symbol: GT3 = Display errors only
Text Symbol: H01 = Angkasa Report.
Text Symbol: H02 = Upload data from disk to batch input.
Text Symbol: H03 = Download data from payroll to disk.
Text Symbol: I01 = Download period - YYYYMM
Text Symbol: I02 = Angkasa Employer code
Text Symbol: I03 = Wage Type
Text Symbol: I04 = Path
Text Symbol: OPE = Open Error
Text Symbol: PB1 = Filename
Text Symbol: PTH = C:\TEMP\
Text Symbol: R01 = Download data from Payroll to Disk.
Text Symbol: R02 = Upload data from Disk to Batch File.
Text Symbol: R03 = Update existing data.
Text Symbol: R04 = Deliminate existing data.
Text Symbol: REA = Read Error
Text Symbol: T01 = Job Selection
Text Symbol: T02 = Upload Parameters
Text Symbol: T03 = Download Parameters
Text Symbol: TIT = ANGKASA MONTHLY REPORT.
Text Symbol: W01 = Angkasa rec. between & and && will be deleted, if any.
Text Symbol: W02 = Amount differs from previous record.
Text Symbol: W03 = Old IC number differs from Infotype 185.
Text Symbol: W04 = No update is necessary.
Text Symbol: W05 = New IC number differs from Infotype 185.
Text Symbol: 015 = Name of batch input session
Text Symbol: 025 = Have you inserted the disk ?
Text Symbol: 026 = Confirm
Text Symbol: 027 = Specify the filename
Text Symbol: 035 = Membership Type
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: 123 = Employee specific processing started...
Text Symbol: 124 = Processing completed.
Text Symbol: 127 = Wage Type Available...
Text Symbol: 129 = Generating display list ...
Text Symbol: 132 = Upload process initiated ...
Text Symbol: 133 = Upload process completed.
Text Symbol: BI1 = No batch Input Session
Text Symbol: BI2 = Batch Input
Text Symbol: BTC = Generation Type
Text Symbol: D01 = IC Code
Text Symbol: D02 = IC No
Text Symbol: D03 = Personnel No
Text Symbol: D04 = Angkasa Amt
Text Symbol: D05 = Month
Text Symbol: D06 = Eyr Code
Text Symbol: D07 = Employee Name
Text Symbol: D08 = Message
Text Symbol: E01 = Error
Text Symbol: F01 = Total employee selected from payroll : &


INCLUDES used within this REPORT RPCANGL0

INCLUDE RPCANGL1 .
INCLUDE RPCANGL2 .
INCLUDE RPCANGL3.
INCLUDE RPCANGL4 .
INCLUDE RPCANGL5 .


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