SAP Reports / Programs

J_1UFOZ1 SAP ABAP Report - Act of the acceptance and the transference







J_1UFOZ1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program J_1UFOZ1 purpose for select data and output the standart forms for fixed assets OZ-1 and OZ-2...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 J_1UFOZ1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1UF_OZ1 - OZ1


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_1UFOZ1. "Basic submit
SUBMIT J_1UFOZ1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1UFOZ1 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: END_DATE = End date
Selection Text: NO_OUT = No Output/Only Files creation
Selection Text: PA_DIR = Directory
Selection Text: P_CONCL = Conclusion
Selection Text: P_CORRSP = Corresponding
Selection Text: P_DATE = Date
Selection Text: P_MANAG = Manager
Selection Text: P_NAME1 = Person1
Selection Text: P_NAME2 = Person2
Selection Text: P_NAME3 = Person3
Selection Text: P_NAME4 = Person4
Selection Text: P_NAME5 = Person5
Selection Text: P_NAME6 = Person6
Selection Text: P_REVSN = Revision
Selection Text: P_TITLE1 = Title1
Selection Text: P_TITLE2 = Title2
Selection Text: P_TITLE3 = Title3
Selection Text: P_TITLE4 = Title4
Selection Text: P_TITLE5 = Title5
Selection Text: P_TITLE6 = Title6
Selection Text: R_OZ1 = OZ1
Selection Text: R_OZ2 = OZ2
Selection Text: S_ANLN1 = Asset numver
Selection Text: S_ANLN2 = Asset subnumber
Selection Text: S_BUKRS = Company code
Selection Text: BEG_DATE = Start date
Title: Act of the acceptance and the transference
Text Symbol: 001 = Assets selection
Text Symbol: 002 = Parameters for OZ1
Text Symbol: 003 = Manager
Text Symbol: 004 = Person 1
Text Symbol: 005 = Person 2
Text Symbol: 006 = Person 3
Text Symbol: 007 = Person 4
Text Symbol: 008 = Person 5
Text Symbol: 009 = Person 6
Text Symbol: 010 = Person 7
Text Symbol: 011 = Print parameters





Text Symbol: 012 = No printer dialog
Text Symbol: 013 = Collective printing
Text Symbol: 014 = Direct printing
Text Symbol: 015 = correspond
Text Symbol: 016 = revision
Text Symbol: 017 = Conclusion
Text Symbol: 020 = not correspond
Text Symbol: 021 = not revision
Text Symbol: 023 = Type OZ
Text Symbol: 024 = Parameters for OZ2
Text Symbol: 025 = Return
Text Symbol: 026 = Receive


INCLUDES used within this REPORT J_1UFOZ1

INCLUDE RVADTABL.
INCLUDE J_1UF_UNICODE_CHECK_TOP.
INCLUDE J_1UFOZ1_TOP.


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:

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = addr_sel IMPORTING ADDRESS_VALUE = addr_val EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = addr_sel IMPORTING address_value = addr_val EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4.

SSF_FUNCTION_MODULE_NAME * call function 'SSF_FUNCTION_MODULE_NAME' * exporting formname = lf_formname ** variant = ' ' ** direct_call = ' ' * importing fm_name = lf_fm_name * exceptions no_form = 1 * no_function_module = 2 * others = 3.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = file_name_str * FILETYPE = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * DAT_MODE = ' ' * CONFIRM_OVERWRITE = ' ' * NO_AUTH_CHECK = ' ' * CODEPAGE = ' ' * IGNORE_CERR = ABAP_TRUE * REPLACEMENT = '#' * WRITE_BOM = ' ' * TRUNC_TRAILING_BLANKS_EOL = 'X' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * WRITE_LF_AFTER_LAST_LINE = ABAP_TRUE * IMPORTING * FILELENGTH = TABLES DATA_TAB = int_xml_data * FIELDNAMES = EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 FILE_NOT_FOUND = 19 DATAPROVIDER_EXCEPTION = 20 CONTROL_FLUSH_ERROR = 21 OTHERS = 22 .

GUI_RUN CALL FUNCTION 'GUI_RUN' EXPORTING command = file_name * PARAMETER = * CD = IMPORTING returncode = retcode.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING LANGUAGE = SY-LANGU CURRENCY = t001-WAERS AMOUNT = wa_asset-cred_anbtr FILLER = ' ' IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = file_name_str * FILETYPE = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * DAT_MODE = ' ' * CONFIRM_OVERWRITE = ' ' * NO_AUTH_CHECK = ' ' * CODEPAGE = ' ' * IGNORE_CERR = ABAP_TRUE * REPLACEMENT = '#' * WRITE_BOM = ' ' * TRUNC_TRAILING_BLANKS_EOL = 'X' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * WRITE_LF_AFTER_LAST_LINE = ABAP_TRUE * IMPORTING * FILELENGTH = TABLES DATA_TAB = int_xml_data * FIELDNAMES = EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 FILE_NOT_FOUND = 19 DATAPROVIDER_EXCEPTION = 20 CONTROL_FLUSH_ERROR = 21 OTHERS = 22 .

GUI_RUN CALL FUNCTION 'GUI_RUN' EXPORTING command = file_name * PARAMETER = * CD = IMPORTING returncode = retcode.



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