RFTBCORR_INSERT 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 RFTBCORR_INSERT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CORR_MAINTAIN - Maintain correlations for all instr.
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: Program ZCORRELATIONS_NEW
Text Symbol: 001 = Exit Maintenance
Text Symbol: 002 = Data was changed.
Text Symbol: 003 = Save changes first?
Text Symbol: M01 = Record deleted successfully
Text Symbol: M02 = Data saved successfully
Text Symbol: M03 = Record cannot be saved
Text Symbol: M04 = Data already saved
INCLUDE RFTBCORR_INSERT_STATUS_01O01.
INCLUDE RFTBCORR_INSERT_EXIT_USERI01.
INCLUDE RFTBCORR_INSERT_F4_HELPI01.
INCLUDE RFTBCORR_INSERT_SAVE_USERI01.
INCLUDE RFTBCORR_INSERT_CREATE_USI01.
INCLUDE RFTBCORR_INSERT_SAVE_USERI02.
INCLUDE RFTBCORR_INSERT_STATUS_02O01.
INCLUDE RFTBCORR_INSERT_EXIT_USERI02.
INCLUDE RFTBCORR_INSERT_DELETE_USI01.
INCLUDE RFTBCORR_INSERT_SET_UPDATI01.
INCLUDE RFTBCORR_INSERT_SET_FIELDO01.
INCLUDE RFTBCORR_INSERT_DETAIL_USI01.
INCLUDE RFTBCORR_INSERT_COPY_USERI01.
INCLUDE RFTBCORR_INSERT_COPY_USERI02.
INCLUDE RFTBCORR_INSERT_CREATE_USI02.
INCLUDE RFTBCORR_INSERT_DELETE_USI02.
INCLUDE RFTBCORR_INSERT_PREV_NEXTI01.
INCLUDE RFTBCORR_INSERT_EDIT_USERI01.
INCLUDE RFTBCORR_INSERT_SET_FIELDO02.
INCLUDE RFTBCORR_INSERT_SET_INTRUI01.
INCLUDE RFTBCORR_INSERT_FIND_USER_CI01.
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act =
-top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBCORR_INSERT - Program ZCORRELATIONS_NEW RFTBCORR_INSERT - Program ZCORRELATIONS_NEW RFTBCOMO - Routines to Call Up Customer Exists for the Correspondence Monitor RFTBCOMO - Routines to Call Up Customer Exists for the Correspondence Monitor RFTBCOEX - Routines to Call up Customer Exits for Confirmations (not SWIFT) RFTBCOEX - Routines to Call up Customer Exits for Confirmations (not SWIFT)