MN1ATF10 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 MN1ATF10 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 = rn1at-einri erbkz = '*' fazuw = '*' freig = 'X' graph_title = 'Eintragende 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.