J_3RTAXTEST 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_3RTAXTEST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J3RTAXTEST - Print Sample VAT Returns (Russia)
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: PAGE1 = Cover Sheet, Section 1
Selection Text: PAGE2 = Section 2, Tax Agent (DTA)
Selection Text: PAGE3 = Section 3 (D09)
Selection Text: PAGE4 = 0%conf.,Sec.4(DC1,DC5,DC7,DC8)
Selection Text: PAGE5 = 0% past, Sec.5 (D76,D87)
Selection Text: PAGE6 = 0% not conf., Sec.6 (DE1,D77)
Selection Text: PAGE7 = Untaxable, Sec.7 (DN0,DN1,DN2)
Selection Text: PAGEA = Customs Union (DN4)
Selection Text: PAGEB_1 = Belarus: Cover, Section 1.1
Selection Text: PAGEB_2 = Belarus: Section 2 (DNA)
Selection Text: PAGEB_3 = Belarus: Section 3 (DN3)
Selection Text: PAGE_N = First Page Number
Selection Text: PERF_SUM = Perform Sum Checking
Title: Check Line Numbers in VAT Returns (Russia)
Text Symbol: 030 = tax rate 0 percent
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_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.