SAP Reports / Programs | Logistics - General | Global Trade | Expenses(LO-GT-TE) SAP LO

RWB2BEXPENSE001 SAP ABAP Report - Customizing Evaluation: Expense Classes for Billing Types







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


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 RWB2BEXPENSE001. "Basic submit
SUBMIT RWB2BEXPENSE001 AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2BEXPENSE001 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: 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


INCLUDES used within this REPORT RWB2BEXPENSE001

INCLUDE RWBEXP001TOP . "


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_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.



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