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: 

Structure Enhancement Error Error in Extended Program Check in ECC 6.0

Former Member
0 Kudos

Hi Experts,

I am working on ECC 6.0 I am a structure like "BAPIACWT09" , "BAPIACCAIT" in my program when i run Extended Program Check i am getting an error

<b>

"BAPIACWT09" can be enhanced. After a structure enhancement, the semantics of the parameter transfer may change.</b>

How to eliminate this Error

1 REPLY 1

Former Member
0 Kudos

Raghu,

Every structure has to be created with an enhancement category.

In Transaction SE11, when you are creating a structure or a table , go to extras - enhancement category to see it.

I guess BAPIACWT09 has been defined with a category of can be enhanced, and SAP is warning you that if the enhancement is used in the future your program can have syntax errors.

There is nothing you can do about this. If you find out something, Please share.