RPLINSV0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Innsynsrapporten er en rapport som inneholder ulike data som er registrert i systemet om hver enkelt ansatt...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 RPLINSV0 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_M20_LINS - "Innsynsrapport" 20
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: LONNOPPL = Salary information
Title:
Text Symbol: 037 =
Text Symbol: 038 = Nationality
Text Symbol: 039 = Civil status
Text Symbol: 040 = Title
Text Symbol: 041 = No. of children
Text Symbol: 042 = Private address
Text Symbol: 043 = Postal code & city
Text Symbol: 044 =
Text Symbol: 045 = Country
Text Symbol: 046 = Private tel. no.
Text Symbol: 047 = Distance home/work
Text Symbol: 048 = Hired on:
Text Symbol: 049 = Organization ID
Text Symbol: 050 = Job
Text Symbol: 051 = Position
Text Symbol: 052 = Company code
Text Symbol: 053 = Plant
Text Symbol: 054 = Company no.
Text Symbol: 055 = Department
Text Symbol: 056 = Employee group
Text Symbol: 057 = Employee subgr.
Text Symbol: 058 = Pay scale area
Text Symbol: 059 = Responsibilities
Text Symbol: 060 = Shift indicator
Text Symbol: 061 = Part-time work
Text Symbol: 062 = Employment percentage
Text Symbol: 063 = Daily working hours
Text Symbol: 064 = Weekly working hours
Text Symbol: 065 = Monthly working hours
Text Symbol: 066 = Annual working hours
Text Symbol: 067 = Weekly working days
Text Symbol: 068 = Program parameters
Text Symbol: 069 = Language
Text Symbol: 070 = Prosent
Text Symbol: 001 = PERSONAL DATA (IT 0002)
Text Symbol: 002 = --------------------------------------------------------------------------------
Text Symbol: 003 = PRIVATE ADDRESS (IT 0006)
Text Symbol: 004 = EVENTS (infotype 0000)
Text Symbol: 005 = WORKING TIME (IT 0007)
Text Symbol: 006 = BASIC PAY (IT 0008)
Text Symbol: 007 = BANK DETAILS (infotype 0009)
Text Symbol: 008 = RECUR. PAYMENTS/DEDS. (infotype 14)
Text Symbol: 009 = ADDITIONAL PAYMENTS (infotype 15)
Text Symbol: 010 = INTERNAL CONTROL (infotype 32)
Text Symbol: 011 = MEMBERSHIP FEES (infotype 57)
Text Symbol: 012 = EDUCATION (infotype 22)
Text Symbol: 013 = From To Pay scale gr. PS level Altern. PS area
Text Symbol: 014 = Bank details Payment method Acc. no.
Text Symbol: 015 = From To
Text Symbol: 017 = Date of origin
Text Symbol: 018 = From To Value (list price) Registration number
Text Symbol: 019 = FAMILY/RELATED PERSON (IT 0021)
Text Symbol: 020 = From To Surname Middle and first name Family member
Text Symbol: 021 = From To Deduction type Amount Recipient
Text Symbol: 022 = From Events Reason Status
Text Symbol: 023 = ORGANIZATIONAL ASSIGNMENT (IT 0001)
Text Symbol: 024 = From To Duration
Text Symbol: 025 = EDUCATION
Text Symbol: 026 = Private address
Text Symbol: 027 = Postal code & city
Text Symbol: 028 =
Text Symbol: 029 = Country
Text Symbol: 030 = Private tel. no.
Text Symbol: 031 = Personnel no.
Text Symbol: 032 = Surname
Text Symbol: 033 = First name
Text Symbol: 034 = Middle name
Text Symbol: 035 = Signature
Text Symbol: 036 = Date of birth
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_PAYMENTMETH_GETNAME CALL FUNCTION 'HRCA_PAYMENTMETH_GETNAME' "AHRK002092 EXPORTING COUNTRY = T042Z-LAND1 "AHRK002092 PAYMENTMETHOD = T042Z-ZLSCH "AHRK002092 IMPORTING NAME = T042Z-TEXT1 "AHRK002092 EXCEPTIONS NOT_FOUND = 1 "AHRK002092 OTHERS = 2.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "AHRK002092 EXPORTING "AHRK002092 COMPANYCODE = T001-BUKRS "AHRK002092 IMPORTING "AHRK002092 COMP_NAME = T001-BUTXT "AHRK002092 EXCEPTIONS "AHRK002092 NOT_FOUND = 1 "AHRK002092 OTHERS = 2. "AHRK002092
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 RPLINSV0 or its description.