SAP Reports / Programs

RFUVDE00 SAP ABAP Report - Print Program: Advance Return for Tax on Sales/Purchases (Germany)







RFUVDE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program creates the entries for the German form for advance return for tax on sales/purchases in 1994 (designated by "ARTS form" in the following)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFUVDE00 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 RFUVDE00. "Basic submit
SUBMIT RFUVDE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFUVDE00 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: PAR_DSEP = Print separation requested
Selection Text: PAR_LAUD = Run date
Selection Text: PAR_LAUI = Additional run ID
Selection Text: PAR_NORO = Do not round base amounts
Selection Text: PAR_PDF = Output using ADOBE
Selection Text: PAR_REOD = Reorganization up to run date
Selection Text: PAR_SAP = Output using SAPSCRIPT
Selection Text: SEL_BKRS = Company code
Selection Text: SEL_REOI = Reorganization for run ID
Selection Text: SEL_UKRS = Taxes on sales/purchases group
Title: Print Program: Advance Return for Tax on Sales/Purchases (Germany)
Text Symbol: 001 = Adjusted advance return for tax on sales/purchases ;
Text Symbol: 002 = Clearing of amount refunded requested ;
Text Symbol: 003 = Cancel collection authorization for this advance return period ;
Text Symbol: 004 = Advance return for tax on sales/purchases from &DATFIELD1 to &DATFIELD2 ;
Text Symbol: 005 = Taxes on sales/purchases group;
Text Symbol: 006 = Company code ;
Text Symbol: 009 = The advanced return for tax on sales/purchases was created for ;
Text Symbol: 010 = Due to insufficient data, the adv.retn for tax on sales/purc.was not created for;
Text Symbol: 103 = Reorganization


INCLUDES used within this REPORT RFUVDE00

INCLUDE RFUVDATA.


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:

FORM_CHECK CALL FUNCTION 'FORM_CHECK' EXPORTING i_pzfor = tab_007f-formu EXCEPTIONS not_defined = 1.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = tab_007f-formu device = 'PRINTER' language = sy-langu OPTIONS = itcpo dialog = space.

START_FORM CALL FUNCTION 'START_FORM'.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp.

FORM_CHECK CALL FUNCTION 'FORM_CHECK' EXPORTING i_pzfor = tab_007f-formu EXCEPTIONS not_defined = 1.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = tab_007f-formu device = 'PRINTER' language = sy-langu OPTIONS = itcpo dialog = space.

START_FORM CALL FUNCTION 'START_FORM'.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp.

POPUP_NO_LIST * CALL FUNCTION 'POPUP_NO_LIST'.

FI_EMU_GET_OLD_CURRENCY CALL FUNCTION 'FI_EMU_GET_OLD_CURRENCY' EXPORTING i_bukrs = bukrs IMPORTING e_hwaer = t001-waers.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts i_callback_pf_status_set = 'SET_PF_STATUS' TABLES t_outtab = it_table EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = gv_formname IMPORTING e_funcname = gv_fm_name e_interface_type = gv_interface_type.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = gv_fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.

GET_PRINT_PARAMETERS





CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' MODE = 'CURRENT' IMPORTING OUT_PARAMETERS = ls_prparams VALID = ld_valid EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 1 INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 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 RFUVDE00 or its description.