SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPUTVOEDF2 SAP ABAP INCLUDE - documentation and ABAP source code







RPUTVOEDF2 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 RPUTVOEDF2 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 RPUTVOEDF2. "Basic submit
SUBMIT RPUTVOEDF2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTVOEDF2 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 RPUTVOEDF2

INCLUDE RPBDYN10.
INCLUDE RPBDYN12.


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:

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = bi_name holddate = bi_hold keep = bi_keep user = sy-uname exceptions client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 others = 11.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'PA30' tables dynprotab = bdcdata.

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

HR_READ_T588M_WITH_PME04 call function 'HR_READ_T588M_WITH_PME04' exporting repna = l_repna pme04 = l_pme04 begda = $datum importing dbild = l_dbild changing dynnr = l_dynnr exceptions error_in_feature = 1 others = 2.

HR_CH_MASSN_ITLIST call function 'HR_CH_MASSN_ITLIST' exporting p_massn = massn p_massg = massg p_pernr = pernr-pernr * P_USER = p_refda = $datum p_molga = g_molga tables it_infty = lt_infty exceptions no_infogroup_found = 1 no_infotypes_found = 2 others = 3.

HR_T582A_READ call function 'HR_T582A_READ' exporting infty = $infty importing t582a = ls_582a exceptions entry_not_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 RPUTVOEDF2 or its description.