J_3RFVATMMF06 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 J_3RFVATMMF06 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.
Title: Message Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CM_F_DELETE_OBJECT_MESSAGES CALL FUNCTION 'CM_F_DELETE_OBJECT_MESSAGES' EXPORTING aplid = space object = p_object EXCEPTIONS OTHERS = 0.
CM_F_SET_OBJECT CALL FUNCTION 'CM_F_SET_OBJECT' EXPORTING object = p_object object_id = gc_err_obj_id.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING arbgb = wa_msg-msgid msgnr = wa_msg-msgno msgty = wa_msg-msgty msgv1 = wa_msg-msgv1 msgv2 = wa_msg-msgv2 msgv3 = wa_msg-msgv3 msgv4 = wa_msg-msgv4 msg_on_screen = space object_dependent = f_obj_dep append_same_msg = space.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.