Hi,
iam using function module "Reuse_alv_hiersqe_list_display" for displaying header and item data.
In header and item their is a quantity field and i need to subtract each value of item with the header value and check if the value is -ve or +ve with respect to material no.
means here for every material their will be few items available and i need to check on these items w.r.t material. Now when the value is +ve continue with the same material and if it is -ve skip the material and go for next material with in the same loop.
here if the material-item value in the middle if it is -ve i need to skip that material and go for next material.
So in the middle of the items how should i skip the looping for that material and go for another material.
Please let me and your help will be aphreciated.