IFVIMESSAGE is a standard ABAP INCLUDE 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 IFVIMESSAGE 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING I_IDENTIFICATION = SY-UZEIT LINE_FROM = '$NKA' LINE_TO = '$NKA' EXCEPTIONS OTHERS = 0.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = MESSAGE-ARBGB MSGTY = MESSAGE-MSGTY MSGV1 = MESSAGE-MSGV1 MSGV2 = MESSAGE-MSGV2 MSGV3 = MESSAGE-MSGV3 MSGV4 = MESSAGE-MSGV4 TXTNR = MESSAGE-TXTNR ZEILE = MESSAGE-ZEILE EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 01 E_MESSAGE = 02 I_MESSAGE = 03 W_MESSAGE = 04.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING * CORRECTIONS_OPTION = ' ' * LINE_FROM = '000' * LINE_TO = '999' OBJECT = OBJECT * SEND_IF_ONE = ' ' SHOW_LINNO = SPACE * IMPORTING * CORRECTIONS_WANTED = EXCEPTIONS INCONSISTENT_RANGE = 01 NO_MESSAGES = 02.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = TAB_MESSAGE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFVIMESSAGE - Exit-Routinen für Viewcluster AIND_STRUC, AIND_EXT, AIND_SKEY IFVIMESG - documentation and ABAP source code IFVIMCRV - IS-RE: Collection of Various Macros (Use Own Variables) IFVIMCRO - documentation and ABAP source code IFVIMCRE - documentation and ABAP source code IFVIMAZA_SELSCR - IFVIMAZASELSCR