J_5KF_MAJOR_REPAIR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program of the accounting for the executed asset repairs (Kazakhstan )...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_5KF_MAJOR_REPAIR into the relevant SAP transactions such as SE38 or SE80
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: N_MODE = Background operation
Selection Text: E_MODE = ViewingOnlyErrors
Selection Text: CUPDATE = Mode of data update
Selection Text: A_MODE = Direct execute
Selection Text: ZVDASQ = Revaluation: movement type
Selection Text: ZEROSHOW = Show zero values fixed assets
Selection Text: ZDATEASQ = Posting date
Selection Text: ZBUKRS = Company code
Selection Text: ZAFABE = Tax depreciation area
Selection Text: SO_GROUP = Tax group
Selection Text: SO_BUDAT = Fiscal period
Title: The account of major repairs of fixed assets (Kazakhstan)
Text Symbol: 016 = RepairDat
Text Symbol: 001 = BeginBalance
Text Symbol: 002 = Increase(>15%)
Text Symbol: 003 = Deduction <15%
Text Symbol: 004 = COMPLETED REPAIRS OF FIXED ASSETS LIST
Text Symbol: 005 = Company code
Text Symbol: 024 = Arrived
Text Symbol: 023 = Retired
Text Symbol: 022 = EndingBalance
Text Symbol: 021 = SUMMARY DATA ON GROUPS OF FIXED ASSETS
Text Symbol: 006 = Fiscal year
Text Symbol: 007 = Fiscal periods
Text Symbol: 020 = RepSum>15%GrBal
Text Symbol: 019 = QuantGrRep
Text Symbol: 018 = 15%GroupBalance
Text Symbol: 031 = Cancel
Text Symbol: 030 = Execute
Text Symbol: 029 = BookValue revaluation you should be run in th last day of FiscalYear
Text Symbol: 028 = Book value revaluation perform for other fiscal year
Text Symbol: 017 = Priority
Text Symbol: 025 = Depreciation
Text Symbol: 026 = BalanceTotal
Text Symbol: 027 = Repairs revaluation for different fiscal years cannot be allowed
Text Symbol: 015 = TaxGroup
Text Symbol: 104 = Tax group
Text Symbol: 106 = Show zero values of fixed assets
INCLUDE J_5KF_MJR_BDCDATA.
INCLUDE J_5KF_MJR_TOP.
INCLUDE J_5KF_MJR_ALV_TOP.
INCLUDE J_5KF_MJR_HELP.
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_COMPANYCODE_GET_PERIOD CALL FUNCTION 'BAPI_COMPANYCODE_GET_PERIOD' EXPORTING COMPANYCODEID = ZBUKRS POSTING_DATE = SO_BUDAT-LOW IMPORTING FISCAL_YEAR = ZGJAHR_BEG FISCAL_PERIOD = TEMP_AFABG * return = EXCEPTIONS OTHERS = 1.
BAPI_COMPANYCODE_GET_PERIOD CALL FUNCTION 'BAPI_COMPANYCODE_GET_PERIOD' EXPORTING COMPANYCODEID = ZBUKRS POSTING_DATE = SO_BUDAT-HIGH IMPORTING FISCAL_YEAR = ZGJAHR_END FISCAL_PERIOD = TEMP_AFABG * return = EXCEPTIONS OTHERS = 1.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = 'ÁߨáÞÚ ÞèØÑÞÚ ßàØ äÞàÜØàÞÒÐÝØØ ÞâçÕâÐ'(001).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_5KF_MAJOR_REPAIR - The account of major repairs of fixed assets (Kazakhstan) J_5KF_MAJOR_REPAIR - The account of major repairs of fixed assets (Kazakhstan) J_5KF_INV - Print programm for FI invoice J_5KF_INV - Print programm for FI invoice J_5KFTAX21 - VAT declaration (Kazakstan) J_5KFTAX21 - VAT declaration (Kazakstan)