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

Cluster shows record, report doesnt

former_member184495
Active Contributor
0 Likes
1,355

hi,

we have a cluster table for 3 tables.

there is a custom report which calls VIEWCLUSTER_MAINTENANCE_CALL this std-FM.

Report doesnt show the record, but if I go to cluster table, it shows.

Report doesnt have any specific conditions too that it could be reason.

What could be reason?

Thanks,

Aditya V

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,303

So if I understand

  • SM34 display the record
  • Your custom report which call the VIEWCLUSTER_MAINTENANCE_CALL FM doesn't

Check the parameters you pass to the FM (eventually paste your code)

Or execute SM34 with box 'Enter condition' checked and debug SM34 looking for correct parameters.

hi,

we have a cluster table for 3 tables.

there is a custom report which calls VIEWCLUSTER_MAINTENANCE_CALL this std-FM.

Report doesnt show the record, but if I go to cluster table, it shows.

Report doesnt have any specific conditions too that it could be reason.

What could be reason?

Thanks,

Aditya V

3 REPLIES 3
Read only

ChrisSolomon
Active Contributor
1,303

So what you describe....

custom report ------- std FM ---------cluster

Report had no conditions and cluster has record. Sooooo I would check the FM for any conditions or checking it does that might filter that record.

Read only

former_member184495
Active Contributor
0 Likes
1,303

hi CS,

thanks for quick reply

its std-FM, couldnt find any conditions either.

Thanks,

Aditya V

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,304

So if I understand

  • SM34 display the record
  • Your custom report which call the VIEWCLUSTER_MAINTENANCE_CALL FM doesn't

Check the parameters you pass to the FM (eventually paste your code)

Or execute SM34 with box 'Enter condition' checked and debug SM34 looking for correct parameters.