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: 

Cluster shows record, report doesnt

former_member184495
Active Contributor
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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.

3 REPLIES 3

ChrisSolomon
Active Contributor

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.

former_member184495
Active Contributor
0 Kudos

hi CS,

thanks for quick reply

its std-FM, couldnt find any conditions either.

Thanks,

Aditya V

raymond_giuseppi
Active Contributor
0 Kudos

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.