SAP Reports / Programs

RPC503I0 SAP ABAP Report - Print form Ex-503







RPC503I0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program performs the printout of a form that is no longer prescribed by law...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 RPC503I0 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 RPC503I0. "Basic submit
SUBMIT RPC503I0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPC503I0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Print form Ex-503
Text Symbol: 021 = Direct print
Text Symbol: 020 = Output
Text Symbol: 012 = December
Text Symbol: 011 = November
Text Symbol: 010 = October
Text Symbol: 009 = September
Text Symbol: 008 = August
Text Symbol: 007 = July
Text Symbol: 006 = June
Text Symbol: 005 = May
Text Symbol: 004 = April
Text Symbol: 003 = March
Text Symbol: 002 = February
Text Symbol: 001 = January
Text Symbol: 037 = Days
Text Symbol: E02 = It is not current
Text Symbol: E01 = No entries in table & for subject &
Text Symbol: E00 = Pers.No.
Text Symbol: 110 = Accident data
Text Symbol: 105 = WT Allowance
Text Symbol: 104 = WT Overtime
Text Symbol: 103 = WT ann. leave accr.:
Text Symbol: 102 = WT 14th month-pay :
Text Symbol: 101 = WT year-end bonus :
Text Symbol: 100 = WT remuneration :
Text Symbol: 042 = Process Pers. No.: &1
Text Symbol: 041 = First calculation result
Text Symbol: 040 = Last calculation result
Text Symbol: 039 = Data read from cluster
Text Symbol: 038 = Hrs
Text Symbol: 022 = Print preview
Text Symbol: I21 = Incompl. dates
Text Symbol: I20 = Incorrect valuation class number
Text Symbol: I10 = RI cluster key:
Text Symbol: I09 = The imported RI cluster version is not current
Text Symbol: I08 = Imported version:
Text Symbol: I07 = Cluster current version





Text Symbol: I06 = Incons. betw. Cluster-directory and
Text Symbol: I05 = Payroll-results-directory
Text Symbol: I04 = There are no payroll results in the Cluster directory
Text Symbol: I03 = Correct selections and process again !!
Text Symbol: I02 = Employee
Text Symbol: I01 = excluded: cluster does not exist for period
Text Symbol: E05 = Cluster CD not found
Text Symbol: E04 = Current version:
Text Symbol: E03 = Imported version:
Text Symbol: I22 = Incorrect dates
Text Symbol: T12 = Error while reading table T503T:
Text Symbol: T11 = Error while reading table T503:
Text Symbol: T10 = Error while reading table T5ITIP:
Text Symbol: T09 = Error while reading table T5ITIN:
Text Symbol: T08 = Error while reading table T5ITIM:
Text Symbol: T07 = Error while reading table T5ITI2:
Text Symbol: T06 = Error while reading table T5ITI3:
Text Symbol: T05 = Error while reading table T5ITIE:
Text Symbol: T04 = Error while reading table T5ITIS
Text Symbol: T03 = Error while reading table T550p
Text Symbol: T02 = Error while reading table T001p
Text Symbol: T01 = Error while reading table T001
Text Symbol: I24 = Non-existent value
Text Symbol: I23 = Multiperiod date selection error


INCLUDES used within this REPORT RPC503I0

INCLUDE RPC503I3_ALV. " LOW LEVEL


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:

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING p_struct1 = wa_tab_texts IMPORTING P_STRUCT2 = wa_pool.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = 'HR_IT_INAIL' LANGUAGE = SY-LANGU OPTIONS = ITCPO DEVICE = 'PRINTER' DIALOG = ' '.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = 'HR_IT_MOD503' LANGUAGE = SY-LANGU OPTIONS = ITCPO DEVICE = 'PRINTER' DIALOG = ' '.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS OTHERS = 1.



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