MF260F23 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 MF260F23 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!
FC_SELITEM_GET CALL FUNCTION 'FC_SELITEM_GET' EXPORTING ES_PARAM = IS_PARAM IMPORTING IT_SELITEM = LT_SELITEM IT_MESSAGE = LT_MESSAGE. "wms157660
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = CON_MSGID_G00 MSGTY = CON_MSGTYPE_ERR TXTNR = &3 zeile = l_row_c. "wms16741
FC_CURR_CHECK_VALUES CALL FUNCTION 'FC_CURR_CHECK_VALUES' EXPORTING E_RVERS = IS_DYNP-RVERS E_RYEAR = IS_DYNP-RYEAR E_PERID = IS_DYNP-PERID E_dimen = IS_DYNP-dimen "xog143632 E_bunit = cs_postab-bunit "xog143632 E_rldnr = IS_DYNP-rldnr "xog143632 * E_EXRIND = E_T_VALUE = L_VTCUR_OP E_T_CURR = L_TCURR_OP E_L_VALUE = L_VLCUR_OP E_L_CURR = L_LCURR_OP E_G_VALUE = L_VGCUR_OP E_G_CURR = L_GCURR_OP "wms083076 * IMPORTING * I_T_VALUE = * I_L_VALUE = * I_G_VALUE = EXCEPTIONS "wms083076 * INVALID_CURR_TRANS = 1 * NO_EXRTYP = 2 * INSUFFICIENT_PARAMETERS = 3 * ERROR = 4 OTHERS = 1. "wms083076
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = CON_MSGID_G00 * MSGTY = L_MSGTY "wms023017b MSGTY = con_msgtype_warn "wms023017b TXTNR = &2 zeile = l_row_c "wms19813 MSGV1 = I_DOCLN MSGV2 = &3 MSGV3 = &4.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = CON_MSGID_G00 MSGTY = L_MSGTY TXTNR = 835 MSGV1 = I_DOCLN MSGV2 = &3 MSGV3 = &4 MSGV4 = IS_TF500-DOCTY zeile = l_row_c. "wms19813
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' "wms162171 EXPORTING "wms162171 ARBGB = LS_MSG-MSGID "wms162171 MSGTY = LS_MSG-MSGTY "wms162171 MSGV1 = LS_MSG-MSGV1 "wms162171 MSGV2 = LS_MSG-MSGV2 "wms162171 MSGV3 = LS_MSG-MSGV3 "wms162171 MSGV4 = LS_MSG-MSGV4 "wms162171 TXTNR = LS_MSG-MSGNO "wms162171 ZEILE = l_row_c. "wms162171
FC_CHECK_FIRST_DATA_ENTRY CALL FUNCTION 'FC_CHECK_FIRST_DATA_ENTRY' EXPORTING E_DIMEN = is_dynp-dimen E_ITCLG = is_dynp-itclg E_RVERS = is_dynp-rvers E_RYEAR = is_dynp-ryear E_PERID = is_dynp-perid * E_CACTI = is_task-cacti "wms013223a * E_CACTT = is_task-cactt "wms013223a * E_DOCTY = is_dynp-docty "wms013223a * E_MONITOR_FLAG = is_task-flg_cons_mon "wms013223a e_plevl = is_dynp-plevl "wms013223a TABLES T_DATA_CHECK = lt_data_check.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = CON_MSGID_G01 MSGTY = CON_MSGTYPE_ERR msgv1 = ss_sitem_prop-subit msgv2 = ss_sitem_prop-sityp TXTNR = '525' zeile = is_postab-docln.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.