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

RFTVALV1 SAP ABAP INCLUDE - Include RFTVALV1: Ausgabe über Listtool der MRM-Reports







RFTVALV1 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 RFTVALV1 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 RFTVALV1. "Basic submit
SUBMIT RFTVALV1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTVALV1 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 RFTVALV1: Ausgabe über Listtool der MRM-Reports


INCLUDES used within this REPORT RFTVALV1

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:

TB_TRANSACTION_CALL CALL FUNCTION 'TB_TRANSACTION_CALL' EXPORTING activitytype = hide_vzbest-sfgzustt companycode = hide_vzbest-bukrs dealno = hide_vzbest-rfha dealtype = hide_vzbest-sfgtyp producttype = hide_vzbest-sanlf transactiontype = '2' EXCEPTIONS transaction = 1 transactiontype = 2 OTHERS = 3.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING corrections_option = ' ' * LINE_FROM = '000' * LINE_TO = '999' object = ' ' send_if_one = ' ' show_linno = 'X' * IMPORTING * CORRECTIONS_WANTED = EXCEPTIONS inconsistent_range = 01 no_messages = 02.

TB_TRANSACTION_CALL CALL FUNCTION 'TB_TRANSACTION_CALL' EXPORTING activitytype = hide_vzbest-sfgzustt companycode = hide_vzbest-bukrs dealno = hide_vzbest-rfha dealtype = hide_vzbest-sfgtyp producttype = hide_vzbest-sanlf transactiontype = '2' EXCEPTIONS transaction = 1 transactiontype = 2 OTHERS = 3.

TV_PROT_SHOW CALL FUNCTION 'TV_PROT_SHOW' EXCEPTIONS OTHERS = 0.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING corrections_option = ' ' * LINE_FROM = '000' * LINE_TO = '999' object = ' ' send_if_one = ' ' show_linno = 'X' * IMPORTING * CORRECTIONS_WANTED = EXCEPTIONS inconsistent_range = 01 no_messages = 02.

DEALDATA_READ CALL FUNCTION 'DEALDATA_READ' EXPORTING * ALL_CONDITIONS_AND_POSITIONS = ' ' companycode = i_result-bukrs currently_active_status = 'X' dealno = i_result-rfha * STATUSNO = '00000' * VIA_STATUSPOINTER = ' ' IMPORTING * deal = status = status * tables * CONDITIONS = * POSITIONS = EXCEPTIONS deal_not_found = 1 status_not_found = 2 OTHERS = 3.

TB_TRANSACTION_CALL CALL FUNCTION 'TB_TRANSACTION_CALL' EXPORTING activitytype = status-sfgzustt companycode = i_result-bukrs dealno = i_result-rfha dealtype = i_result-sfgtyp producttype = i_result-sanlf transactiontype = '1' EXCEPTIONS transaction = 1 transactiontype = 2 OTHERS = 3.

TV_PROT_WINDOW CALL FUNCTION 'TV_PROT_WINDOW' EXCEPTIONS OTHERS = 0.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_t_events.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant.



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