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

RPLAAMV0_GENERAL SAP ABAP INCLUDE - Include RPLAAMV0_GENERAL







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


Text pool values


Title: Include RPLAAMV0_GENERAL


INCLUDES used within this REPORT RPLAAMV0_GENERAL

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:

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = space * << MS1310986 listheader = 'Log messages'(m16) colheader = 'Message text'(m17) * >> MS1310986 TABLES error = error_tab.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = error_tab.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = layout it_fieldcat = fieldcat TABLES t_outtab = lopende_list.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = temp_date end = temp_date TABLES pphifi = p_phifi pp0000 = p0000 pp0001 = p0001.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = k2001-begda endda = k2001-endda modify_entries = ' ' TABLES perws = perws i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = k2001 EXCEPTIONS error_occured = 1 abort_occured = 2.

HR_NO_EVALUATION_PERIODS_V2 CALL FUNCTION 'HR_NO_EVALUATION_PERIODS_V2' EXPORTING iv_pernr = pernr-pernr iv_inper_modif = t549a-permo "01=monthly salary iv_begda = p_start_date iv_endda = p_end_date CHANGING ct_evpdir = rgdir[] EXCEPTIONS no_record_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 RPLAAMV0_GENERAL or its description.