ROIREDTFSTATUPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report updates the statistical PC infostructure S414...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ROIREDTFSTATUPD 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.
Selection Text: P_BUKRS = D Company Code
Selection Text: P_TEST = Test run
Selection Text: S_CCINS = D Paym.card type
Selection Text: S_PBLNR = D Business location ID
Selection Text: S_UPLDAT = D Upload date
Selection Text: S_VKDAT = D Date of sale
Title: SSR PC: Statistical PC update of info structure S414
Text Symbol: FRM = Main Selection
Text Symbol: FRS = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRE_READ_DTF call function 'OIRE_READ_DTF' exporting i_access = pi_access i_bukrs = pi_bukrs i_dumm = char_e * I_COMPindicator = * I_COMPRES = * I_SETTLNR = * I_SETTLDAT = * I_DOCNR = * I_DOCTYPE = * I_CHOBJ = * I_GET_FIDOC = * I_LOCKIND = * I_PROC = * I_FILL_T_LINK = i_maxhits = 99999999 tables ti_pblnr = pt_pblnr ti_ssr_ccins = pt_ccins ti_vkdat = pt_vkdat ti_upldat = pt_upldat * TI_WAERS = * TI_TERMNR = * TI_MATNR = * TI_CCNUM = ti_val_routine = pt_valrt "SO7K017613 * TI_NUMBERS = * TI_SRCID = * TI_LINKNR = ti_link = pt_link * TI_DTLT_RESULT = ti_dtf_hdr = pt_dtf_hdr ti_dtf_itm = pt_dtf_itm ti_stflg = pt_stflg "SO7K017613 exceptions invalid_access_method = 1 wrong_validation_status = 2 clearing_house_does_not_exist = 3 company_code_does_not_exist = 4 invalid_document_type = 5 invalid_complaint_flag = 6 invalid_lock_indicator = 7 invalid_compres = 8 others = 9 .
OIRE_DTF_STATISTIC_UPDATE call function 'OIRE_DTF_STATISTIC_UPDATE' exporting i_stafo = pi_stafo * I_DTF_IS_SORTED = tables t_dtf_hdr = pt_dtf_hdr t_dtf_itm = pt_dtf_itm exceptions no_active_infostructure = 1 others = 2 .
OIRE_UPDATE_DTF call function 'OIRE_UPDATE_DTF' in update task exporting i_bukrs = l_bukrs i_ccins = l_ccins tables t_dtf_hdr = tl_work_hdr t_dtf_itm = tl_work_itm * T_LINK = exceptions dtf_table_does_not_exist = 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.
ROIREDTFSTATUPD - SSR PC: Statistical PC update of info structure S414 ROIREDTFSTATUPD - SSR PC: Statistical PC update of info structure S414 ROIREDTFGEN_TOP - Include ROIREDTFGEN_TOP ROIREDTFGEN_FORM - Include ROIREDTFGEN_FORMS ROIREDTFGEN2_TOP - Include ROIREDTFGEN_TOP ROIREDTFGEN2_EXECUTION_FORMS - Formroutines for user execution