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: 

OOPS report-issue gd_tree-->GET_OUTTAB_LINE

former_member226419
Contributor
0 Kudos

Hi,

i am facing one issue in already developed report.

We are displaying some amount values for particular WBS element as below for one project.

It shows all amount values correctly for all WBS. But when we click on particular WBS and try to see the amount values it got disappeared.

I just checked method gd_tree-->GET_OUTTAB_LINE has been used to get entries for particular line. But once this method is called entries become 0 in the structure gs_forecast.. But for some other test data entries are still there. I dont know why this method is behaving differently for other test data. can someone please help?

Belw  code has been used.

CALL METHOD gd_tree->get_outtab_line                                                      

         EXPORTING                                                                                 

           i_node_key    = node_key                                                              

         IMPORTING                                                                                            

      e_outtab_line = gs_forecast.   

Values got disappeared when we click particular WBS.

BR

Sumeet

3 REPLIES 3

former_member226419
Contributor
0 Kudos

Hi,

Any comments?

BR

Sumeet

0 Kudos

Hi,

check the node_key value getting passed.

0 Kudos

Hi,

Yes its getting passed as 19.

Everything is same as of previous test data. but for fiscal period 2014 its wor king fine but for 2015 values getting disappeared. Also I went into this method and can see MT_OUTTAB->* this dynamic table hold all the grid data but for this particular case and WBS its not showing amount values for that period.

BR

Sumeet