RFTX76SO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The posting overview generates a list of all flows relating to the transactions you have selected...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFTX76SO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TX-3 - Posting overview
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.
Selection Text: P_VARI = Layout
Selection Text: KONTRH = Sort by counterparty
Selection Text: BU_STAT = Posting status
Selection Text: BU_DAT = Posting date
Title: Posting Overview
Text Symbol: 027 = Date:
Text Symbol: 028 = Time:
Text Symbol: 029 = Posting Overview
Text Symbol: H01 = User:
Text Symbol: H02 = Layout:
Text Symbol: LC1 = Local Crcy
Text Symbol: LC2 = Loc.Crcy
Text Symbol: LC3 = LC
Text Symbol: RKT = ID Number Text
Text Symbol: RLT = ID Number Text
Text Symbol: T01 = Posting Status
Text Symbol: T02 = PostStatus
Text Symbol: T03 = PostStat
Text Symbol: T04 = Pstg Block Reason
Text Symbol: T05 = Blk Reason
Text Symbol: T06 = Blk Reason
Text Symbol: WT1 = Currency Swap Document Number
Text Symbol: WT2 = Document No. 2
Text Symbol: WT3 = Doc. No. 2
Text Symbol: 001 = Company Code
Text Symbol: 002 = PTyp
Text Symbol: 003 = Transaction No.
Text Symbol: 004 = Transaction Type
Text Symbol: 005 = Counterparty
Text Symbol: 006 = Due Date
Text Symbol: 007 = Amount
Text Symbol: 008 = FTyp
Text Symbol: 009 = PA
Text Symbol: 012 = Doc. No.
Text Symbol: 013 = FYr
Text Symbol: 014 = Postg Date
Text Symbol: 015 = AcAsRef
Text Symbol: 016 = Total Flows:
INCLUDE RFTX76SOTOP.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = gx_variant exceptions not_found = 2.
FTR_GDPDU_CHECK_DATES call function 'FTR_GDPDU_CHECK_DATES' exporting im_rng_company_code = s_bukrs[] importing ex_flg_tax_auditor = g_flg_tax_auditor changing ch_rng_date = bu_dat[] exceptions no_authority = 1 wrong_input = 2 OTHERS = 3.
FTR_GDPDU_ACTIONLOG call function 'FTR_GDPDU_ACTIONLOG'.
TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting id = 'SELECTION' exceptions others = 0.
TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = vtbfha-bukrs importing currency = flows-locwaers exceptions not_found = 1 others = 2.
FTR_PARTNER_GET CALL FUNCTION 'FTR_PARTNER_GET' EXPORTING PI_PARTNER_ID = flows-kontrh PI_PARTNER_ROLE = 'TR0151' PI_COMPANYCODE = flows-bukrs PI_PRODUCTTYPE = flows-sgsart PI_TRANSACTIONTYPE = flows-sfhaart IMPORTING PE_ADR_DATA = l_adr_data PE_NAME1 = flows-kontrh_name EXCEPTIONS OTHERS = 1.
FTR_FLOWTYPE_GET_TEXT call function 'FTR_FLOWTYPE_GET_TEXT' exporting i_langu = sy-langu i_rantyp = vtbfha-rantyp i_sbewart = flows-sfhazba importing e_xbewart = flows-xbewart exceptions text_not_found = 1 others = 2.
FTR_SECURITY_GET_TEXT call function 'FTR_SECURITY_GET_TEXT' exporting pi_security_id = flows-ranl importing pe_security_descr_short = flows-ranl_ktx pe_security_descr_long = flows-ranl_ltx exceptions * ENTRY_NOT_FOUND = 1 * SECURITY_ID_INITIAL = 2 others = 0.
FTR_DEPOT_GET_TEXT call function 'FTR_DEPOT_GET_TEXT' exporting pi_companycode = flows-bukrs pi_depot = flows-rldepo importing pe_depot_descr = flows-rldepo_ltx exceptions * ENTRY_NOT_FOUND = 1 * DEPOT_ID_INITIAL = 2 others = 0.
FWTR_AWKEY_GET_SECURITIES * CALL FUNCTION 'FWTR_AWKEY_GET_SECURITIES' * EXPORTING * I_FLOW = vtbfhapo * IMPORTING * E_AWKEY1 = flows-awkey ** E_AWKEY2 = * E_BELNRFI1 = flows-belnr * E_BELNRFI2 = flows-belnr2 ** E_BUKRS = flows-bukrs * E_GJAHR = flows-gjahr * EXCEPTIONS * FAILED = 1 * OTHERS = 2 * .
TRCA_FI_DOCUMENT_GET_KEYS * CALL FUNCTION 'TRCA_FI_DOCUMENT_GET_KEYS' * EXPORTING * OBJ_TYPE = 'TR-TM' * OBJ_KEY = flows-awkey ** OBJ_SYS = * TABLES * C_TAB_DOCKEYS = tabdocuments * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 * .
TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting id = 'OUTPUT' exceptions others = 0.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' *I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = is_layout = gs_layout it_fieldcat = t_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = GT_SP_GROUP * IT_SORT = T_SORT_TAB * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = g_save is_variant = g_variant * IT_EVENTS = T_EVENTS * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = flows * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = 'RFTX76SO' i_internal_tabname = 'FLOWS' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = 'RFTX76SOTOP' changing ct_fieldcat = t_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
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.
DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting domname = name value = value langu = spras importing dd07v_wa = i_dd07v.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = listheader.
TB_TRANSACTION_TO_DISPLAY call function 'TB_TRANSACTION_TO_DISPLAY' exporting activitytype = u_wrk_flows-sfgzustt companycode = u_wrk_flows-bukrs dealno = u_wrk_flows-rfha dealtype = u_wrk_flows-sfgtyp producttype = u_wrk_flows-sanlf * EXCEPTIONS * TRANSACTION = 1 * OTHERS = 2 .
TRCA_FI_DOCUMENT_DISPLAY call function 'TRCA_FI_DOCUMENT_DISPLAY' exporting companycode = u_bukrs document = u_belnr year = u_gjahr * OBJ_TYPE = * OBJ_KEY = * OBJ_SYS = exceptions not_found = 1 others = 2 .
TRCA_PAYMENTREQUEST_DISPLAY call function 'TRCA_PAYMENTREQUEST_DISPLAY' exporting keyno = u_wrk_flows-prkey * OBJ_TYPE = * OBJ_KEY = * OBJ_SYS = exceptions not_found = 1 others = 2 .
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting * tabname = 'VTBFHAPO' * tables * dfies_tab = lt_dfies[] * exceptions * 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.
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 RFTX76SO or its description.