cancel
Showing results for 
Search instead for 
Did you mean: 

Data range restriction in Infospoke

Former Member
0 Kudos

Hello Experts,

Thanks for all earlier replies.

Could any one please suggest on this.

I have this requirement.

-- At the end of the 1st week, get 1st weeks data

-- At the end of the 2nd week, get 1st + 2nd weeks data

-- At the end of the 3rd week, get 1st + 2nd + 3rd weeks data

-- At the end of the 4th week, get whole months data.

Can we write a routine in Infospoke for this requirement. Is there any other way of doing this.

Thank you very much.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sweatha,

Dynamic selection on the infospoke is not so easy to manage because there are no std functionalities to do this (for what I know)...

You can create a custom program (that you will schedule with a periodic weekly job) in which, depending from the actual date) your selections will be saved in SAP tables (RSBSPOKESELSET, RSBSPOKEVSELSET), eliminating the necessity to go to RSBO to do selections.

At this point an event will be executed automatically (BP_EVENT_RAISE), that will kick off the Process Chain to execute your InfoSpoke.

An ABAP knowledgement is requested...

Hope this helps.

Bye,

Roberto

Former Member
0 Kudos

Thanks very much Roberto.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sandhya,

I am facing similar problem. Could you please help me out. If you have sample code of logic that you have written down to solve it please send it to me.

Thanks in advance

BW USER