DBPTRVPF001 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 DBPTRVPF001 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PTRV_F4_HELP_EXPENSE_TYPES CALL FUNCTION 'PTRV_F4_HELP_EXPENSE_TYPES' EXPORTING multiple_selections_active = 'X' TABLES selected_expense_type_tab = ldbexpt.
PTRV_F4_HELP_EXPENSE_TYPES CALL FUNCTION 'PTRV_F4_HELP_EXPENSE_TYPES' IMPORTING selected_expense_type = ldbexpt-high.
HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pa0001-pernr infty = '0000' begda = sy-datum endda = sy-datum IMPORTING subrc = subrc_inftyp TABLES infty_tab = p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
PTRV_DETERMINE_AUTHP CALL FUNCTION 'PTRV_DETERMINE_AUTHP' EXPORTING current_pernr = pa0001-pernr IMPORTING authp = ldb_authp.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon text = pb add_stdinf = space IMPORTING RESULT = pb EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = t10-prog variant = ldb_last_variant IMPORTING r_c = lf_rc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.