‎2008 Jul 24 3:45 PM
Could you please help me with this? Every time I change a layout , and try to save it, I get the following error:
Program (IS_VARIANT-REPORT) not specified
Message no. 0K 522
Diagnosis
The key under which a display variant is to be saved is specified in the IS_VARIANT structure. It must be an existing program. Display variants with nonexistant programs are deleted during reorganization.
It is happening to all my colleagues. Could it be a permission problem?
thanks and regards
‎2008 Jul 24 3:47 PM
‎2008 Jul 24 3:49 PM
hi did you declared this..
DATA: layout TYPE SLIS_LAYOUT_ALV.
data :wa_varient like disvariant.
wa_varient-report = sy-repid.