Quantcast
Channel: SCN : Unanswered Discussions - ABAP Development
Viewing all articles
Browse latest Browse all 8768

Not able to get the whole output from BBP_PROCDOC_GETLIST FM

$
0
0

Hi

 

 

I am using the BBP_POCDOC_GETLIST FM to display the Shopping Cart details in the ALV report.

But when Date range is large (suppose 1 month)  in the FM then it is not displaying the every SC details in the Report. For small range it is working fine.

 

CALL FUNCTION 'BBP_PROCDOC_GETLIST'

     EXPORTING

       i_object_type      = /infype/cl_common=>gc_object_type_sc

       i_create_date      = date-low

       i_create_date_to   = date-high

       i_status_select_or = /infype/cl_common=>gc_x

       i_item_not_deleted = /infype/cl_common=>gc_x

     TABLES

       i_range_object_id  = lt_sc_no

       e_pdlist           = lt_sclist

       e_messages         = lt_messages.

 

 

Please help me on this.

 

Thanks in advance

 

Pratham


Viewing all articles
Browse latest Browse all 8768

Trending Articles



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