SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIREDTFSTATUPD SAP ABAP Report - SSR PC: Statistical PC update of info structure S414







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


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 ROIREDTFSTATUPD. "Basic submit
SUBMIT ROIREDTFSTATUPD AND RETURN. "Return to original report after report execution complete
SUBMIT ROIREDTFSTATUPD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT ROIREDTFSTATUPD

No INCLUDES are used within this REPORT code!


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:

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 .



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 ROIREDTFSTATUPD or its description.