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