SAP Reports / Programs | Financial Accounting(FI) SAP FI

J_1UFOZ6 SAP ABAP Report - Fixed Assets Inventory Cards (Russia)







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


Transaction Code(s):

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

J1UF_OZ6 - OZ6


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_1UFOZ6. "Basic submit
SUBMIT J_1UFOZ6 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1UFOZ6 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: 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:


INCLUDES used within this REPORT J_1UFOZ6

INCLUDE OLE2INCL.
INCLUDE J_1UF_UNICODE_CHECK_TOP.
INCLUDE J_1UFOZ6_TYPES.
INCLUDE J_1UFOZ6_TOP.
INCLUDE J_1UFOZ6_TOP_VERS.




INCLUDE J_1UFOZ6_COMMON.
INCLUDE J_1UFOZ6_ALV_TOP.
INCLUDE J_3ROS6_ICNMB_VERS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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