J_1UFOZ6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program prints the russian asset legal form: Inventory card of fixed asset (legal form OS-6)...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_1UFOZ6 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1UF_OZ6 - OZ6
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: STORT = Location
Selection Text: PERNR = Personell number
Selection Text: PA_SET = Parameters string code
Selection Text: PA_DIR = Directory
Selection Text: KOSTL = Cost center
Selection Text: GSBER = Business-area
Selection Text: BUKRS = Company code
Selection Text: ALNMB6 = Inventory number
Selection Text: ALNMB2 = Sub-number
Selection Text: ALNMB1 = Fixed asset
Selection Text: ALDOCDAT = Card date
Selection Text: ALDEPAR = Depreciation area
Selection Text: ALCLASS = Asset class
Selection Text: ALCARDTP = Card type (Asset type)
Title: Fixed Assets Inventory Cards (Russia)
Text Symbol: 200 = Form OS-1
Text Symbol: 103 = Internal transfer
Text Symbol: 102 = Time-dependent data
Text Symbol: 101 = Basic parameters
Text Symbol: 035 = ConstrDate
Text Symbol: 034 = RegPassport
Text Symbol: 033 = OKOF-code
Text Symbol: 032 = UsLifMn
Text Symbol: 031 = UsLifYr
Text Symbol: 030 = DpGr
Text Symbol: 029 = InventCardNumber
Text Symbol: 007 = Company code:
Text Symbol: 006 = Forming date:
Text Symbol: 005 = Evidence
Text Symbol: 004 = Print parameters
Text Symbol: 003 = General parameters:
Text Symbol: 002 = Parameter
Text Symbol: 001 = Order list of fixed assets cards:
INCLUDE OLE2INCL.
INCLUDE J_1UF_UNICODE_CHECK_TOP.
INCLUDE J_1UFOZ6_TYPES.
INCLUDE J_1UFOZ6_TOP.
INCLUDE J_1UFOZ6_TOP_VERS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.