Application Development 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: 

Slin test error

former_member210158
Active Participant
0 Kudos

Hi all,

what does this error mean and how to resolve this error.

I got this errror when i am doing a SLIN Test to my BAPI  program. It says the structures i used in my BAPIs would change.

""/HIPLVREG/BAPI_M*******STR" can be enhanced. After a structure enhancement, the

semantics of the parameter transfer might change.

nternal Message Code: MESSAGE G_B

an be suppressed using pseudo comment "#EC ENHOK"

1 ACCEPTED SOLUTION

nikolayevstigneev
Contributor
0 Kudos

Hi, Satish! Is the structure you are using a custom one? If so, you can go to se11, choose menu item "Extras" -> "Enhancement category" -> "Cannot Be Enhanced" and activate the structure.

If not, you can suppress the error by inserting pseudo comment "#EC ENHOK.

I suppose it to be more a warning than an error.
P.S. For the meaning of this you can refer to the next document.

2 REPLIES 2

nikolayevstigneev
Contributor
0 Kudos

Hi, Satish! Is the structure you are using a custom one? If so, you can go to se11, choose menu item "Extras" -> "Enhancement category" -> "Cannot Be Enhanced" and activate the structure.

If not, you can suppress the error by inserting pseudo comment "#EC ENHOK.

I suppose it to be more a warning than an error.
P.S. For the meaning of this you can refer to the next document.

0 Kudos

Hi Nikolay,

""Extras" -> "Enhancement category" -> "Cannot Be Enhanced" and activate the structure " not working...

the second option also did not work...but, both the options worked together.