SAP Reports / Programs

RFIDTAX_MATERIAL_CHECK SAP ABAP Report - Product Tax Customizing Check







RFIDTAX_MATERIAL_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 RFIDTAX_MATERIAL_CHECK 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

RTAXMCHECK - Tax Material Check for MLAN Table


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 RFIDTAX_MATERIAL_CHECK. "Basic submit
SUBMIT RFIDTAX_MATERIAL_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDTAX_MATERIAL_CHECK 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: SAL_ORG = D Sales Organization
Selection Text: MATERIAL = D Material
Selection Text: DIST_CH = D Distribution Channel
Selection Text: COUNTRY = D Country
Title: Product Tax Customizing Check
Text Symbol: 502 = Description not available in logon language
Text Symbol: 501 = Tax Classification
Text Symbol: 500 = Tax Category
Text Symbol: 401 = Selection
Text Symbol: 400 = Sales Organization
Text Symbol: 111 = Description
Text Symbol: 110 = Error Type
Text Symbol: 109 = Tax Class9
Text Symbol: 108 = Tax Class8
Text Symbol: 107 = Tax Class7
Text Symbol: 106 = Tax Class6
Text Symbol: 105 = Tax Class5
Text Symbol: 104 = Tax Class4
Text Symbol: 103 = Tax Class3
Text Symbol: 102 = Tax Class2
Text Symbol: 101 = Tax Class1
Text Symbol: 100 = Material Number
Text Symbol: 001 = Selection


INCLUDES used within this REPORT RFIDTAX_MATERIAL_CHECK

INCLUDE RFIDTAX_MATERIAL_CHECK_TOP . " GLOBAL DATA


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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = g_save is_variant = g_variant it_events = gt_events[] i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo TABLES t_outtab_header = it_header t_outtab_item = it_error EXCEPTIONS program_error = 1 OTHERS = 2.



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