SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

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







RFUVBE00 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 Belgian form for advance return for tax on sales/purchases (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 RFUVBE00 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 RFUVBE00. "Basic submit
SUBMIT RFUVBE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFUVBE00 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_REOD = Reorganization up to run date
Selection Text: PAR_VERS = Version of tables T007K/L
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 (Belgium)
Text Symbol: 004 = Tax on sales/purchases advance return from &DATFIELD1 to &DATFIELD2 for ;
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 lack of data, the advanced rtn for tax on sales/purch.was not created for;
Text Symbol: 103 = Reorganization


INCLUDES used within this REPORT RFUVBE00

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:

ID_OBSOLETE_OBJECT CALL FUNCTION 'ID_OBSOLETE_OBJECT' EXPORTING I_PROGRAMM = sy-repid EXCEPTIONS E_OBSOLETE = 1.

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 = ZWAERS.



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