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

Structure enhancement

Former Member
0 Likes
3,159

Hi,

While checking the program in SLIN the following error is thrown,

"After a structure enhancement, the semantics of the assignment or comparison may

change."

Could anybody give me the solution to fix this issue.

Thank in advance,

Varsha.

Hi,

While checking the program in SLIN the following error is thrown,

"After a structure enhancement, the semantics of the assignment or comparison may

change."

Could anybody give me the solution to fix this issue.

Thank in advance,

Varsha.

6 REPLIES 6
Read only

Former Member
0 Likes
1,447

Hi,

After modifying and activating the structure, please check the enhancement category etc.. in the structure extras.

Regards,

Santhosh.

Read only

Former Member
0 Likes
1,447

hai varsha before activatign the structure assign enhancment category

go to extras menu form there enhancement category and select any type and it wil solve ur issue

m.a

Read only

0 Likes
1,447

hai,

I have tried checking the enhancement catagory, still the same issue any other solution to fix it..

Thanks in advance,

Varsha.

Read only

0 Likes
1,447

hai varsha , that is no bcos of enhacnement category, can u breif what have u actually done , u said that u have done slin on program , did u get warning or error durign slin ,

just tell what exactly what haev u doen so that it might help in solution

m.a

Read only

0 Likes
1,447

Hi,

Its actually a warning,

"Syntax check warning

After a structure enhancement, the semantics of the assignment or comparison may

change.

Internal Message Code: MESSAGE G:O"

If i click that warning..it takes me to a particular structure in program, where i have used the functionality like,

Get Customer delete information.

1) MOVE-CORRESPONDING wa_custdelete TO wa_getcustmatinfolist.------>Structure

wa_getcustmatinfolist-deletion_indicator = l_x.

APPEND wa_getcustmatinfolist TO t_getcustmatinfolist.

CLEAR : wa_getcustmatinfolist,

Get Customer change information.

2) MOVE-CORRESPONDING wa_change TO wa_getcustmatinfolist.----


>-Warning shows at this point

wa_getcustmatinfolist-change_flag = l_x.

APPEND wa_getcustmatinfolist TO t_getcustmatinfolist.

CLEAR wa_getcustmatinfolist.

CLEAR wa_change.

Thanks in advance,

Varsha.

Read only

0 Likes
1,447

hai varsha ,

it is warning and as u have made the enhancement of the structure as enahnced , then ti gives warning that in future if u enhance the strucuture it might effect the other dependencies and it is not a problem

else u can make the enhancement category as canto be enhanced and u dotn get this warning

regards

m.a