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
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_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
INCLUDE RFMXDFCRT_TOP.
INCLUDE RFMXDFCRT_FORMS.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMXDFCRT - Deferred Tax Certificates (Mexico) RFMXDFCRT - Deferred Tax Certificates (Mexico) RFMWSKZTRIGGERREGUP - Generations of Triggers for Tax Code Conversion for REGUP RFMWSKZTRIGGERREGUP - Generations of Triggers for Tax Code Conversion for REGUP RFMWSKZTRIGGERKONV - Generations of Triggers for Tax Code Conversion for Condition Records RFMWSKZTRIGGERKONV - Generations of Triggers for Tax Code Conversion for Condition Records