HVECPSR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program that generates a report upon the payment of profit shares for the Ministry of Labor...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 HVECPSR0 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_M17_CPSR0 - Profit share declaration document
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: FORM = Format
Selection Text: PX_LFORM = Form
Selection Text: PX_LFVAR = Form variant
Title: Declaration file of profit obtained and distributed by the company
Text Symbol: 001 = Company data
Text Symbol: E02 = Error on adding element to error list
INCLUDE PCCONVE0. " WAGES TYPES CONSTANTS
INCLUDE PCPSDVE0. " DATA DEFINITION
INCLUDE PCPSMVE0. " MAIN PROGRAM
INCLUDE PCPSRVE0. " PROCESES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HVECPSR0 - Declaration file of profit obtained and distributed by the company HVECPSR0 - Declaration file of profit obtained and distributed by the company HVECPSH0 - Profit share calculation in payroll HVECPSH0 - Profit share calculation in payroll HVECOL00 - Collective vacations report HVECOL00 - Collective vacations report