SAP Reports / Programs

RFIDMXFORMAT29 SAP ABAP Report - Monthly VAT Return for Vendors (Mexico)







RFIDMXFORMAT29 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 RFIDMXFORMAT29 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 RFIDMXFORMAT29. "Basic submit
SUBMIT RFIDMXFORMAT29 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDMXFORMAT29 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_FNAME = Name of File on Server
Selection Text: P_WITHT = D .
Selection Text: P_TRDCTP = Tax Transfer Document Type
Selection Text: P_DOC = Invoice Document Type
Selection Text: P_BLART = Credit Document Type
Selection Text: FNAME = D .
Title: Monthly VAT Return for Vendors (Mexico)
Text Symbol: 611 = Foreign Vendor
Text Symbol: 610 = Domestic Vendor
Text Symbol: 511 = Year
Text Symbol: 510 = Tx.bs.gp.n
Text Symbol: 509 = Version
Text Symbol: 508 = VAT Withheld
Text Symbol: 507 = Paid Amount
Text Symbol: 506 = Tx
Text Symbol: 505 = Vendor Name
Text Symbol: 504 = Tax No. 2
Text Symbol: 503 = Tax Number 1
Text Symbol: 502 = Trans Type
Text Symbol: 501 = Vendor Type
Text Symbol: 500 = Document No
Text Symbol: 406 = Fiscal ID Number
Text Symbol: 401 = Company Code
Text Symbol: 021 = Total (all foreign vendors)
Text Symbol: 020 = Total (all domestic vendors)
Text Symbol: 007 = File Creation
Text Symbol: 001 = Additional Selection


INCLUDES used within this REPORT RFIDMXFORMAT29

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:

RFID_EXIT_FORMAT29 * CALL FUNCTION 'RFID_EXIT_FORMAT29' * TABLES * i_tab_file = tab_file * i_tab_output = tab_output.

RFID_EXIT_FORMAT29 CALL FUNCTION 'RFID_EXIT_FORMAT29' TABLES i_tab_file = tab_file i_tab_output = tab_output.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = l_layout it_fieldcat = gt_fieldcat[] i_save = 'A' is_print = l_print TABLES t_outtab = tab_output.

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = lv_type i_tree_id = tree_id item = itab_dmee_head uparam = space TABLES file_output = f_output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = itab_dmee_head * param = lc_sappar uparam = space TABLES file_output = f_output.

DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING uparam = space TABLES file_output = f_output.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = fl_name filetype = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * trunc_trailing_blanks_eol = space * write_lf = space * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * DAT_MODE = ' ' * IMPORTING * FILELENGTH = TABLES data_tab = downtab EXCEPTIONS file_write_error = 1 OTHERS = 22.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_filename PARAMETER_1 = sy-cprog CHANGING PHYSICAL_FILENAME = s_fname EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .



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