Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8989

IP Planning Layout not being rendered with ATPM in CRM UI

$
0
0

Hello Experts,

 

We've created a very simple Model wherein we've Input enabled Query on top of the Aggregation level which is on top of a Planning DSO.

This is getting rendered on CRM UI.

 

But when we've the following architecture:

Query->Aggregation Level->MultiProvider->Planning DSO

 

The Planning layout is not being rendered on CRM UI and dumps at the following piece of code:

Information on where terminated

    The termination occurred in ABAP program "CL_RSDRC_TREX_QUERY_LAYER=====CP",

     in "_GET_PARTPROVS_WITH_TREX_PART". The main program

    was "SAPMSSY1".

 

  11   LOOP AT l_ts_partprov ASSIGNING <l_partprov>.

   12     IF i_r_ipro->n_s_dta-cubetype = rsd_c_cubetype-hcpr

   13       AND i_r_ipro->is_execution_on_part_possible( ) = rs_c_false

   14       AND i_r_ipro->is_part_in_columnview( i_partprov = <l_partprov>-partprov ) = rs_c_true.

   15       IF rs_c_false = cl_rsdrc_trex_query_layer=>_has_partprov_trex_part(

   16                                     i_partprov   = i_r_ipro->n_infoprov

   17                                     i_th_sfc     = i_th_sfc

   18                                     i_actualdata = <l_partprov>-actualdata

   19                                     i_cubetype   = i_r_ipro->n_s_dta-cubetype ).

   20

   21         DELETE l_ts_partprov.

   22       ENDIF.

   23     ELSE.

   24       READ TABLE i_r_ipro->n_ts_part ASSIGNING <l_s_part>

   25       WITH KEY partprov = <l_partprov>-partprov.

   26

>>>>>       _map_sfc_to_part(

   28         EXPORTING

   29           i_infoprov   = <l_s_part>-infoprov

   30           i_partprov   = <l_partprov>-partprov

   31           i_th_sfc     = i_th_sfc

   32         IMPORTING

   33           e_th_sfc     = l_th_sfc ).

 

 

It would be great, if I can get some expert advice on this.

 

Thanks & regards,

Jomy


Viewing all articles
Browse latest Browse all 8989

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>