MNAF1SELSCR 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 MNAF1SELSCR 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: Selection Screen for Invoice Restrictions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS OTHERS = 1.
ISH_CHECK_FIELD_ACTIVE_CVERS CALL FUNCTION 'ISH_CHECK_FIELD_ACTIVE_CVERS' EXPORTING ss_pname = 'SAPMNAF1' ss_dynnr = '0010' ss_field = 'R_TAGRU-LOW' ss_cvers = cvers * SS_CHECK_SWITCH = OFF EXCEPTIONS field_not_active = 1 OTHERS = 2.
ISH_MTPP_CHECK_ACTIVE CALL FUNCTION 'ISH_MTPP_CHECK_ACTIVE' EXPORTING i_einri = rnexl-einri IMPORTING e_tpp_active = g_tpp_active EXCEPTIONS not_active = 1 OTHERS = 2.
ISH_CHECK_FIELD_ACTIVE_CVERS CALL FUNCTION 'ISH_CHECK_FIELD_ACTIVE_CVERS' "Service type NL 25.05.2010
RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = report variant = rnaf0-vari EXCEPTIONS variant_not_existent = 1 variant_obsolete = 2.
RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = report variant = rnaf0-vari TABLES l_params_nonv = param_nonv_tab l_selop_nonv = selop_nonv_tab valutab = valu_tab EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2.
ISH_CHECK_FIELD_ACTIVE_CVERS CALL FUNCTION 'ISH_CHECK_FIELD_ACTIVE_CVERS' EXPORTING ss_pname = 'SAPMNAF1' ss_dynnr = '0010' ss_field = 'R_TAGRU-LOW' ss_cvers = cvers EXCEPTIONS field_not_active = 1 OTHERS = 2.
ISH_CHECK_FIELD_ACTIVE_CVERS CALL FUNCTION 'ISH_CHECK_FIELD_ACTIVE_CVERS' "Service type NL 25.05.2010
RS_VARIANT_INFO CALL FUNCTION 'RS_VARIANT_INFO' TABLES prog_range = r_prog var_range = r_var text_range = r_text created_by = r_crby changed_by = r_chby creadate = r_crdate changedate = r_chdate variant_info = uvarinfo_tab.
RS_VARIANT_INFO CALL FUNCTION 'RS_VARIANT_INFO' TABLES prog_range = r_prog var_range = r_var text_range = r_text created_by = r_crby changed_by = r_chby creadate = r_crdate changedate = r_chdate variant_info = cvarinfo_tab.
RS_VARIANT_INFO CALL FUNCTION 'RS_VARIANT_INFO' TABLES prog_range = r_prog var_range = r_var text_range = r_text created_by = r_crby changed_by = r_chby creadate = r_crdate changedate = r_chdate variant_info = varinfo_tab.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VARI' value_org = 'S' * dynpprog = report * dynpnr = dynpnr * dynprofield = retfield TABLES value_tab = varname_tab return_tab = ret_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Soll die bestehende Variante überschrieben werden?'(115) IMPORTING answer = overwrite.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = report TABLES selection_table = sel_tab EXCEPTIONS not_found = 1 no_report = 2.
RS_VARIANT_DELETE CALL FUNCTION 'RS_VARIANT_DELETE' EXPORTING report = report variant = new_var flag_confirmscreen = 'X' flag_delallclient = 'X' EXCEPTIONS not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 7 variant_not_existent = 8 no_corr_insert = 9 variant_protected = 10.
RS_CREATE_VARIANT CALL FUNCTION 'RS_CREATE_VARIANT' EXPORTING curr_report = report curr_variant = new_var vari_desc = vari_desc TABLES vari_contents = sel_tab vari_text = vari_text EXCEPTIONS OTHERS = 1.
RS_VARIANT_DELETE CALL FUNCTION 'RS_VARIANT_DELETE' EXPORTING report = report variant = del_var flag_delallclient = 'X' IMPORTING variant = del_var EXCEPTIONS not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 7 variant_not_existent = 8 no_corr_insert = 9 variant_protected = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNAF1SELSCR - IS-H: Selection Screen for Invoice Restrictions MNAF1O90 - documentation and ABAP source code MNAF1O50 - IS-H: Output of Information on Tab Strips MNAF1O40 - documentation and ABAP source code MNAF1LTEXT - FORM Routines for Long Text Processing MNAF1LOG - IS-H: FORM Routines for Appl. Log