Dear gurus ,
when i run my program it is going to dump
RUN TIME ERROR : '' Access using a 'ZERO' object reference is not possible.''
error analysis :
An exception has occurred which is explained in more detail below. The
exception, which is assigned to class 'CX_SY_REF_IS_INITIAL' was not caught and
therefore caused a runtime error. The reason for the exception is:
You are trying to access a component with a 'ZERO' object reference
(points to 'nothing'). Variable: "LFA1_DATA".
An object reference must point to an object (an instance of a class)
before it can be used to access a component. The reference has either
never been set, or it was set to 'ZERO' with a CLEAR statement.
please guide me to solve this problem.
Thank you.