RAACCOBJ01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of Active Account Assignment Objects in Asset Accounting The program lists alle active account assignment objects for the selection criteria you choose...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 RAACCOBJ01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
AACCOBJ - Display Active Acct Assgnmt Elements
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: SO_OBJ = D Account Assignment Object
Selection Text: SO_BWASL = D Transaction Type
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_AMOVE = D Account Assignment Type
Selection Text: SO_AFABE = D Depreciation Area
Selection Text: P_VARI = D Layout
Title: Display of Active Account Assignment Objects
Text Symbol: 006 = Layout of Output List
Text Symbol: 005 = Data Selection
Text Symbol: 004 = Generic Transact.Type
Text Symbol: 003 = ActAsType
Text Symbol: 002 = AcctAssignType
Text Symbol: 001 = AcctAssignType
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
T093C_READ_MULTIPLE CALL FUNCTION 'T093C_READ_MULTIPLE' TABLES t_t093c = lt_t093c.
T093_READ_MULTIPLE CALL FUNCTION 'T093_READ_MULTIPLE' EXPORTING i_afapl = ls_afapl-low TABLES t_t093 = lt_t093 t_t093t = lt_t093t EXCEPTIONS no_afapl_defined = 1 t093_not_found = 2 OTHERS = 3.
FIAA_ACC_READ_AAACC_OBJ_STAR CALL FUNCTION 'FIAA_ACC_READ_AAACC_OBJ_STAR' EXPORTING is_aaacc_obj_move = ls_accobj * id_refresh = ' ' IMPORTING et_aaacc_obj_move = lt_accobj EXCEPTIONS input_data_not_found = 1 data_inconsistent = 2 accobj_not_active = 3 OTHERS = 4.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-cprog * I_INTERNAL_TABNAME = i_structure_name = 'V_AAACC_OBJ_01' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = sy-cprog * i_callback_pf_status_set = 'ALVREPORT_STATUS' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'LS_AAACC_OBJ_MOVE' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = ls_layout it_fieldcat = ct_fieldcat it_excluding = lt_excluding * IT_SPECIAL_GROUPS = it_sort = lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = lt_aaacc_obj_move EXCEPTIONS program_error = 1 OTHERS = 2.
DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = 'AA_MOVE_CHAR02' langu = sy-langu withtext = 'X' TABLES dd07v_tab = lt_aamovtxt EXCEPTIONS access_failure = 1 OTHERS = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = x_variant i_save = 'A' IMPORTING e_exit = x_exit es_variant = x_variant2 EXCEPTIONS not_found = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAACCOBJ01 - Display of Active Account Assignment Objects RAACCOBJ01 - Display of Active Account Assignment Objects RAABST02 - Reconcil. program FI-AA <-> G/L: List of accounts showing differences RAABST02 - Reconcil. program FI-AA <-> G/L: List of accounts showing differences RAABST01F1 - documentation and ABAP source code RAABST01 - Consistency Check of General Ledger and Asset Accounting