MNPASF30 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 MNPASF30 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_COUNT call function 'MESSAGES_COUNT' importing count = anzahl.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = msg_tab.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGES_ACTIVE call function 'MESSAGES_ACTIVE' exceptions not_active = 01.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = $arbgb msgty = $mtyp "I, W, E, A txtnr = $msgno "Message-Nummer * TXTNR = $MNR "Message-Nummer msgv1 = $mv1 msgv2 = $mv2 msgv3 = $mv3 msgv4 = $mv4.
MESSAGES_COUNT call function 'MESSAGES_COUNT' importing count = anzahl.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = $title show_linno = space exceptions no_messages = 04.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = msg_tab.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGES_COUNT call function 'MESSAGES_COUNT' importing count = anzahl.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = msg_tab.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = $title show_linno = space exceptions no_messages = 04.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
ISH_INFORMATION_WITH_PFKEY call function 'ISH_INFORMATION_WITH_PFKEY' exporting ss_arbgb = arbgb ss_ext_prg = repid ss_msgnr = msgnr ss_msgv1 = msgv1 ss_msgv2 = msgv2 ss_msgv3 = msgv3 ss_msgv4 = msgv4 importing ss_okcode = message_okcode.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = m_tab.
call function 'MESSAGES_COUNT' importing count = $counter.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = $messages.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
ISH_MESSAGE_HANDLER call function 'ISH_MESSAGE_HANDLER' exporting einri = $einri function = $func mess_arbgb = $arbgb mess_coll = $msgco mess_coll_active = $msgco_act mess_nr = $msgno mess_show = $msgshow mess_typ = $msgty mess_var1 = $msgv1 mess_var2 = $msgv2 mess_var3 = $msgv3 mess_var4 = $msgv4 importing mess_coll_active = $msgco_act * mess_typ = $msgty exceptions mess_typ_not_valid = 1 others = 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.
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 MNPASF30 or its description.
MNPASF30 - ===> Object NTPZ , generated by program RSSCD0 MNPASF20 - ===> Object NTPZ , generated by program RSSCD0 MNPASF10 - ===> Object NTPZ , generated by program RSSCD0 MNPASF00 - ===> Object NTPZ , generated by program RSSCD0 MNPAORG0 - documentation and ABAP source code MNPAKLAS - documentation and ABAP source code