Hello All,
Can any one please explain the basic functionality of the log-point with the addition ID and its significance and its usage , for example for the below log-point id , where is the qnao_sfws_sc_on defined and how can it control the program flow fron outside the program.
LOG-POINT ID qnao_sfws_sc_on.
I had gone through the basic F1 help and the documentations available in the forums and the portal.
When the program reaches an active logpoint, an entry is created in the log that is also used by the statement ASSERT and the program execution proceeds with the statement after LOG-POINT. During this process, an already existing entry of the same LOG-POINT statement is overwritten by default. Each time an entry is written to, a counter for the entry is increased. The log can be evaluated using transaction SAAB.
No log entry is written for an inactive logpoint and the program execution proceeds with the statement after LOG-POINT.
Addition 1
... ID group
Effect
The addition ID controls the activation of the logpoint from outside the program via a checkpoint group group or an activation variant. For the specification of the checkpoint group, the same rules apply as to the ASSERT statement.The possible operations modes for logpoints are active and logging.
thanks, rg