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
Below is a list of transaction codes which are relevant to this SAP report
RTAXMCHECK - Tax Material Check for MLAN Table
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: 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
INCLUDE RFIDTAX_MATERIAL_CHECK_TOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.