‎2010 Jan 29 7:31 AM
hi all,
Is there any chance of generating IDOCs only for the documents created on a particular day for a message type by executing RBDMIDOC report?
Thanks in advance.
‎2010 Jan 29 9:58 AM
To the best of my knowledge the answer is no. However, depending on your support package level the answer might be maybe depending on your exact requirements. You might have a report RBDMIDOC_SELECT_TIME, which allows you to select only change pointers that existed for a certain time. If you don't have it yet, you can implement the report per [OSS note 1053012|https://service.sap.com/sap/bc/bsp/spn/sapnotes/index2.htm?numm=1053012].
Alternatively you could probably code something similar yourself. RBDMIDOC calls report RBDMIDOX, which contains hidden parameters for an upper limit on date/time.
If you're looking for a report that allows you to specify a date&time range I doubt that this exists.
Cheers, harald
‎2010 Jan 29 9:58 AM
To the best of my knowledge the answer is no. However, depending on your support package level the answer might be maybe depending on your exact requirements. You might have a report RBDMIDOC_SELECT_TIME, which allows you to select only change pointers that existed for a certain time. If you don't have it yet, you can implement the report per [OSS note 1053012|https://service.sap.com/sap/bc/bsp/spn/sapnotes/index2.htm?numm=1053012].
Alternatively you could probably code something similar yourself. RBDMIDOC calls report RBDMIDOX, which contains hidden parameters for an upper limit on date/time.
If you're looking for a report that allows you to specify a date&time range I doubt that this exists.
Cheers, harald
‎2010 Feb 08 9:03 AM
Ok,thank you for replying.Please update this thread if you find any better solution further.