RNAFORM0 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 RNAFORM0 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: IS-H: Generally Usable FORM Routines
Text Symbol: 001 = Messages
Text Symbol: 002 = Code
INCLUDE RNDATA00.
INCLUDE MNCHIDE0.
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = anzahl.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = mess_title show_linno = space EXCEPTIONS no_messages = 04.
MESSAGES_COUNT * CALL FUNCTION 'MESSAGES_COUNT' * IMPORTING * count = anzahl.
MESSAGES_GIVE * CALL FUNCTION 'MESSAGES_GIVE' * TABLES * t_mesg = t_mesg.
MESSAGES_STOP * CALL FUNCTION 'MESSAGES_STOP' * EXCEPTIONS * i_message = 01 * w_message = 02 * e_message = 03 * a_message = 04.
MESSAGES_INITIALIZE * CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 01.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = tmp_arbgb msgty = tmp_msgty msgv1 = string_msgv1 msgv2 = string_msgv2 msgv3 = string_msgv3 msgv4 = string_msgv4 txtnr = tmp_txtnr zeile = msg_zeile.
ISH_MESSAGE_HANDLER CALL FUNCTION 'ISH_MESSAGE_HANDLER' EXPORTING einri = einri function = function mess_arbgb = mess_arbgb mess_coll = mess_coll mess_coll_active = mess_coll_active mess_nr = mess_nr mess_show = mess_show mess_typ = mess_typ mess_var1 = mess_var1 mess_var2 = mess_var2 mess_var3 = mess_var3 mess_var4 = mess_var4 mess_error = mess_error no_tn21m = no_tn21m * IMPORTING * MESS_COLL_ACTIVE = * MESS_TYP = EXCEPTIONS mess_typ_not_valid = 1 OTHERS = 2.
MESSAGES_COUNT * CALL FUNCTION 'MESSAGES_COUNT' * IMPORTING * count = anzahl.
MESSAGES_GIVE * CALL FUNCTION 'MESSAGES_GIVE' * TABLES * t_mesg = t_mesg.
MESSAGES_STOP * CALL FUNCTION 'MESSAGES_STOP' * EXCEPTIONS * i_message = 01 * w_message = 02 * e_message = 03 * a_message = 04.
MESSAGES_INITIALIZE * CALL FUNCTION 'MESSAGES_INITIALIZE'.
ISH_EDI_MESSAGES_COUNT CALL FUNCTION 'ISH_EDI_MESSAGES_COUNT' IMPORTING count = anzahl.
ISH_EDI_MESSAGES_GIVE CALL FUNCTION 'ISH_EDI_MESSAGES_GIVE' TABLES t_mesg = t_edimesg.
MESSAGES_STOP * call function 'MESSAGES_STOP' * exceptions * i_message = 01 * w_message = 02 * e_message = 03 * a_message = 04.
ISH_EDI_MESSAGES_INITIALIZE CALL FUNCTION 'ISH_EDI_MESSAGES_INITIALIZE'.
* call function 'HELPSCREEN_NA_CREATE' * exporting * meld_id = meld_id * meld_nr = meld_nr * msgv1 = msgv1 * msgv2 = msgv2 * msgv3 = msgv3 * msgv4 = msgv4 ** PFKEY = ** PROGRAMM = * titel = title * exceptions * others = 1.
ISH_MESSAGE_LONGTEXT_DISPLAY CALL FUNCTION 'ISH_MESSAGE_LONGTEXT_DISPLAY' EXPORTING msgid = meld_id msgno = meld_nr msgv1 = msgv1 msgv2 = msgv2 msgv3 = msgv3 msgv4 = msgv4 EXCEPTIONS OTHERS = 1.
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 RNAFORM0 or its description.