SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_3RTAX21 SAP ABAP Report - VAT Returns (Russia)







J_3RTAX21 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 J_3RTAX21 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 J_3RTAX21. "Basic submit
SUBMIT J_3RTAX21 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RTAX21 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: APPEND = Number of Appendixe Pages
Selection Text: COR_NUM = Correction Number
Selection Text: CREDITOR = D .
Selection Text: CR_DATE = Confirmation Date
Selection Text: FIO_BUH = Chief Accountant Name
Selection Text: FIO_MAIN = CEO Name
Selection Text: INS_CODE = Tax Office Code
Selection Text: KBK = KBK
Selection Text: NUM_PER = Period Number
Selection Text: OGRN = Registration Number
Selection Text: OGRNIP = OGRNIP
Selection Text: OKATO = OKATO
Selection Text: PAGE1 = General VAT Return
Selection Text: PAGE1_2 = General VAT Return
Selection Text: PAGE1_3 = General VAT Return
Selection Text: TEL = Telephone
Selection Text: TAX_YEAR = Fiscal Year
Selection Text: TAX_PER = Tax Period Type
Selection Text: TAXOFFIC = Tax Inspection Code
Selection Text: RUN_DATE =
Selection Text: RATE = Scale
Selection Text: P_VARI =
Selection Text: PGS = Number of Pages
Selection Text: PAGE_N = First Page Number
Selection Text: PAGE3_2 = Import from Belarus, Main Part
Selection Text: PAGE3 = Import from Belarus,CoverSheet
Selection Text: PAGE2_2 = Zero-Rated VAT Return
Selection Text: PAGE2 = Zero-Rated VAT Return
Selection Text: PAGE1_4 = Nontaxable Transactions
Title: VAT Returns (Russia)
Text Symbol: 085 = Tax Office Code
Text Symbol: 083 = City Code and Tel Number
Text Symbol: 082 = Chief Acct Name
Text Symbol: 081 = CEO Name
Text Symbol: 078 = Registration Number (OGRNIP)
Text Symbol: 077 = KBK
Text Symbol: 076 = Registration Number (OGRN)
Text Symbol: 075 = Tax Office





Text Symbol: 074 = OKATO
Text Symbol: 073 = Date
Text Symbol: 072 = Number of Appendix Pages
Text Symbol: 071 = Cover Sheets
Text Symbol: 070 = Number of Pages
Text Symbol: 001 = Cover Sheet, General VAT Return
Text Symbol: 002 = Main Section, General VAT Return
Text Symbol: 003 = Cover Sheet, Zero-Rated VAT Return
Text Symbol: 004 = Main Section, Zero-Rated VAT Retrn
Text Symbol: 005 = Run ID
Text Symbol: 006 = Run Date
Text Symbol: 007 = Tax Agent
Text Symbol: 009 = Nontaxable Transactions
Text Symbol: 010 = Imports from Belarus
Text Symbol: 011 = Date to
Text Symbol: 012 = VAT Identificator
Text Symbol: 014 = Correction
Text Symbol: 015 = Code:
Text Symbol: 017 = Tax Period
Text Symbol: 018 = N Period
Text Symbol: 019 = Year
Text Symbol: 020 = from
Text Symbol: 021 = to
Text Symbol: 023 = No tax code description found in language
Text Symbol: 025 = Imports from Belarus, Cover Sheet
Text Symbol: 027 = DNAME
Text Symbol: 030 = tax rate 0 percent
Text Symbol: 037 = Taxpayer
Text Symbol: 040 = Sections of VAT Returns to Be Printed
Text Symbol: 041 = VAT Return Data
Text Symbol: 044 = First Page Number
Text Symbol: 045 = There are more than one company codes for the current program run.
Text Symbol: 046 = Continue processing ?
Text Symbol: 051 = Post Index
Text Symbol: 052 = Region CIS
Text Symbol: 053 = Region Code
Text Symbol: 055 = Scale
Text Symbol: 056 = Region
Text Symbol: 057 = City





Text Symbol: 061 = Street
Text Symbol: 062 = House
Text Symbol: 063 = Building
Text Symbol: 064 = Room
Text Symbol: 066 = Legal (Official) Address
Text Symbol: 067 = Administrative (Executive) Address or Detached Unit Address
Text Symbol: 068 = Foreign Tax Code
Text Symbol: 069 = For Foreign Companies Only


INCLUDES used within this REPORT J_3RTAX21

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:

POPUP_CONTINUE_YES_NO CALL FUNCTION 'POPUP_CONTINUE_YES_NO' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TXT1 TEXTLINE2 = TXT2 TITEL = TXT3 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANTWORT EXCEPTIONS OTHERS = 1.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL ADDRESS_GROUP = 'CA01' IMPORTING SADR = SADR ADDRESS_VALUE = ADDR1_VAL EXCEPTIONS OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL ADDRESS_GROUP = 'CA01' IMPORTING SADR = SADR ADDRESS_VALUE = ADDR1_VAL EXCEPTIONS OTHERS = 5.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'TX' DOKLANGU = SY-LANGU DOKNAME = NAME * doktitle = text-081 * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' * MSG_VAR_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' * CALLED_BY_CUAPROG = ' ' * CALLED_BY_CUASTAT = TABLES LINKS = LINKS EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING IE_OUTPUTPARAMS = fp_params EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = FORM_NAME IMPORTING E_FUNCNAME = E_FM_NAME.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = FORM_NAME2 IMPORTING E_FUNCNAME = E_FM_NAME.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING IE_OUTPUTPARAMS = fp_params EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = FORM_NAME IMPORTING E_FUNCNAME = E_FM_NAME.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_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 J_3RTAX21 or its description.