PAPSLIN_SUBRT_RSTMNT 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 PAPSLIN_SUBRT_RSTMNT 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: Include PAPSLIN_SUBRT_RSTMNT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_OM_DETAILSCREEN_GETDATA call function 'RH_OM_DETAILSCREEN_GETDATA' importing scenario = info-scenario class_key = info-class_key main_object = main_object date = info-key_date relat_object = relat_object detail_date = info-detail_date changemode = info-changemode refr = info-refr tabtype = info-tabtype selmode = info-seldate_mode dates_changed = info-dates_changed input_done = info-input_done tabchanged = info-tabchanged exit_command = info-exit_command svect = info-svect tables loc_values = info-tabtype_data.
RHF4_TEXT_OTYPE call function 'RHF4_TEXT_OTYPE' exporting otype = info-otype importing otext = info-otext exceptions others = 0.
RH_OM_PERIOD_GET call function 'RH_OM_PERIOD_GET' importing period = info-period upd_period = info-upd_period seldate_mode = info-seldate_mode exceptions others = 0.
RH_READ_OBJECT call function 'RH_READ_OBJECT' exporting plvar = plvar otype = otype realo = realo begda = begda endda = endda ointerval = space importing short = short stext = text exceptions others = 0.
RH_SET_DATE call function 'RH_SET_DATE' exporting beg_dat = begda end_dat = endda importing ret_dat = seldat exceptions others = 4.
RHOM_READ_RELAT_BUFFERED call function 'RHOM_READ_RELAT_BUFFERED' exporting otype = position-otype objid = position-objid plvar = position-plvar subty = 'A003' begda = seldat endda = seldat tables i1001 = i1001 exceptions others = 0.
RH_OM_FIELD_ATTRIBUTES_CHECK call function 'RH_OM_FIELD_ATTRIBUTES_CHECK' exporting act_field_name = screen-name importing changed = screen_changed changing screen_input = screen-input screen_invisible = screen-invisible exceptions others = 0.
RH_OM_DETAILSCREEN_INPUT_DONE call function 'RH_OM_DETAILSCREEN_INPUT_DONE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.