RWB2BEXPENSE001 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 RWB2BEXPENSE001 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: P_IN = OK
Selection Text: P_OUT = Not OK
Selection Text: P_PART = Read Partners
Selection Text: P_SCHEME = Calculation Scheme Analysis
Selection Text: P_SPART = D .
Selection Text: P_VKORG = D .
Selection Text: P_VTWEG = D .
Selection Text: S_EXPCL = D .
Selection Text: S_LFART = D .
Selection Text: S_TEWTYP = D .
Title: Customizing Evaluation: Expense Classes for Billing Types
Text Symbol: B01 = Expense Class
Text Symbol: B02 = Control
Text Symbol: O01 = Organizational data
Text Symbol: T01 = Relevant Billing Document Types for Message Class
Text Symbol: T02 = Non-Relevant Billing Document Types for Message Class
INCLUDE RWBEXP001TOP . "
No SAP DATABASE tables are accessed within this REPORT code!
WB2_EXP_TC_TYPE_FOR_CONDITION call function 'WB2_EXP_TC_TYPE_FOR_CONDITION' exporting i_output = 'A' tables ir_tew_type = s_tewtyp ir_lfart = s_lfart ir_exp_class = s_expcl et_exp_check = lt_exp_check.
WB2_EXP_PARTNER_FOR_TC_CONDIT call function 'WB2_EXP_PARTNER_FOR_TC_CONDIT' exporting * I_OUTPUT = 'A' i_vkorg = p_vkorg i_vtweg = p_vtweg i_spart = p_spart tables it_exp_check = lt_exp_check et_exp_check = lt_exp_check_2.
WB2_EXP_PARTNER_FOR_TC_CONDI_2 call function 'WB2_EXP_PARTNER_FOR_TC_CONDI_2' exporting * I_OUTPUT = 'A' i_vkorg = p_vkorg i_vtweg = p_vtweg i_spart = p_spart tables it_exp_check = lt_exp_check et_exp_check = lt_exp_check_2.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 'RWB2BEXPENSE001' i_structure_name = 'WB2_EXP_CHECK' is_layout = l_layout i_save = 'X' is_variant = l_disvariant it_except_qinfo = lt_except_qinfo tables t_outtab = lt_exp_check_out exceptions others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWB2BEXPENSE001 - Customizing Evaluation: Expense Classes for Billing Types RWB2BEXPENSE001 - Customizing Evaluation: Expense Classes for Billing Types RWB2BEV2 - Include RWB2BEV2 RWB2BE07 - Include RWB2BE07 RWB2BCUST01 - Global Trade General Control Parameters RWB2BCUST01 - Global Trade General Control Parameters