MV50A_DISPLAY_ORDER_CRMF01 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 MV50A_DISPLAY_ORDER_CRMF01 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 MV50A_DISPLAY_ORDER_CRMF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_BUSPROCESSND_GETLIST CALL FUNCTION 'BAPI_BUSPROCESSND_GETLIST' DESTINATION if_rfcdest TABLES guid = lt_crmguids object_id_sel = lr_vbelv EXCEPTIONS system_failure = 1 MESSAGE lf_mess communication_failure = 2 MESSAGE lf_mess.
BAPI_BUSPROCESSND_DISPLAY CALL FUNCTION 'BAPI_BUSPROCESSND_DISPLAY' DESTINATION if_rfcdest EXPORTING business_process = lf_crmguid EXCEPTIONS system_failure = 1 MESSAGE lf_mess communication_failure = 2 MESSAGE lf_mess.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV50A_DISPLAY_ORDER_CRMF01 - Include MV50A_DISPLAY_ORDER_CRMF01 MV50A_CHECK_HANDOVER_LOC_F01 - MV50ACHECKHANDOVERLOCF01 MV50A_CHECK_HANDOVER_DATETIME - MV50ACHECKHANDOVERDATETIME MV50A_BADI_DEF - MV50ABADIDEF MV50AWIBTOP - documentation and ABAP source code MV50AWIBPAK - documentation and ABAP source code