SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPCRMBV0_MAIN SAP ABAP Report - Reporting of reimbursable payments due to absences







RPCRMBV0_MAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report determines for a period whether: A new absence exists for an employee that has to be reimbursed by the NAV...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 RPCRMBV0_MAIN 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_M20_RMB_MAIN - Generate reimbursement claims


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 RPCRMBV0_MAIN. "Basic submit
SUBMIT RPCRMBV0_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RPCRMBV0_MAIN 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: P_TEST = Test Run ( No Update )
Title: Reporting of reimbursable payments due to absences
Text Symbol: 033 = is not matching with No. Child in IT0002
Text Symbol: 034 = No bank account number for bedrift
Text Symbol: 035 = . So all the personal numbers are rejected
Text Symbol: 038 = Select Valid Bedrift number
Text Symbol: 039 = TP Continued from previous claim
Text Symbol: 040 = Absence correction on claim (Withdrawn)
Text Symbol: 041 = Chronical Sickness
Text Symbol: 042 = Sickness during Pregnancy
Text Symbol: 043 = No data found corresponding to the selection.
Text Symbol: 044 = Personal area/sub-area not found for Bedrift
Text Symbol: 045 = Wage types relevant for additional payments not found
Text Symbol: 046 = Paid percentage not found for valuation rule
Text Symbol: 047 = Error in Bedrift selection
Text Symbol: 048 = OR subtypes in feature 'VCHLD' / maintain IT0021
Text Symbol: 049 = Pregnancy leave due to bad working conditions
Text Symbol: 050 = Maintain the Go-Live date in feature 'VRMB1'.
Text Symbol: 051 = ;Maintain Tax municipality
Text Symbol: 052 = for key
Text Symbol: 053 = Maintain feature 'VPUBL' to determine company type
Text Symbol: 054 = Start of service date could not be determined
Text Symbol: 055 = Start of Absence
Text Symbol: 056 = Variable Reimbursement Basis
Text Symbol: 057 = Override Max date CA used.
Text Symbol: 058 = NAV Max date CO used.
Text Symbol: 059 = Override Max date CB used.
Text Symbol: 060 = NAV Max date CM used
Text Symbol: 061 = NAV Maxdt
Text Symbol: 062 = Sys Maxdt
Text Symbol: 063 = Override Maxdt
Text Symbol: 032 = Claim Rejected. Number of records in IT0021
Text Symbol: 001 = Reporting organization
Text Symbol: 002 = Not eligible for Re-imbursement Claim
Text Symbol: 003 = Options
Text Symbol: 004 = Test Run
Text Symbol: 005 = Employee Locked. Cluster cannot be updated
Text Symbol: 006 = No payroll results exist before abs. begin date





Text Symbol: 007 = New
Text Symbol: 008 = Corrected
Text Symbol: 009 = No payroll results for the month previous to
Text Symbol: 010 = Absence record is changed
Text Symbol: 011 = Basic Pay has changed
Text Symbol: 012 = Personnel Number
Text Symbol: 013 = Employee Name
Text Symbol: 014 = Claim Begin Date
Text Symbol: 015 = Type of claim
Text Symbol: 016 = TP Days Claimed
Text Symbol: 017 = Total Reimbursement Basis
Text Symbol: 018 = Claim Status
Text Symbol: 019 = Reason for correction
Text Symbol: 020 = Not assigned to Bedrift number
Text Symbol: 021 = No entry in table T5v2G
Text Symbol: 022 = No Employer Address
Text Symbol: 023 = Calculation Rules for Cumul. Wage Types (T596I)
Text Symbol: 024 = Payroll Accounting Areas (T549A)
Text Symbol: 025 = No entry in table 'Municipality Numbers '(T5V2A)
Text Symbol: 026 = Payroll constant (T511K)
Text Symbol: 027 = Payroll Accounting Areas (T549A)
Text Symbol: 028 = Claim amount has changed
Text Symbol: 029 = Claim Rejected. Please maintain;
Text Symbol: 030 = no. in IT0006
Text Symbol: 031 = Number of children in IT0002


INCLUDES used within this REPORT RPCRMBV0_MAIN

INCLUDE RPCRMBV0_MAIN_01. " GLOBAL DATA DECLARATIONS


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