FCOVALUF07 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 FCOVALUF07 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!
FCO_CANCEL_VALUATION CALL FUNCTION 'FCO_CANCEL_VALUATION' TABLES IT_DOC_HEAD = ct_doc_head ET_DOC_HEAD_UPDATE = et_doc_head_update ET_DOC_POS_UPDATE = et_doc_pos_update ET_DOC_POS_DELETE = et_doc_pos_Delete EXCEPTIONS MISSING_RI_DOC = 1 OTHERS = 2 .
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'FCO' MSGNR = '218' MSGTY = 'S' MSGV1 = l_documents EXCEPTIONS OTHERS = 1 .
CM_F_GET_USER_DEFINED_MSGTY CALL FUNCTION 'CM_F_GET_USER_DEFINED_MSGTY' EXPORTING IM_MSGID = 'FCO' IM_MSGNO = '219' IM_APLID = 'FCO' CHANGING CH_MSGTY = l_msgty EXCEPTIONS NOT_A_MESSAGE = 1 OTHERS = 2 .
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'FCO' MSGNR = '219' MSGTY = 'S' EXCEPTIONS OTHERS = 1 .
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'FCO' MSGNR = '217' MSGTY = 'S' MSGV1 = ls_doc_head-belnr EXCEPTIONS OTHERS = 1 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.