MNASTO02 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 MNASTO02 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: Routines for Redesigned Partial and Full Cancellation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_INV_CANCEL_COMPLETE call function 'ISH_INV_CANCEL_COMPLETE' exporting it_canc_vbrk = it_canc_vbrk[] it_cases_vbrk = it_cases_vbrk[] it_cases_vbrp = it_cases_vbrp[] i_canc_type = canc_type " ISHFR-417 importing et_lu_vbrk = it_canc_vbrk_lu * et_canc_vbrp = e_seq_found = seq_found e_log_found = log_found exceptions error_determine_sequence = 1 wrong_import_parameters = 2 error_determine_log_inv = 3.
ISH_INV_CANCEL_COMPLETE call function 'ISH_INV_CANCEL_COMPLETE' exporting it_canc_vbrk = it_canc_vbrk[] it_canc_vbrp = it_canc_vbrp[] it_cases_vbrk = it_cases_vbrk[] it_cases_vbrp = it_cases_vbrp[] i_canc_type = canc_type " ISHFR-417 importing et_lu_vbrk = it_canc_vbrk_lu et_canc_vbrp = it_canc_vbrp_complete e_seq_found = seq_found * e_log_found exceptions error_determine_sequence = 1 wrong_import_parameters = 2 error_determine_log_inv = 3.
ISH_CHECK_INV_CANCEL_ALLOWED call function 'ISH_CHECK_INV_CANCEL_ALLOWED' exporting i_event = canc_type i_einri = hlp_vbrk-isheinri i_vbrk = hlp_vbrk * I_VBRP = i_invtype = 'E'"Echtabrechnung tables et_messages = tmp_mesg exceptions permission_denied = 1 others = 2.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = wa_tmp_mesg-arbgb msgty = wa_tmp_mesg-msgty msgv1 = wa_tmp_mesg-msgv1 msgv2 = wa_tmp_mesg-msgv2 msgv3 = wa_tmp_mesg-msgv3 msgv4 = wa_tmp_mesg-msgv4 txtnr = wa_tmp_mesg-txtnr.
MESSAGES_COUNT call function 'MESSAGES_COUNT' importing count = anz_mesg exceptions inconsistent_range = 1 inconsistent_range_severity = 2 others = 3.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting show_linno = ' ' exceptions inconsistent_range = 1 no_messages = 2 others = 3.
DEQUEUE_ENFAL call function 'DEQUEUE_ENFAL' exporting einri = einri falnr = wa_cases_vbrk-ishfalnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNASTO02 - IS-H: Routines for Redesigned Partial and Full Cancellation MNASTO01 - IS-H: Subprograms for Invoice Reversal Especially for Report RNUPAEN0 MNASTO00 - IS-H: Subroutines Related to Invoice Reversal MNAMPTOP - documentation and ABAP source code MNAMPO01 - documentation and ABAP source code MNAMPI01 - documentation and ABAP source code