RBDMIDOC_SELECT_DATE is a standard Executable ABAP Report 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 RBDMIDOC_SELECT_DATE 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.
Selection Text: MAXDATE = Date
Selection Text: MAXTIME = Time
Selection Text: MESTYP = D .
Title: Create IDocs from Change Pointers with Time Limitation
INCLUDE MBDCONST.
INCLUDE RBDAUTHI.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_BDCPS CALL FUNCTION 'ENQUEUE_E_BDCPS' EXPORTING mode_bdcps = 'E' mandt = sy-mandt * cpident = mestype = mestyp EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = 'X' IMPORTING out_parameters = pripars out_archive_parameters = arcparams * valid = valid EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDMIDOC_SELECT_DATE - Create IDocs from Change Pointers with Time Limitation RBDMIDOC_SELECT_DATE - Create IDocs from Change Pointers with Time Limitation RBDMIDOC_RETAIL - Article Master Data Distribution (Packet Processing) RBDMIDOC_RETAIL - Article Master Data Distribution (Packet Processing) RBDMIDOC - Creating IDoc Type from Change Pointers RBDMIDOC - Creating IDoc Type from Change Pointers