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

J_1UF_PROFIT_DECL SAP ABAP Report - Program J_1UF_PROFIT_DECL







J_1UF_PROFIT_DECL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Print Program: Profit Declaration This program output the Profit Declaration by XML pages...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_1UF_PROFIT_DECL 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_PD - Profit declaration


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_1UF_PROFIT_DECL. "Basic submit
SUBMIT J_1UF_PROFIT_DECL AND RETURN. "Return to original report after report execution complete
SUBMIT J_1UF_PROFIT_DECL 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: P_AGRI = Agriculture
Selection Text: P_BUKRS = Company code
Selection Text: P_COSM = Cosmos
Selection Text: P_CUT = Cut declaration
Selection Text: P_C_NEW = Cut new declaration
Selection Text: P_FULL = Full declaration
Selection Text: P_HCPZ = Sale price
Selection Text: P_HFIFO = FIFO
Selection Text: P_HIDC = Identified cost
Selection Text: P_HNZ = Standard costs
Selection Text: P_HSC = Weighted avarage cost
Selection Text: P_K1_1 = K1/1
Selection Text: P_K1_2 = K1/2
Selection Text: P_K2 = K2
Selection Text: P_K3 = K3
Selection Text: P_K4 = K4
Selection Text: P_K5 = K5
Selection Text: P_K6 = K6
Selection Text: P_K7 = K7
Selection Text: P_ROUND = Round
Selection Text: P_Y1 = P1
Selection Text: P_Y2 = P2
Selection Text: P_Y3 = P3
Selection Text: PCONS = Consolidation report
Selection Text: PATH = Path to file
Selection Text: M_BUKRS = Main company
Selection Text: MONAT = Month of account
Selection Text: GJAHR = Fiscal year
Title: Program J_1UF_PROFIT_DECL
Text Symbol: 001 = Further selections
Text Symbol: 002 = Output control
Text Symbol: 003 = Special parameters
Text Symbol: 004 = Quarter addition
Text Symbol: 005 = Year addition
Text Symbol: 006 = K1/1
Text Symbol: 007 = K1/2
Text Symbol: 008 = K2
Text Symbol: 009 = K3





Text Symbol: 010 = K4
Text Symbol: 011 = K5
Text Symbol: 012 = K6
Text Symbol: 013 = K7
Text Symbol: 014 = P1
Text Symbol: 015 = P2
Text Symbol: 016 = P3
Text Symbol: 017 = Methods of state the value (K 1/1)
Text Symbol: 018 = Main


INCLUDES used within this REPORT J_1UF_PROFIT_DECL

INCLUDE J_1UF_PROFIT_DECLTOP . " GLOBAL DATA
INCLUDE J_1UF_PROFIT_DECLF01 . " FORM-ROUTINES


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