UP50RF20 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 UP50RF20 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.
Title: Vouchers
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
STRUCPACK_RELEASE_GET CALL FUNCTION 'STRUCPACK_RELEASE_GET' "note534056 EXPORTING I_NAME_EXTENSION = 'SAP_HR' IMPORTING E_RELEASE = l_saprelease EXCEPTIONS OTHERS = 0.
HR_T777D_READ CALL FUNCTION 'HR_T777D_READ' "ANDUNI EXPORTING infty = PSKEY-INFTY IMPORTING T777D = i777d EXCEPTIONS ENTRY_NOT_FOUND = 1 OTHERS = 2.
HR_T777D_READ CALL FUNCTION 'HR_T777D_READ' "ANDUNI EXPORTING infty = PSKEY-INFTY IMPORTING T777D = i777d EXCEPTIONS ENTRY_NOT_FOUND = 1 OTHERS = 2.
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' "ANDUNI * EXPORTING * LANGU = SY-LANGU * TABNAME = TABNA * TABLES * NAMETAB = NAMETAB * EXCEPTIONS * TABLE_NOT_ACTIV = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' "ANDUNI EXPORTING TABNAME = TABNA TABLES DFIES_TAB = dfies_tab EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' "K095317 * EXPORTING "K095317 * LANGU = SY-LANGU "K095317 * TABNAME = 'PSREF' "K095317 * TABLES "K095317 * NAMETAB = PREFTAB "K095317 * EXCEPTIONS "K095317 * TABLE_NOT_ACTIV = 1. "K095317
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' "ANDUNI EXPORTING TABNAME = 'PSREF' TABLES DFIES_TAB = dfies_tab EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.