RWBASSOC 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 RWBASSOC 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.
Selection Text: S_WERKS = D .
Selection Text: S_VTWEG = D .
Selection Text: S_VKORG = D .
Selection Text: S_TK_EX = D .
Selection Text: S_TKSACH = D .
Selection Text: S_TKONN = D .
Selection Text: S_TC_REL = D .
Selection Text: S_TCTYP = D .
Selection Text: S_SPART = D .
Selection Text: S_QTY_CP = D .
Selection Text: S_NO_DEL = Only active items
Selection Text: S_MAXL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_KUNNR = D .
Selection Text: S_ERNAM = D .
Selection Text: S_ERDAT = D .
Selection Text: S_ELIFN = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRP = D .
Selection Text: S_COMP = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BTBSTA = D .
Selection Text: P_VARI = D .
Selection Text: P_RELEAS = Release functions
Title: Association Management: Association Overview
Text Symbol: T01 = Confirmat. Prompt
Text Symbol: M02 = Document processing may take a long time. Release?
Text Symbol: M01 = Do you want to release selected documents?
Text Symbol: C04 = More...
Text Symbol: C03 = Closed
Text Symbol: C02 = Released
Text Symbol: C01 = Open or Not Approved
Text Symbol: B06 = Addit. data
Text Symbol: B05 = Administrative data
Text Symbol: B04 = Material data
Text Symbol: B03 = Organizational data
Text Symbol: B02 = Partner Data
INCLUDE WCUMULTOP . "
INCLUDE 2B001TOP.
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = 'RWBASSOC' tables selection_table = int_rsparams exceptions not_found = 1 no_report = 2 others = 3.
WB2_SELECT_FOR_LIST call function 'WB2_SELECT_FOR_LIST' exporting i_comp = s_comp i_qty_cp = s_qty_cp i_filter_del_items = l_filter_del_items i_maxl = s_maxl tables t_komwbhk = l_t_komwbhk t_tkonn = s_tkonn t_tkonn_ex = s_tk_ex t_tctyp = s_tctyp t_tc_rel = s_tc_rel t_btbsta = s_btbsta t_kunnr = s_kunnr t_elifn = s_elifn t_vkorg = s_vkorg t_vtweg = s_vtweg t_spart = s_spart t_ekorg = s_ekorg t_ekgrp = s_ekgrp t_werks = s_werks t_matkl = s_matkl t_matnr = s_matnr t_erdat = s_erdat t_budat = s_budat t_tksachb = s_tksach t_ernam = s_ernam exceptions no_data_found = 1 others = 2.
WB2_READ_DOCU_ITEM_WITH_TKONN call function 'WB2_READ_DOCU_ITEM_WITH_TKONN' exporting i_tkonn = l_t_komwbhk-tkonn tables t_komwbhi = tl_komwbhi exceptions no_records_found = 1 others = 2.
WB2_READ_CUMUL_DATA_FOR_TC call function 'WB2_READ_CUMUL_DATA_FOR_TC' exporting i_komwbhk = l_t_komwbhk.
WB2_READ_ASSOC_DATA_FOR_TC call function 'WB2_READ_ASSOC_DATA_FOR_TC' exporting i_komwbhk = l_t_komwbhk.
WB2_PRINT_ASSOC_DATA call function 'WB2_PRINT_ASSOC_DATA' * EXPORTING * I_TITLEBAR = 'CU0' tables t_komwbhi = tl_komwbhi t_komwbhk = l_t_komwbhk exceptions program_error = 1 list_prepare_error = 2 others = 3.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_disvariant i_save = 'A' importing es_variant = ls_disvariant exceptions not_found = 1 program_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWBASSOC - Association Management: Association Overview RWBASSOC - Association Management: Association Overview RWBA5002 - Reload Archived Trading Documents From Archive To Database RWBA5002 - Reload Archived Trading Documents From Archive To Database RWBA4002 - Delete Archived Trading Documents from the Database RWBA4002 - Delete Archived Trading Documents from the Database