J_1UFTAX21 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_1UFTAX21 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1UFTAX21 - VAT declaration (Ukraine)
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: ADR3 = Address of executive authority
Selection Text: ANNEX1 =
Selection Text: ANNEX2 =
Selection Text: ANNEX4 =
Selection Text: BILASKAL = Amount format
Selection Text: CRMONTH = Month
Selection Text: CRQUART = Quarter
Selection Text: CRYEAR = Year
Selection Text: D011012 = D .
Selection Text: DECLDATE = Declaration submission date
Selection Text: FDOCCNT = Correction document number
Selection Text: FDOCTYPE = Identical document number
Selection Text: FIO_BUH = Chief accountant
Selection Text: FIO_MAIN = Director
Selection Text: FLAG_XML = Uploading to XML-format
Selection Text: FOR_PRD = For period
Selection Text: FOR_YEAR = For year
Selection Text: FSUBNUMB = Order number
Selection Text: F_RAJ = Administrative district code
Selection Text: F_REG = Region code
Selection Text: TAX_ADMN = Tax administration
Selection Text: TAXOFFIC = Tax office code
Selection Text: SO_DAN1 = D .
Selection Text: RPYEAR = Fiscal year
Selection Text: RPQUART = Fiscal quarter
Selection Text: RPMONTH = Fiscal month
Selection Text: PNATION = International address version
Selection Text: PATD = Folder
Selection Text: PAGED2 = D .
Selection Text: PAGED1 = D .
Selection Text: PAGE2 = General declaration (J_3rtax2)
Selection Text: PAGE1 = Title list(general) (J_3rtax1)
Selection Text: P261 = Percent of penalty
Selection Text: P251 = Bankroll reimbursement
Title: VAT declaration Ukraine
Text Symbol: 120 = year
Text Symbol: 121 = Print external number for income tax vouchers
Text Symbol: 122 = Exclude lines with 0 amount
INCLUDE J_1UF_VATDECL_TOP.
INCLUDE J_1UFTAX21_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
J_1UF_DATE CALL FUNCTION 'J_1UF_DATE' EXPORTING f_date = decldate IMPORTING f_day = f_day f_month = f_month f_year = f_year.
OPEN_FORM call function 'OPEN_FORM' exporting form = 'J_1UFTAX1' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM call function 'START_FORM' EXPORTING form = 'J_1UFTAX1'.
WRITE_FORM call function 'WRITE_FORM' EXPORTING element = 'A1' EXCEPTIONS others = 1.
call function 'END_FORM'.
OPEN_FORM call function 'OPEN_FORM' exporting form = 'J_1UFTAX2' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM call function 'START_FORM' EXPORTING form = 'J_1UFTAX2'.
WRITE_FORM call function 'WRITE_FORM' EXPORTING element = 'A1' EXCEPTIONS others = 1.
END_FORM call function 'END_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = 'J_1UFTAXD1' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = 'J_1UFTAXD1'.
END_FORM CALL FUNCTION 'END_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = 'J_1UFTAXD2' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = 'J_1UFTAXD2'.
END_FORM CALL FUNCTION 'END_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = 'J_1UFTAXD3' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = 'J_1UFTAXD3'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'A1' EXCEPTIONS OTHERS = 1.
END_FORM CALL FUNCTION 'END_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = 'J_1UFTAXD4' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = 'J_1UFTAXD4'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'A1' EXCEPTIONS OTHERS = 1.
END_FORM CALL FUNCTION 'END_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = 'J_1UFTAXD5' device = 'PRINTER' * language = 'RU' dialog = 'X' options = options.
START_FORM call function 'START_FORM' exporting form = 'J_1UFTAXD5'.
END_FORM call function 'END_FORM'.
CLOSE_FORM call function 'CLOSE_FORM'.
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_1UFTAX21 or its description.