Hi Gems,
I am seeing a program (4.6c) i see few declarations as below:
data :
zv_pa0900, " DB view on PA0900 for security
*zv_pa0900, -
> what is this?
....etc..
SELECT SINGLE pernr FROM vbpa..
where ...
IF sy-subrc = 0.
SELECT SINGLE * FROM *zv_pa0900 WHERE pernr = vbpa-pernr
AND endda = '99991231'.
ELSE.
CLEAR: *zv_pa0900.
ENDIF.
When i dblc clik on *zv_pa0900 it not taking me anywhere nor there is syntax error
my question is What is *zv_pa0900 in above places and how it works?
Please help.
Thanks
Dan
When i dblc clik on *zv_pa0900 it not taking me anywhere nor there is syntax error