RFIDMXVAT 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 RFIDMXVAT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RFVATRTNMX - VAT Return (Mexico)
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: S_DATE = Time Frame
Selection Text: S_BUKRS = D .
Selection Text: P_C1 = Prorate Factor
Selection Text: B1 = B1 (Output VAT)
Selection Text: A1 = A1 (Input VAT)
Title: VAT Return (Mexico)
Text Symbol: 035 = OCT-
Text Symbol: 036 = NOV-
Text Symbol: 037 = DEC-
Text Symbol: 038 = Totals-
Text Symbol: 039 = Remarks
Text Symbol: 040 = Export Sales USD
Text Symbol: 041 = Actos Totales
Text Symbol: 042 = Total Sales in Local Currency M.N.
Text Symbol: 043 = Export Sales M.N.
Text Symbol: 044 = Total of Gains due to Exchange Rate
Text Symbol: 045 = Total of Bank interests
Text Symbol: 046 = Total of other interest
Text Symbol: 047 = Total of other incomes
Text Symbol: 048 = Total of services import
Text Symbol: 049 = Total of not intangible imports
Text Symbol: 050 = Not taxable transactions
Text Symbol: 051 = Taxable Transactions at 15%
Text Symbol: 052 = TOTAL
Text Symbol: 053 = Taxable Transactions at 10%
Text Symbol: 054 = Taxable Transactions at 0%
Text Symbol: 055 = IVA trasladado
Text Symbol: 056 = Taxable exempt transactions
Text Symbol: 057 = Inversiones
Text Symbol: 058 = Report A1 - Monthly
Text Symbol: 059 = Report A1- Annual
Text Symbol: 060 = Report B1- VAT determination of the periods -
Text Symbol: 061 = IV.- Ajuste de IVA Acreditable Inversiones
Text Symbol: 062 = V.- Ajuste IVA NO acreditable Inversiones
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Prorate Factor
Text Symbol: 003 = VAT Return
Text Symbol: 004 = A1 (Input VAT)
INCLUDE RFIDMXVAT_TOP.
INCLUDE RFIDMXVAT_FORMS_ALL.
INCLUDE RFIDMXVAT_FORMS_DEF_RL.
INCLUDE RFIDMXVAT_FORMS_FI_BAL.
INCLUDE RFIDMXVAT_FORMS_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.