Skip to Content
0
Sep 12, 2007 at 05:47 PM

Screen on BDC not clearing

78 Views

Hello Abappers,

I am developing a BDC for a change transaction MEB2 which does multiple postings to the same screen on each loop. On the second loop the screen display remains the same as the screen display on the first loop even though the BDC is populated with new data. How do I clear the screen on subsequent loops so that the screen selected will read the BDC. I think the answer maybe to loop on the screen and clear but I am not sure whether this should be done within the BDC or after the loop.

Thanks