cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Broadcasting issue- dynamic variables

Former Member
0 Likes
1,300

Hi,

I have a query that i use for broadcasting. This query has a dynamic logic picking up the current fiscal year and current month and mandatory inputs such as company code, controlling area which are available in the selection screen as shown below:

Now In broadcasting in MHTML format thru Email and also in xls format to portal, when giving the variable assignment- I need to give the inputs for the first 3 rows and i just click ok. But it's not changing dynamically - change comes every month.

I am not saving it as a variant either.. Shouldn't it dynamically change in the variable assignment?

And Do i need to check any option? What are these options in broadcasting used for - Only upon data change, Accessibility?

Please help.

View Entire Topic
hendrik_brandes
Contributor
0 Likes

Hello Joanne,

we have been facing a similar requirement and solved it through a customer exit variables, which get their values from a configuration table. This configuration table has been filled up each time, the broadcasting job has been planned.

In your case, you will have to define a process chain where the broadcasting job will be executed via the RSRD_BROADCAST_STARTER report. Before the execution the table will be filled.

Kind regards,

Hendrik