SAP Reports / Programs | Personnel Management | Personnel Administration | Switzerland(PA-PA-CH) SAP PA

RPLASMC0 SAP ABAP Report - HR-CH: ASM - Wage and Salary Statistics







RPLASMC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note: The report is obsolete...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 RPLASMC0 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_M02_LASM0 - ASM - Wage and Salary Statistics


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 RPLASMC0. "Basic submit
SUBMIT RPLASMC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLASMC0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


ASM - Wage and Salary Statistics
Selection Text: P_LGAEFF = Wage types, effective wage
Selection Text: P_LGAVER = Wage types, contract wage
Selection Text: P_STUNDE = Standard monthly hours
Selection Text: S_ABREH = Payroll unit ASM
Title: HR-CH: ASM - Wage and Salary Statistics
Text Symbol: E03 = Error: No entry in table
Text Symbol: E02 = Error: Company name not maintained under T536A
Text Symbol: E01 = Error: ASM number not maintained under T536A
Text Symbol: 014 = Effective wage
Text Symbol: 013 = Contract wage
Text Symbol: 012 = Total number
Text Symbol: 011 = 50 years and over
Text Symbol: 010 = 40-49 years
Text Symbol: 009 = 30-39 years
Text Symbol: 008 = < 30 years
Text Symbol: 007 = Female employers
Text Symbol: 006 = Male employers
Text Symbol: 005 = Wages
Text Symbol: 004 = Number of
Text Symbol: 003 = All
Text Symbol: 002 = Page:
Text Symbol: 001 = Wage and Salary Statistics
Text Symbol: M01 = January
Text Symbol: M12 = December
Text Symbol: M11 = November
Text Symbol: M10 = October
Text Symbol: M09 = September
Text Symbol: M08 = August
Text Symbol: M07 = July
Text Symbol: M06 = June
Text Symbol: M05 = May
Text Symbol: M04 = April
Text Symbol: M03 = March
Text Symbol: M02 = February


INCLUDES used within this REPORT RPLASMC0

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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA IMPORTING HIRE_DATE = EINTRITT FIRE_DATE = AUSTRITT TABLES PP0000 = P0000 "input PP0001 = P0001 "input PPHIFI = PHIFI.

HR_CH_READ_ABREINHEIT CALL FUNCTION 'HR_CH_READ_ABREINHEIT' EXPORTING P02_STICHTAG = PN-ENDDA P02_ANWSCHLCH = 'ASM' TABLES P02_P0001 = GI_P0001 P02_T_ABREINHEIT = GI_ABREH EXCEPTIONS TABLE_ACCESS_ERROR = 1 ABREINHEIT_NOT_FOUND = 2 OTHERS = 3.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = ' '.

RP_FILL_WAGE_TYPE_TABLE

RP_FILL_WAGE_TYPE_TABLE_EXT * call function 'RP_FILL_WAGE_TYPE_TABLE' "YDAPH4K018115 CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING * begda = p0008-endda "YDAAHRK025231 * endda = p0008-endda "YDAAHRK025231 BEGDA = PN-ENDDA "YDAAHRK025231 ENDDA = PN-ENDDA "YDAAHRK025231 PERNR = P0008-PERNR TABLES PP0001 = P0001 "YDAPH4K018115 PP0007 = P0007 "YDAPH4K018115 PP0008 = P0008 "YDAPH4K018115 PPBWLA = PBWLA EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

HR_CH_READ_ADRESS_ABREINH CALL FUNCTION 'HR_CH_READ_ADRESS_ABREINH' EXPORTING P02_ABREINHEIT = P_ABREH P02_ANWSCHLCH = 'ASM' P02_STICHTAG = PN-ENDDA P02_KONTAKT = 'N' TABLES P02_ADRABREH = GI_ADR.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'ABREINH' TABNAME = 'T5CSF' IMPORTING SELECT_VALUE = P_ABREH TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->g_node_key i_node_txt = l_title i_categ_id = c_pal_categids-asm IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.



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