SAP Reports / Programs

RFMXDFCRT SAP ABAP Report - Deferred Tax Certificates (Mexico)







RFMXDFCRT 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 RFMXDFCRT into the relevant SAP transactions such as SE38 or SE80


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 RFMXDFCRT. "Basic submit
SUBMIT RFMXDFCRT AND RETURN. "Return to original report after report execution complete
SUBMIT RFMXDFCRT 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_STMD1 = Time Frame
Selection Text: S_MWSKZ = D .
Selection Text: S_GJAHR = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BELNR = D .
Selection Text: S_ACCO = D .
Selection Text: P_FORM = Form
Title: Deferred Tax Certificates (Mexico)
Text Symbol: 045 = Partial Pymt Tax Amount
Text Symbol: 044 = Partially Paid Amount of
Text Symbol: 043 = Document Number
Text Symbol: 042 = Tax Certificate
Text Symbol: 041 = Form Name
Text Symbol: 040 = Fiscal Year
Text Symbol: 039 = Item Text
Text Symbol: 038 = Customer Address Number
Text Symbol: 037 = Company Address Number
Text Symbol: 036 = Customer Country
Text Symbol: 035 = Customer City
Text Symbol: 034 = Customer Postal Code
Text Symbol: 033 = Customer District
Text Symbol: 032 = Customer Street Co
Text Symbol: 031 = Customer Street
Text Symbol: 030 = Company Country
Text Symbol: 029 = Company City
Text Symbol: 028 = Company Postal Code
Text Symbol: 027 = Company District
Text Symbol: 026 = Company Street Code
Text Symbol: 025 = Company Street
Text Symbol: 024 = Company VAT Number
Text Symbol: 022 = Payment Doc Number
Text Symbol: 021 = Customer VAT Number
Text Symbol: 020 = Customer Name
Text Symbol: 014 = Tax Rate
Text Symbol: 013 = Gross Amount
Text Symbol: 012 = Tax Amount
Text Symbol: 011 = Tax Base
Text Symbol: 007 = Customer Number





Text Symbol: 006 = Tax Transfer Date
Text Symbol: 005 = Invoice Number
Text Symbol: 004 = Company Code
Text Symbol: 002 = Additinal Selection
Text Symbol: 001 = Selection Criteria


INCLUDES used within this REPORT RFMXDFCRT

INCLUDE RFMXDFCRT_TOP.
INCLUDE RFMXDFCRT_FORMS.


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.



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