SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

RAIDKRA11 SAP ABAP Report - Tangible,Intangible Asset Report







RAIDKRA11 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RAIDKRA11 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

RFKRASUP - Asset Accounting detail Report


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 RAIDKRA11. "Basic submit
SUBMIT RAIDKRA11 AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDKRA11 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: TEC_AREA = Depreciation area for SIBUIN
Selection Text: TAX_AREA = Tax depreciation area
Selection Text: P_ZEBRA = Striped pattern
Selection Text: P_VARI = Display variant
Selection Text: P_OUTPUT = File Name
Selection Text: P_MAXROW = Number of data records
Selection Text: P_DETPOP = Detail screen as dialog box
Selection Text: P_COLOPT = Optimize columns
Selection Text: PAR_READ = Read from SIBUIN Dep. Area
Selection Text: PAR_LOAD = Upload SIBUIN am. from File
Selection Text: EXEMPT = Year of Exemption( Deemed Dep)
Selection Text: DEP_MTH = Depreciation Method
Title: Tangible,Intangible Asset Report
Text Symbol: V12 = Tot. Deemed Dep.
Text Symbol: V11 = Cur. Cap exp.
Text Symbol: V10 = Acc. Cap exp.
Text Symbol: V09 = Cur. Deemed Dep
Text Symbol: V08 = Acc. Deemed Dep
Text Symbol: V07 = Tot Dep
Text Symbol: V06 = Tot SI-BU-IN
Text Symbol: V05 = Cur SI-BU-IN
Text Symbol: V04 = Acc. SI-BU-IN
Text Symbol: V03 = Cur Dep
Text Symbol: V02 = Acc Dep
Text Symbol: V01 = NBV
Text Symbol: T01 = Total;
Text Symbol: S05 = Initial BUIN Values
Text Symbol: S04 = Output
Text Symbol: S03 = Table field selection
Text Symbol: S02 = Asset selection
Text Symbol: S01 = Report requirements
Text Symbol: 101 = Reporting Date
Text Symbol: 072 = Asset Number
Text Symbol: 071 = Asset Class
Text Symbol: 060 = Display Options
Text Symbol: 005 = Test
Text Symbol: 001 = Company Code


INCLUDES used within this REPORT RAIDKRA11

INCLUDE RASORT04.





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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab_header = gt_kunde t_outtab_item = gt_asset.

UPLOAD * CALL FUNCTION 'UPLOAD' * EXPORTING * FILENAME = AFILE * FILETYPE = 'DAT' * TABLES * DATA_TAB = ITAB.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME = AFILE FILETYPE = 'ASC' HAS_FIELD_SEPARATOR = 'X' TABLES DATA_TAB = ITAB EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_READ_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 NO_AUTHORITY = 6 UNKNOWN_ERROR = 7 BAD_DATA_FORMAT = 8 HEADER_NOT_ALLOWED = 9 SEPARATOR_NOT_ALLOWED = 10 HEADER_TOO_LONG = 11 UNKNOWN_DP_ERROR = 12 ACCESS_DENIED = 13 DP_OUT_OF_MEMORY = 14 DISK_FULL = 15 DP_TIMEOUT = 16 OTHERS = 17.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = g_tabname_header i_structure_name = 'ANLH' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = e01_lt_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = g_tabname_item i_structure_name = 'ASSET_ITAB' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = e01_lt_fieldcat[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.

TABW_READ CALL FUNCTION 'TABW_READ' EXPORTING * F_TABW = I_BWASL = ANEPV-BWASL IMPORTING F_TABW = S_TABW E_TABWG = S_TABWG EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

T001_READ CALL FUNCTION 'T001_READ' EXPORTING BUKRS = BUKRS-LOW IMPORTING STRUCT = FORM_T001 EXCEPTIONS NO_ENTRY = 1 * OTHERS = 2 .

T093C_READ CALL FUNCTION 'T093C_READ' " Company codes FI-AA "RF-KR EXPORTING F_T093C = S_T093C * I_PBO_CHECK = ' ' IMPORTING F_T093C = S_T093C EXCEPTIONS NOT_FOUND = 1.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = BERDATUM " YYYYMMDD I_MONMIT = S_T093C-MONMIT " 00 I_PERIV = S_T001-PERIV " K4 IMPORTING E_GJAHR = SAV_GJAHR. " YYYY

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = SAV_GJAHR I_PERIV = S_T001-PERIV I_POPER = CON_POPER I_MONMIT = S_T093C-MONMIT IMPORTING E_DATE = SAV_GJBEG.

LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING I_DATE = BERDATUM I_PERIV = S_T001-PERIV IMPORTING E_DATE = SAV_GJEND.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = HEADER-UDATE " YYYYMMDD I_MONMIT = S_T093C-MONMIT " 00 I_PERIV = S_T001-PERIV " K4 IMPORTING E_GJAHR = CH_YEAR. " YYYY

LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING I_DATE = header-udate I_PERIV = S_T001-PERIV IMPORTING E_DATE = YEAR_END.

FIAA_NBV_SHOW CALL FUNCTION 'FIAA_NBV_SHOW' EXPORTING I_BUKRS = ANLCV-BUKRS I_AFABE = BOOK_AREA I_BZDAT = YEAR_END I_DIALOG = '' I_ANLN1 = ANLCV-ANLN1 I_ANLN2 = ANLCV-ANLN2 IMPORTING E_NBV = BOOK.

ANLC_READ_MULTIPLE_AFABE CALL FUNCTION 'ANLC_READ_MULTIPLE_AFABE' EXPORTING I_ANLN1 = ANLCV-ANLN1 I_ANLN2 = ANLCV-ANLN2 I_BUKRS = ANLCV-BUKRS I_GJAHR = CH_YEAR * I_PROBELESEN = ' ' TABLES T_ANLC = ZANLC.



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