Application Development 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: 

IDoc status change report RC1_IDOC_SET_STATUS

0 Kudos

Hi to all,

I am trying to run standad report RC1_IDOC_SET_STATUS.

It is working fine with single values on the selection screen.

But when I try to run the report with a range of values on the "select range", it only change the staus of the first IDoc of the range not the rest. In fact, I need to make a mass change of status and therefore I need to use select ranges.

Does somebody know what could be the reason?

Is this report selection range enabled?

Thanks in advance for your help.

Nasar.

2 REPLIES 2

Former Member
0 Kudos

Hi,

With this report , specifying range won't work because the program loops at the select option and only takes the LOW variable of each record. So it is necessary that you pass all the idoc numbers for which you want to change the status for.

The solution is to give exact idoc numbers in the single values or copy this program to a 'Z' program and tweak it as per your requirement.

Br,

Advait

0 Kudos

Hi Advait,

thanks for your reply.

I will do it this way.

Nasar.