MN1AFF10 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 MN1AFF10 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!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = p_fname values = lt_list EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = p_fname values = lt_list EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'N1AOEZ' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
ISH_UPDATE_N1AOEZ CALL FUNCTION 'ISH_UPDATE_N1AOEZ' EXPORTING * DATUM = SY-DATUM tcode = sy-tcode * UNAME = SY-UNAME * UZEIT = SY-UZEIT TABLES nn1aoez = lt_n_n1aoez on1aoez = lt_o_n1aoez.
ISH_UPDATE_N1ATV CALL FUNCTION 'ISH_UPDATE_N1ATV' EXPORTING * DATUM = SY-DATUM tcode = sy-tcode * UNAME = SY-UNAME * UZEIT = SY-UZEIT TABLES nn1atv = lt_n_n1atv on1atv = lt_o_n1atv.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING ambes = '*' anfkz = '*' date = sy-datum einri = rn1af-einri erbkz = '*' fazuw = '*' freig = 'X' graph_title = 'Anfordernde Org. Einheiten'(018)
HELP_OBJECT_SHOW_FOR_FIELD * CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' * EXPORTING * CALLED_BY_PROGRAM = L_HLP_REPID * CALLED_FOR_TAB = L_HLP_TABNAME * CALLED_FOR_FIELD = L_HLP_FIELDNAME * EXCEPTIONS * OBJECT_NOT_FOUND = 1 * SAPSCRIPT_ERROR = 2 * OTHERS = 3.
LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'N1OBFLD' * i_bypassing_buffer = 'X' * CHANGING * ct_fieldcat = gt_fieldcat[] * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2 * OTHERS = 3.
ISHMED_UPDATE_N1OFS CALL FUNCTION 'ISHMED_UPDATE_N1OFS' EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES nn1ofs = lt_n_n1ofs on1ofs = lt_o_n1ofs.
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'SYST' iv_cli_dep = 'X' IMPORTING ev_order = l_order ev_task = l_task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.
TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING * WI_SIMULATION = SIMUL wi_suppress_key_check = 'X' wi_trkorr = l_task TABLES wt_e071 = lt_e071 wt_e071k = lt_e071k EXCEPTIONS key_char_in_non_char_field = 1 key_check_keysyntax_error = 2 key_inttab_table = 3 key_longer_field_but_no_generc = 4 key_missing_key_master_fields = 5 key_missing_key_tablekey = 6 key_non_char_but_no_generic = 7 key_no_key_fields = 8 key_string_longer_char_key = 9 key_table_has_no_fields = 10 key_table_not_activ = 11 key_unallowed_key_function = 12 key_unallowed_key_object = 13 key_unallowed_key_objname = 14 key_unallowed_key_pgmid = 15 key_without_header = 16 ob_check_obj_error = 17 ob_devclass_no_exist = 18 ob_empty_key = 19 ob_generic_objectname = 20 ob_ill_delivery_transport = 21 ob_ill_lock = 22 ob_ill_parts_transport = 23 ob_ill_source_system = 24 ob_ill_system_object = 25 ob_ill_target = 26 ob_inttab_table = 27 ob_local_object = 28 ob_locked_by_other = 29 ob_modif_only_in_modif_order = 30 ob_name_too_long = 31 ob_no_append_of_corr_entry = 32 ob_no_append_of_c_member = 33 ob_no_consolidation_transport = 34 ob_no_original = 35 ob_no_shared_repairs = 36 ob_no_systemname = 37 ob_no_systemtype = 38 ob_no_tadir = 39 ob_no_tadir_not_lockable = 40 ob_privat_object = 41 ob_repair_only_in_repair_order = 42 ob_reserved_name = 43 ob_syntax_error = 44 ob_table_has_no_fields = 45 ob_table_not_activ = 46 tr_enqueue_failed = 47 tr_errors_in_error_table = 48 tr_ill_korrnum = 49 tr_lockmod_failed = 50 tr_lock_enqueue_failed = 51 tr_not_owner = 52 tr_no_systemname = 53 tr_no_systemtype = 54 tr_order_not_exist = 55 tr_order_released = 56 tr_order_update_error = 57 tr_wrong_order_type = 58 ob_invalid_target_system = 59 tr_no_authorization = 60 ob_wrong_tabletyp = 61 ob_wrong_category = 62 ob_system_error = 63 ob_unlocal_objekt_in_local_ord = 64 tr_wrong_client = 65 ob_wrong_client = 66 key_wrong_client = 67 OTHERS = 68.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'NCXTYT' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gt_fieldcat_kontext[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
ISH_TN00Q_READ CALL FUNCTION 'ISH_TN00Q_READ' EXPORTING ss_einri = rn1af-einri ss_param = 'N1PRAKT' * SS_DATE = SY-DATUM * SS_ALPHA = 'X' IMPORTING ss_value = l_n1prakt EXCEPTIONS not_found = 1 OTHERS = 2.
VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING transp_state = l_transp_state.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.