MV54AF0F 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 MV54AF0F 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: Include MV54AF0F
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING programm = c_programm-name kopfgruppe = tvtf-kopgr positionsgruppe = ' ' funktion = fcode IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = flag-leave leave_screen = l_flag_leave_screen.
SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING programm = c_programm-name kopfgruppe = tvtf-kopgr positionsgruppe = ' ' funktion = fcode IMPORTING aktyp = t185f-aktyp cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = flag-leave panel = t185v-panel.
SCREEN_SEQUENCE_CONTROL_INIT CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL_INIT' EXPORTING programm = c_programm-name typ = t185f-trtyp kopfgruppe = tvtf-kopgr positionsgruppe = ' ' bildgruppe = t185-bldgr bild = t185-panel funktion = fcode IMPORTING aktyp = t185f-aktyp cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = flag-leave.
SD_SCD_TYPE_DETERMINE CALL FUNCTION 'SD_SCD_TYPE_DETERMINE' EXPORTING i_fkart = i_fkart i_tvtk = i_refobj-tvtk i_refobj = i_refobj IMPORTING e_tvtf = c_tvtf EXCEPTIONS not_determined = 1 not_found = 2.
SD_SCD_MESSAGE_HANDLE_CONFIG CALL FUNCTION 'SD_SCD_MESSAGE_HANDLE_CONFIG' EXPORTING i_background = false.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-005 titel = text-004 IMPORTING answer = l_answer.
SD_SCD_ITEM_DELETE CALL FUNCTION 'SD_SCD_ITEM_DELETE' EXPORTING i_fkpos = l_fkpos i_refobj = g_shp_wa CHANGING c_scd_wa = g_scd_wa EXCEPTIONS item_not_deleted = 1.
FI_F4_MWSKZ CALL FUNCTION 'FI_F4_MWSKZ' EXPORTING i_kalsm = l_kalsm i_stbuk = i_bukrs i_xshow = true.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.