SAP Reports / Programs

RPC770I0_OLD SAP ABAP Report - Form 770/98







RPC770I0_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPC770I0_OLD 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 RPC770I0_OLD. "Basic submit
SUBMIT RPC770I0_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RPC770I0_OLD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form 770/98
Text Symbol: E01 = in cluster
Text Symbol: E02 = -
Text Symbol: E03 = --
Text Symbol: E04 = ---
Text Symbol: E05 = Cluster CD not found
Text Symbol: I01 = Non-ex.pers.no.
Text Symbol: I02 = There are no payroll results with this update indicator
Text Symbol: I03 = Versions of RI cluster not corresponding
Text Symbol: I04 = Import RI cluster wrong
Text Symbol: I05 = Entries missing in table T5ITEB for
Text Symbol: I06 = Entries missing in table T5ITEA
Text Symbol: I08 = Company name not found
Text Symbol: I09 = Error when opening TemSe catalog
Text Symbol: I10 = Error in writing TemSe
Text Symbol: I11 = Error in closing TemSe
Text Symbol: I12 = Print to check form 770. Section
Text Symbol: I13 = Progr.no.for form no.
Text Symbol: I15 = Entries in table T503 missing
Text Symbol: I16 = Entries in table T5ITPC missing
Text Symbol: I17 = Entries in table T5ITEG missing
Text Symbol: I18 = Entries in table T5ITEH missing
Text Symbol: I19 = Entries in table T5ITEL missing
Text Symbol: E00 = Personnel no. :
Text Symbol: 001 = Select all the 770 sections
Text Symbol: 002 = SA sect.
Text Symbol: 003 = SB sect.
Text Symbol: 004 = SC sect.
Text Symbol: 005 = SE sect.
Text Symbol: 006 = File name
Text Symbol: 007 = Output type
Text Symbol: 010 = Display TemSe
Text Symbol: 011 = Selection list
Text Symbol: 012 = Store in TemSe catalog
Text Symbol: 013 = TemSe data maintenance
Text Symbol: 090 = Company master data
Text Symbol: 095 = Form
Text Symbol: 100 = Processing type





Text Symbol: 104 = Name of file to load:
Text Symbol: 105 = Selection year (YYYY)
Text Symbol: 106 = Date on form
Text Symbol: 114 = Company code
Text Symbol: 150 = Control print
Text Symbol: 151 = Data for integrated 770 print
Text Symbol: 152 = File creation for data transfer to integrated 770 form
Text Symbol: 153 = Calculate / Save / Print
Text Symbol: 155 = Preprint.header form


INCLUDES used within this REPORT RPC770I0_OLD

No INCLUDES are used within this REPORT code!


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:

WS_FILENAME_GET * CALL FUNCTION 'WS_FILENAME_GET' * EXPORTING * DEF_FILENAME = NOMEFILE * DEF_PATH = 'C:\' * MASK = TMP_MASK * MODE = 'S' * TITLE = ' ' * IMPORTING * FILENAME = TEMPFILE * EXCEPTIONS * INV_WINSYS = 01 * NO_BATCH = 02 * SELECTION_CANCEL = 03 * SELECTION_ERROR = 04.

HRCA_COMPANYCODE_GETDETAIL * CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' * EXPORTING COMPANYCODE = SOC_1 * LANGUAGE = SY-LANGU * IMPORTING COMP_NAME = HRCA_COMPANY-COMP_NAME * VAT_REG_NO = HRCA_COMPANY-VAT_REG_NO * EXCEPTIONS NOT_FOUND = 1 * OTHERS = 2.



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