MV45AF0C_CALL_DIALOG_EXPORT 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 MV45AF0C_CALL_DIALOG_EXPORT 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!
RV_REQUIREMENT_EXPORT CALL FUNCTION 'RV_REQUIREMENT_EXPORT' EXCEPTIONS OTHERS = 1.
PRICING_EXPORT_TO_MEMORY CALL FUNCTION 'PRICING_EXPORT_TO_MEMORY'.
STATUS_BUFFER_EXPORT_TO_MEMORY CALL FUNCTION 'STATUS_BUFFER_EXPORT_TO_MEMORY' EXPORTING I_MEMORY_ID = 'BSVA_VBK'.
STATUS_BUFFER_EXPORT_TO_MEMORY CALL FUNCTION 'STATUS_BUFFER_EXPORT_TO_MEMORY' EXPORTING I_MEMORY_ID = 'BSVA_VBP'.
ME_REQUISITION_EXP_EXT CALL FUNCTION 'ME_REQUISITION_EXP_EXT' EXCEPTIONS OTHERS = 1.
SD_VEDA_EXPORT_TO_MEMORY CALL FUNCTION 'SD_VEDA_EXPORT_TO_MEMORY' EXCEPTIONS OTHERS = 1.
K_SRULE_EXPORT_IMPORT CALL FUNCTION 'K_SRULE_EXPORT_IMPORT' EXPORTING I_MODE = 'EX' EXCEPTIONS WRONG_MODE = 1.
SD_CAM_ADDRESS_PUSH CALL FUNCTION 'SD_CAM_ADDRESS_PUSH' IMPORTING FEF_MEMORY_ID = cam_memory_id.
ATP_EXTERNAL_DELTA_EXPORT CALL FUNCTION 'ATP_EXTERNAL_DELTA_EXPORT' EXCEPTIONS ERROR_MESSAGE = 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.