SAP Reports / Programs | Contract Accounts Receivable and Payable | SAP Utilities | Contract Accounts Receivable and Payable(IS-U-CA) SAP IS

REARCUSTOMIZING_CHECK SAP ABAP Report - ARGENTINA: Legal report customizing consistency check







REARCUSTOMIZING_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 REARCUSTOMIZING_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

EAR_CHECKER - Verify legal rep. cust. consistency


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 REARCUSTOMIZING_CHECK. "Basic submit
SUBMIT REARCUSTOMIZING_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT REARCUSTOMIZING_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: S_BUKRS = D Company code
Title: ARGENTINA: Legal report customizing consistency check
Text Symbol: 999 = Checking revenue tax reporting customizing:
Text Symbol: 998 = Checking sales tax reporting customizing
Text Symbol: 997 = Legal report customizing check
Text Symbol: 911 = Verifying missing entry for structure EAR_REVDATA in table TFK010
Text Symbol: 910 = Verifying missing entry for structure EAR_REPDATA in table TFK010
Text Symbol: 909 = Verifying missing KTOSL in table TFK009
Text Symbol: 908 = Verifying missing report entries in TEARSALESTAX
Text Symbol: 907 = Verifying missing document classifications in TEARSORTDEF
Text Symbol: 906 = Verifying Taxids selection variants consistency
Text Symbol: 905 = Verifying missing document classifications in TEARVARIDEF
Text Symbol: 904 = Verifying table TEARTAXID
Text Symbol: 903 = Verifying table J_1ATAXID
Text Symbol: 902 = ***
Text Symbol: 901 = Checking Company code:
Text Symbol: 900 = ********************************************************************************
Text Symbol: 016 = Entry in table TFK009_REV with incorrect rule assignment for key:
Text Symbol: 015 = Entry missing in table TFK010 for revenue tax structure EAR_REVDATA
Text Symbol: 014 = Entry in table TFK009 with incorrect rule assignment for key:
Text Symbol: 013 = Entry missing in table TFK010 for sales tax structure EAR_REPDATA
Text Symbol: 012 = Entry missing in table TFK009 for key:
Text Symbol: 011 = GI perception for Bs.As. entry missing in TEARSALESTAX for company code:
Text Symbol: 010 = VAT perception entry missing in TEARSALESTAX for company code:
Text Symbol: 009 = VAT fiscal debit entry missing in TEARSALESTAX for company code:
Text Symbol: 008 = VAT legal book entry missing in TEARSALESTAX for company code:
Text Symbol: 007 = Document classification missing in sorting variant:
Text Symbol: 006 = VAT taxids selection variant inconsistencies
Text Symbol: 005 = Number of errors for Company code:
Text Symbol: 004 = Number of errors in step:
Text Symbol: 003 = Document classification missing in selection variant:
Text Symbol: 002 = Entry missing in TEARTAXID for key:
Text Symbol: 001 = KTOSL existing in tax procedure is missing in table J_1ATAXID for key:


INCLUDES used within this REPORT REARCUSTOMIZING_CHECK

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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