SAP Reports / Programs

IAOM_LINK_ANALYSIS SAP ABAP Report - Analysis of Connections of Account Assignment Management Objects







IAOM_LINK_ANALYSIS 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 IAOM_LINK_ANALYSIS 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

IAOMC - Object Link Analysis Acct Management


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 IAOM_LINK_ANALYSIS. "Basic submit
SUBMIT IAOM_LINK_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT IAOM_LINK_ANALYSIS 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: S_OBJID = Technical Key
Selection Text: S_BUSKY = Business Key
Selection Text: P_BUSID = Business Scenario
Title: Analysis of Connections of Account Assignment Management Objects
Text Symbol: LT3 = Hist. Acct Asst
Text Symbol: LT2 = History Object
Text Symbol: LT1 = Current Status
Text Symbol: LT0 = Origin Row
Text Symbol: 027 = Bus.Scen.Grp
Text Symbol: 026 = Bus.Scen.
Text Symbol: 025 = Settlement Rcvr
Text Symbol: 024 = TimeCust
Text Symbol: 023 = DateCust.
Text Symbol: 022 = Hist. Ref. Object
Text Symbol: 021 = ScrntoTime
Text Symbol: 020 = ValidtoDte
Text Symbol: 016 = H.Level
Text Symbol: 015 = PrCtr
Text Symbol: 014 = Arch.ble
Text Symbol: 013 = Technical Key for Object
Text Symbol: 012 = Conts.
Text Symbol: 011 = Name
Text Symbol: 010 = Add.Tab.
Text Symbol: 009 = AlAcAsTy.
Text Symbol: 008 = Acct Assgt Alloc.
Text Symbol: 007 = AcAsType
Text Symbol: 006 = CO Acct Assgn
Text Symbol: 005 = Acct Assignmt Object
Text Symbol: 004 = Ref.Usage
Text Symbol: 003 = Reference Object
Text Symbol: 002 = Higher-Level Object
Text Symbol: 001 = Object


INCLUDES used within this REPORT IAOM_LINK_ANALYSIS

No INCLUDES are used within this REPORT code!


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:

CONVERSION_EXIT_OBJNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_OBJNR_OUTPUT' EXPORTING INPUT = ls_ass-OBJECT_NO IMPORTING OUTPUT = ls_show-OBJECT_NO.

CONVERSION_EXIT_OBJNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_OBJNR_OUTPUT' EXPORTING INPUT = ls_ass-OBJECT_NO_SET IMPORTING OUTPUT = ls_show-OBJECT_NO_SET.

CONVERSION_EXIT_OBJNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_OBJNR_OUTPUT' "sh EXPORTING "sh INPUT = ls_ass-OBJECT_NO_rec "sh IMPORTING "sh OUTPUT = ls_show-OBJECT_NO_rec. "sh

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'IAOM_LINK_ANALYSIS' "CK i_callback_user_command = 'DETAIL' "CK * I_STRUCTURE_NAME = it_fieldcat = lt_field I_SAVE = 'A' * IT_EVENTS = LT_EVENT TABLES T_OUTTAB = lt_show.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lo_bu_scenario->TABNAME_CURRENT_ASS TABLES dfies_tab = lt_field_info EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING it_fieldcat = lta_field I_SAVE = 'A' TABLES T_OUTTAB = lta_show.

CONVERSION_EXIT_OBJNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_OBJNR_OUTPUT' EXPORTING INPUT = ls_ass_hst-OBJECT_NO IMPORTING OUTPUT = ls_show_hst-OBJECT_NO.

CONVERSION_EXIT_OBJNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_OBJNR_OUTPUT' EXPORTING INPUT = ls_ass_hst-OBJECT_NO_SET IMPORTING OUTPUT = ls_show_hst-OBJECT_NO_SET.

CONVERSION_EXIT_OBJNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_OBJNR_OUTPUT' EXPORTING INPUT = ls_ass_hst-OBJECT_NO_rec IMPORTING OUTPUT = ls_show_hst-OBJECT_NO_rec.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'IAOM_LINK_ANALYSIS' i_callback_user_command = 'DETAIL1' * I_STRUCTURE_NAME = it_fieldcat = lt_field I_SAVE = 'A' * IT_EVENTS = LT_EVENT TABLES T_OUTTAB = lt_show_hst.



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