Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RBDMIDOC date wise execution

Former Member
0 Likes
1,131

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
764

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

2 REPLIES 2
Read only

Former Member
0 Likes
765

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

Read only

0 Likes
764

Ok,thank you for replying.Please update this thread if you find any better solution further.