SAP Reports / Programs | Payroll | Austria | Public Sector(PY-AT-PS) SAP PY

RPMSELA0PBS SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPMSELA0PBS

INCLUDE RPMSEL00.


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_AT_GET_SV_DGSVN CALL FUNCTION 'HR_AT_GET_SV_DGSVN' EXPORTING asvgr = cs_beitrag-asvgr ausva = cs_beitrag-ausva lohnb = cs_beitrag-lohnb endda = cs_beitrag-endda IMPORTING sv_ktonr = ls_t5a1s EXCEPTIONS t5a1s_data_not_found = 1 OTHERS = 2.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = ls_beitrag-endda IMPORTING last_day_of_month = -endda.

HR_F4_FOR_ALV_VARIANT call function 'HR_F4_FOR_ALV_VARIANT' exporting current_report = __c_repid importing variant = pa_varia.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = 'A' changing cs_variant = l_variant exceptions others = 4.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting report = __c_repid no_dialog = 'X' importing out_parameters = g_pri_params exceptions * archive_info_not_found = 1 "VCXM3279201-+ * invalid_print_params = 2 " ! * invalid_archive_params = 3 "VCXM3279201-+ others = 4.

HR_F4_FOR_ALV_VARIANT call function 'HR_F4_FOR_ALV_VARIANT' exporting current_report = __c_repid importing variant = px_varia.

HR_99S_LEGAL_INTERPRET_OPT call function 'HR_99S_LEGAL_INTERPRET_OPT' exporting im_molga = p_l_molga im_option = p_l_option im_date = p_l_datum im_sap_opt_value = p_l_default changing ch_option_value = p_lc_optva ch_is_default_value = p_lc_default exceptions option_does_not_exist = 1.

HR_AT_SHOW_FICO_SPEC_PERIODS call function 'HR_AT_SHOW_FICO_SPEC_PERIODS' "+ tables "+ spec_periods = spec_period_type "+ sel_spec_periods = so_specp. "+

RP_GET_CURRENCY * call function 'RP_GET_CURRENCY' " ! * exporting " ! * molga = c_molga " ! * begda = sy-datum " ! * importing " ! * waers = pa_waers. " !

HR_CHECK_COUNTRY_CURRENCY call function 'HR_CHECK_COUNTRY_CURRENCY' exporting molga = c_molga waers = pa_waers date = '00000000' importing return = l_subrc exceptions others = 0.

HR_F4_COUNTRY_CURRENCY call function 'HR_F4_COUNTRY_CURRENCY' exporting molga = c_molga importing waers = pa_waers.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' " ! exporting " ! molga = c_molga " ! begda = pn-begda " ! endda = pn-endda " ! importing " ! waers = pa_waers " ! exceptions " ! no_entry_found_in_table_t500c = 4. " !

VIEW_ENQUEUE * call function 'VIEW_ENQUEUE' * exporting * action = 'E' * enqueue_mode = 'E' * view_name = 'T5A1O' * exceptions * others = 1.

HR_T5A1O_ENQUEUE call function 'HR_T5A1O_ENQUEUE' exporting action = 'E' lock_dtrnr = space exceptions others = 1.



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