Hi,
Try one thing,
Put the display part in IF - Else condition, i.e.,
If picture is initial.
CREATE OBJECT:
container EXPORTING container_name = 'PIC10',
picture EXPORTING parent = container.
<All your display logic>
Endif.
Give it a shot.
Regards
Ashish