SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

RIDEPLOT_REFTHI SAP ABAP Report - Recreate THI References for Payment Advice Note Lines







RIDEPLOT_REFTHI is a standard Executable ABAP Report 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 RIDEPLOT_REFTHI 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 RIDEPLOT_REFTHI. "Basic submit
SUBMIT RIDEPLOT_REFTHI AND RETURN. "Return to original report after report execution complete
SUBMIT RIDEPLOT_REFTHI 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: S_KEYZ1 = D .
Title: Recreate THI References for Payment Advice Note Lines
Text Symbol: 001 = Distribution Lot
Text Symbol: 002 = Processing Type
Text Symbol: 003 = Optimizatn.
Text Symbol: 004 = Find Undetermined References
Text Symbol: 005 = Determine All References Again
Text Symbol: 006 = Execute in Dialog Process
Text Symbol: 007 = Execute in 6 Background Dialog Processes
Text Symbol: 008 = Execute Directly in Batch Jobs w.
Text Symbol: 009 = Maximum Entries per Job
Text Symbol: 010 = Backbilling of Amount for DFKKTHI Entries
Text Symbol: 011 = Job
Text Symbol: 012 = Scheduled
Text Symbol: 013 = Calculation Also for Lot from Bill


INCLUDES used within this REPORT RIDEPLOT_REFTHI

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:

ISU_EED_PMT_PLOT_RIDEPLOTX_RFC CALL FUNCTION 'ISU_EED_PMT_PLOT_RIDEPLOTX_RFC' IN BACKGROUND TASK AS SEPARATE UNIT EXPORTING i_log = ls_fkkcorrlog i_cal = p_cal TABLES t_ref = lt_ref_pck t_zp = lt_zp_pck. "#EC ENHOK

ISU_EED_PMT_PLOT_RIDEPLOTX_RFC CALL FUNCTION 'ISU_EED_PMT_PLOT_RIDEPLOTX_RFC' EXPORTING i_log = ls_fkkcorrlog i_cal = p_cal TABLES t_ref = lt_ref_old t_zp = lt_zp_pck.

FKJO_JC_PLAN_JOB_ST CALL FUNCTION 'FKJO_JC_PLAN_JOB_ST' EXPORTING i_immediate = abap_true i_jobname = lv_jobname i_repname = ls_fkkcorrlog-report i_allow_online = abap_false i_silent_mode = abap_true i_popup = abap_false IMPORTING e_jobcount = lv_jobcount TABLES t_seltab = lt_seltab EXCEPTIONS invalid_input = 1 cancelled = 2 schedule_error = 3 OTHERS = 4.



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