cancel
Showing results for 
Search instead for 
Did you mean: 

Error while reading data using Function Module /sapapo/msdp_data_read

Former Member
0 Kudos

In my report, function module /sapapo/msdp_data_read is called to get the data from a planning area.

The problem is that, the values returned by this FM are not correct.means its returning wrong Key_figure values.

On checking it was observed that , in the import parameter is_read_options ,

the field flg_aggregate = 'X'.

In Debug mode i cleared this field and called the FM and it returned the correct values.

Can anybody plz tell me what is the relevance of this field flg_aggregate .

Kindly guide.

Thnk you in advance.

Regards ,

Pranali

Accepted Solutions (0)

Answers (2)

Answers (2)

tibor_nagy
Contributor
0 Kudos

Dear Pranali,

FLG_AGGREGATE has following importance:

if FLG_AGGREGATE = 'X' and the table ct_cols is empty then key figures for the time period defined through IS_PERIOD will be red aggrerated.

I hope this helps.

Regards,

Tibor

Former Member
0 Kudos

Hi pranali,

it looks like if the flag "FLG_AGGREGATE" is set then the data for the keyfigure for the period specified in IS_PERIOD is aggregated. or else the individual entries are in "ct_cols "