Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error saving a variant

Former Member
0 Likes
1,329

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

2 REPLIES 2
Read only

Former Member
0 Likes
923

Need to check with the Basis Guy.

Regards

Shashi

Read only

Former Member
0 Likes
923

hi did you declared this..

DATA: layout TYPE SLIS_LAYOUT_ALV.

data :wa_varient like disvariant.

wa_varient-report = sy-repid.