REWA_AAT_CHECK 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 REWA_AAT_CHECK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EWA_AAT_CHECK - Consistency Check for Billing
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.
Consistency Check for Waste Disposal-Specific Billing Settings
Selection Text: STYPE = D Service Type
Title: Consistency Check for Waste Disposal-Specific Billing Settings
Text Symbol: EXT = Consistency Check
Text Symbol: T01 = Consistency Check for Billing Data
Text Symbol: T02 = Service Type / WBC / Rate
No SAP DATABASE tables are accessed within this REPORT code!
MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING x_no_dialog = 'X' x_log = 'X' x_next_msg = 'X' IMPORTING y_msg_handle = g_log_handle CHANGING xy_parm = g_s_log EXCEPTIONS failed = 1 subs_invalid = 2 log_invalid = 3 OTHERS = 4.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = g_s_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.
BAL_GLB_MSG_DEFAULTS_GET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_GET' IMPORTING e_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.
BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.
ISU_DB_ERTFND_SELECT CALL FUNCTION 'ISU_DB_ERTFND_SELECT' EXPORTING x_tarifart = x_aat-tarifart IMPORTING y_iertfnd = iertfnd EXCEPTIONS not_found = 1 OTHERS = 2.
ISU_CHECK_TARIFNR_FOR_ERTFND CALL FUNCTION 'ISU_CHECK_TARIFNR_FOR_ERTFND' EXPORTING x_tarifart = wertfnd-tarifart x_tariftyp = wertfnd-tariftyp x_tarifnr = wertfnd-tarifnr EXCEPTIONS general_fault = 1 not_consistent = 2 OTHERS = 3.
ISU_DB_ETRF_SINGLE CALL FUNCTION 'ISU_DB_ETRF_SINGLE' EXPORTING x_tarifnr = wertfnd-tarifnr IMPORTING y_etrf = wetrf TABLES t_ekdi = iekdi t_etrfv = ietrfv EXCEPTIONS OTHERS = 0.
BAL_GLB_MSG_DEFAULTS_GET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_GET' IMPORTING e_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.
BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.
ISU_DB_EWABILL_SELECT CALL FUNCTION 'ISU_DB_EWABILL_SELECT' EXPORTING x_billtype = x_aat-billtype TABLES t_ewabill = gt_bill EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 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.
REWA_AAT_CHECK - Consistency Check for Waste Disposal-Specific Billing Settings REWA_AAT_CHECK - Consistency Check for Waste Disposal-Specific Billing Settings REWASTECONTR - Program for Object Type WASTECONTR: Waste Disposal Order REWASTECONTR - Program for Object Type WASTECONTR: Waste Disposal Order REWAORDER_RESULT - Confirm Waste Disposal Order REWAORDER_RESULT - Confirm Waste Disposal Order