MF61AF80 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 MF61AF80 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!
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = viak25-objnr status = con_istat-freigegeben EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.
CHANGEDOCUMENT_PREPARE_TABLES * CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' * EXPORTING * CHECK_INDICATOR = SPACE * TABLENAME = 'VIAK26 ' * TABLES * TABLE_NEW = LOC_T_XVIAK26 * TABLE_OLD = YVIAK26 * EXCEPTIONS * NAMETAB_ERROR = 01.
RESC_VIAK26_COMPARE_AND_SAVE CALL FUNCTION 'RESC_VIAK26_COMPARE_AND_SAVE' EXPORTING it_old_viak26 = lt_yviak26 it_new_viak26 = lt_xviak26.
VIAK26_BOOKING CALL FUNCTION 'VIAK26_BOOKING' IN UPDATE TASK EXPORTING tviak26 = tviak26 verbart = verbart.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'VVHKVOTYP' texts_only = abap_false TABLES dd07v_tab = lt_values EXCEPTIONS illegal_input = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'HKVOTYP' value_org = 'S' TABLES value_tab = lt_f4values * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .
ABR_ME_STEILNME_GET CALL FUNCTION 'ABR_ME_STEILNME_GET' EXPORTING i_rfviaekey = ls_rfviaekey * I_RFVITLNKEY = i_datum_ab = viak26-dguelemp * I_DATUM_BIS = * I_KZ_BYPASS_BUFFER = 'X' TABLES e_tab_rfvitlnme = lt_rfvitlnme * E_TAB_VIAK23 = * E_TAB_VIAK23_DB = * E_TAB_VIAK24 = * E_TAB_VIAK05_BIS = * E_TAB_VIMI01 = EXCEPTIONS call_error = 1 no_me_found = 2 OTHERS = 3.
MV_GET_AREA CALL FUNCTION 'MV_GET_AREA' EXPORTING bukrs = ls_rfvitlnme-bukrs swenr = ls_rfvitlnme-swenr smenr = ls_rfvitlnme-smenr dstich = viak26-dguelemp * I_VIMI01 = * I_VIOB01 = IMPORTING * PVIMI01 = rmedat = ls_rmedat EXCEPTIONS areadesc_notfound = 1 areatype_notfound = 2 area_notfound = 3 database_error = 4 me_notfound = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.