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
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: Include RFTVALV1: Ausgabe über Listtool der MRM-Reports
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTVALV1 - Include RFTVALV1: Ausgabe über Listtool der MRM-Reports RFTVALV0 - RiskM: Datendeklarationen für ALV-Ausgabe RFTTRIX0 - XPRA: Maintain ORACLE parameters PCTFREE, PCTUSED for table TRIX_DATA RFTTRIX0 - XPRA: Maintain ORACLE parameters PCTFREE, PCTUSED for table TRIX_DATA RFTSTCP0 - Change Default Values (Document Type/Posting Key) RFTSTCP0 - Change Default Values (Document Type/Posting Key)