SAP Reports / Programs | Financials | Financial Supply Chain Management | Market Risk Analyzer(FIN-FSCM-TRM-MR) SAP FIN

RFTBCORR_INSERT SAP ABAP Report - Program ZCORRELATIONS_NEW







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CORR_MAINTAIN - Maintain correlations for all instr.


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


Text pool values


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


INCLUDES used within this REPORT RFTBCORR_INSERT

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.


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:

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.



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