SAP Reports / Programs

RWB2B006 SAP ABAP Report - Trading Contract: Financial Documents







RWB2B006 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 RWB2B006 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

WB31 - Trading Contract: Fincl Documents


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


Text pool values


Selection Text: S_WAEMP = D Goods Recipient
Selection Text: S_LCNUM = D Financial Document Number
Selection Text: S_KUNNR = D Sold-to Party
Selection Text: S_BUKRS = D Company Code
Selection Text: S_BAANR = D Ext.fin.doc.no.
Selection Text: S_AYDAT = D Latest shipping date
Selection Text: S_AKKTP = D Financial Document Category
Selection Text: S_AKART = D Financial Document Type
Selection Text: S_AHDAT = D Presentation Date
Selection Text: P_VARI = D Layout
Selection Text: P_TCSEL = Select Trading Contracts
Selection Text: P_MSG = D Display Processing Steps
Title: Trading Contract: Financial Documents
Text Symbol: T09 = Output
Text Symbol: T08 = Processing
Text Symbol: T07 = List Format
Text Symbol: T06 = Select Documents
Text Symbol: T05 = Data
Text Symbol: T04 = Docs
Text Symbol: T03 = Partner
Text Symbol: T02 = Financial Docs
Text Symbol: T01 = Organization


INCLUDES used within this REPORT RWB2B006

INCLUDE RVVBTYP.


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:

WB2_FIN_DOCUM_ASS_TC_SELECT call function 'WB2_FIN_DOCUM_ASS_TC_SELECT' exporting i_tcsel = p_tcsel i_msg = p_msg tables it_range_bukrs = s_bukrs it_range_lcnum = s_lcnum it_range_baanr = s_baanr it_range_akktp = s_akktp it_range_akart = s_akart it_range_kunnr = s_kunnr it_range_waemp = s_waemp it_range_aydat = s_aydat it_range_ahdat = s_ahdat et_akkp = int_tab_akkp et_akkb = int_tab_akkb et_komwbhk = int_tab_komwbhk et_komwbhilc = int_tab_komwbhilc et_komwbhd = int_tab_komwbhd et_komwbhp = int_tab_komwbhp et_dd07v = int_tab_dd07v exceptions no_data_selected = 1 no_data_authority_check = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 'RWB2B006' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'KOMWBHILC' is_layout = l_layout i_save = 'X' is_variant = gs_disvariant tables t_outtab = int_tab_komwbhilc exceptions others = 4.



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