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

OIRADBT_CORR_DTF_PARTNERF01 SAP ABAP INCLUDE - Include OIRADBT_CORR_DTF_PARTNERF01







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


Text pool values


Title: Include OIRADBT_CORR_DTF_PARTNERF01


INCLUDES used within this REPORT OIRADBT_CORR_DTF_PARTNERF01

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:

OIFBBP1_SINGLE_READ CALL FUNCTION 'OIFBBP1_SINGLE_READ' EXPORTING oifbbp1_pblnr = pt_dbt_entries-pblnr oifbbp1_parfn = pt_dbt_entries-parfn oifbbp1_ftmstm = l_timestamp IMPORTING woifbbp1 = l_oifbbp1 EXCEPTIONS not_found = 1 OTHERS = 2.

OIFBBP1_SINGLE_READ CALL FUNCTION 'OIFBBP1_SINGLE_READ' EXPORTING oifbbp1_pblnr = lt_dbt_entries-pblnr oifbbp1_parfn = lt_dbt_entries-parfn oifbbp1_ftmstm = l_timestamp IMPORTING woifbbp1 = l_oifbbp1 EXCEPTIONS not_found = 1 OTHERS = 2.

OIRA_UPDATE_DBT CALL FUNCTION 'OIRA_UPDATE_DBT' IN UPDATE TASK TABLES t_oiradbt1 = pt_oiradbt_ins.

OIRA_FILL_DBT CALL FUNCTION 'OIRA_FILL_DBT' EXPORTING i_compstr = l_compstr i_overwrite_compstr = pi_proc_tab * i_data_is_numbered_sorted = * i_chk_dbt_exist = * i_pc_obj = TABLES t_srce_data = pt_oira_fill_comm t_data_inserted = pt_oiradbt_ins t_data_updated = pt_oiradbt_upd EXCEPTIONS process_not_defined = 1 number_range_not_defined = 2 oiradbt_not_modified = 3 completion_strat_not_defined = 4 record_year_not_passed = 5 aggschema_not_defined = 6 badi_errors = 7 OTHERS = 8.

OIRE_INSERT_DTF CALL FUNCTION 'OIRE_INSERT_DTF' TABLES t_oireuplkxxxx = pt_dtf_hdr_new t_oireuplpxxxx = pt_dtf_itm_new t_uplnr = lt_dtf_link EXCEPTIONS insert_failed = 1 no_number_interval = 2 get_next_number_failed = 3 OTHERS = 4.

OIRE_UPDATE_DTF CALL FUNCTION 'OIRE_UPDATE_DTF' IN UPDATE TASK EXPORTING i_bukrs = wa_oiradbt-bukrs i_ccins = wa_dtf_hdr_all-ssr_ccins TABLES t_dtf_hdr = lt_oireuplkxxxx_upd t_dtf_itm = lt_oireuplpxxxx_upd.

OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = l_dtf_hdr-pblnr IMPORTING woifspbl = l_oifspbl EXCEPTIONS not_found = 1 OTHERS = 2.

SYSTEM_STATUS CALL FUNCTION 'SYSTEM_STATUS' IMPORTING status = l_status.

OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = l_dtf_hdr-pblnr IMPORTING woifspbl = l_oifspbl EXCEPTIONS not_found = 1 OTHERS = 2.

SYSTEM_STATUS CALL FUNCTION 'SYSTEM_STATUS' IMPORTING status = l_status.



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