J_3RTAX21_07 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_07 into the relevant SAP transactions such as SE38 or SE80
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: AUTH_DOC = Auth.Document
Selection Text: CREDITOR = D .
Selection Text: CR_DATE = Confirmation Date
Selection Text: DOC_NUM = Document Number
Selection Text: DO_DMEE = Output to File
Selection Text: FILENAME = File Name
Selection Text: FIO_MAIN = CEO Name
Selection Text: FIO_REP = Representative
Selection Text: INS_CODE = Tax Office Code
Selection Text: KBK = KBK
Selection Text: PAGE1 = General VAT Return
Selection Text: PAGE2 = Zero-Rated VAT Return
Selection Text: PAGE3 = Import from Belarus,CoverSheet
Selection Text: PAGE_N = First Page Number
Selection Text: PERSON = Person
Selection Text: P_VARI =
Selection Text: RATE = Scale
Selection Text: RUN_DATE =
Selection Text: TAXOFFIC = Tax Inspection Code
Selection Text: TAX_PER = Tax Period Type
Selection Text: TAX_YEAR = Fiscal Year
Selection Text: TEL = Telephone
Selection Text: TO_FILE = Create File
Selection Text: TREE_ID = Format Tree
Selection Text: TREE_TYP = Tree Type
Title: VAT Returns (Russia)
Text Symbol: 071 = Information about Taxpayer
Text Symbol: 072 = Number of Appendix Pages
Text Symbol: 073 = Date
Text Symbol: 074 = OKATO
Text Symbol: 075 = Tax Office
Text Symbol: 076 = Registration Number (OGRN)
Text Symbol: 077 = KBK
Text Symbol: 078 = OKVED
Text Symbol: 081 = CEO Name
Text Symbol: 082 = Chief Acct Name
Text Symbol: 083 = City Code and Tel Number
Text Symbol: 085 = Tax Office Code
INCLUDE J_3RTAX_GLOBAL_DATA.
INCLUDE J_3RTAX_SELECTION_PARAMETERS.
INCLUDE J_3RTAX21_07_DMEE.
No SAP DATABASE tables are accessed within this REPORT code!
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.
SYSTEM_INSTALLED_LANGUAGES call function 'SYSTEM_INSTALLED_LANGUAGES' importing languages = languages exceptions sapgparam_error = 1 others = 2.
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.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'TX' DOKLANGU = SY-LANGU DOKNAME = NAME * doktitle = text-081 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_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.
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_07 or its description.