MFCX1F00_OKCODE 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 MFCX1F00_OKCODE 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!
FI_POSTING_KEY_DATA CALL FUNCTION 'FI_POSTING_KEY_DATA' EXPORTING i_bschl = rf05a-newbs i_umskz = rf05a-newum IMPORTING e_tbsl = tbsl e_tbslt = tbslt e_t074u = t074u.
OFF_NUMBER_GLOBAL_DEFAULTS CALL FUNCTION 'OFF_NUMBER_GLOBAL_DEFAULTS' EXPORTING i_fin1_param = fin1_param i_bkpf = bkpf IMPORTING o_xblnr = bkpf-xblnr EXCEPTIONS OTHERS = 0.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F5' i_dtype = '-' i_msgnr = '671' i_var01 = char(10) i_var02 = char+10(1).
JOINT_VENTURE_RECIND_SET CALL FUNCTION 'JOINT_VENTURE_RECIND_SET' EXPORTING bseg_shkzg = bseg-shkzg ska1_xbilk = ska1-xbilk skb1_recid = skb1-recid t001_xjvaa = t001-xjvaa t003_recic = t003-recic t003_recid = t003-recid IMPORTING bseg_recid = bseg-recid.
FI_CUSTOMER_STCEG_READ CALL FUNCTION 'FI_CUSTOMER_STCEG_READ' "Note 201753 EXPORTING "Note 201753 i_head_kunnr = kna1-kunnr "Note 201753 i_head_kna1 = kna1 "Note 201753 i_branch_kunnr = *kna1-kunnr "Note 201753 i_branch_kna1 = *kna1 "Note 201753 i_t001 = t001 "Note 201753 i_t005 = t005 "Note 201753 CHANGING "Note 201753 i_bseg = bseg "Note 201753 i_bsez = bsez. "Note 201753
OUTBOUND_CALL_00001005_E CALL FUNCTION 'OUTBOUND_CALL_00001005_E' EXPORTING i_bseg = bseg i_bkpf = bkpf i_ska1 = ska1 i_skb1 = skb1 EXCEPTIONS OTHERS = 1.
ARCHIV_BARCODE_GET CALL FUNCTION 'ARCHIV_BARCODE_GET' "Note 371560 EXPORTING "Note 371560 objecttype = 'BKPF' "Note 371560 objectid = l_objectid "Note 371560 TABLES "Note 371560 barcodes = l_barcodes "Note 371560 EXCEPTIONS "Note 371560 nothing_found = 1 "Note 371560 OTHERS = 0. "Note 371560
AC_DOCUMENT_GENERATE CALL FUNCTION 'AC_DOCUMENT_GENERATE' IMPORTING e_awtyp = e_awtyp e_awref = e_awref e_aworg = e_aworg e_awsys = e_awsys TABLES t_acchd = t_acchd t_accit = t_accit t_acccr = t_acccr.
FI_TEXTS_DOC_ITEM CALL FUNCTION 'FI_TEXTS_DOC_ITEM' EXPORTING *(del) i_action_type = t020-aktyp "N422072 i_action_type = l_aktyp "N422072 i_ccode = bseg-bukrs i_fiscal_year = bkpf-gjahr i_docno = bkpf-belnr i_doc_item = bseg-buzei CHANGING ie_txkey = bsez-txkey.
FIND_TAX_SPREADSHEET CALL FUNCTION 'FIND_TAX_SPREADSHEET' EXPORTING buchungskreis = tax_comp IMPORTING schema = t005-kalsm EXCEPTIONS not_found = 1.
FI_DOCUMENT_NUMBER_GET CALL FUNCTION 'FI_DOCUMENT_NUMBER_GET' TABLES t_accdn = t_accdn.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.