Hi,
Did you add the current line to the existing one in the set method. Did you call set method in your BADI. Set method will only add the new line to the existing line stored in static attribute.
Static attribute will only get refreshed if program opens another user session. If that is the case, use EXPORT , IMPORT , DELETE to data cluster or create a shared memory enabled class.
Regards,
DPM