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

warning during creating table in ECC6.0

Former Member
0 Likes
628

Hi........

while creating Ztable in ECC6.0 version (se11) ,we are getting the warning as below

<b>Check table ZFIIN_SOXAMASTER (INABBDEVSM/07/10/04/16:18)

Enhancement category for table missing

Enhancement category for include or subtype missing

Table ZFIIN_SOXAMASTER must be created in the database

Table ZFIIN_SOXAMASTER was checked with warnings</b>

please help me to solve this.

5 REPLIES 5
Read only

former_member189629
Active Contributor
0 Likes
582

If you wish to remove these warnings goto Extras->Enhancement Catogory in the structure screen and select the option of your choice

Read only

Former Member
0 Likes
582

Hi

If you wish to remove these warnings goto

after creating the table before going for the activation

follow this path

<b>Extras->Enhancement Catogory</b>

it will show some radiobutons

select any one if you don't know any thing about that just selct last radiobutton which is not decided

then won't come these warnings

<b>reward if useful</b>

Read only

Former Member
0 Likes
582

Actually its a new information which should be entered while creating a table or a structure..

its like u can enhance [add or remove fields] urr ztable ..so here you just specify that u want urr table to be <b>enhanceable</b> or <b>partly enhanceable</b> or <b>non enhanceable</b>.. coz in ECC6.0 there are certain process [like BAPI, RFC etc ] which requires non enhanceable DDIC object..[coz system generate certain code on the basis on the DDIC stru so if they change these code may not work properly)

so it will issue a warning when ever u dont specify this catagory ..

it is recommeneded to specify this setting..

hwever u can change these setting anytime even after activating urr Ztable..

No Rewards Plz..

Read only

Former Member
0 Likes
582

Hi,

Its a warning in ECC .We can ignore this warning as it does not give any syntax error or runtime error.

the warning can be corrected by maintaing the enhancement category .

in se11 , goto->enhancement category. select the appropriate category.

Regards,

lakshmi.

Read only

Former Member
0 Likes
582

Hi,

Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.

You must select an enhancement category for the following reason: In programs where there is no active Unicode check, enhancements to tables and structures can cause syntax and runtime errors during type checks and particularly in combination with deep structures.

In programs where there is an active Unicode check, statements, operand checks, and accesses with an offset and length are problematic - for example, if numeric or deep components are inserted into a purely character-type structure and the structure thus loses its character- type nature.

Depending on the structure definition, the radio buttons allowed in the dialog box are ready for input. Choose one of the possible enhancement categories:

<b>do like this ,

in the menu bar --> Extras --> Enhanacement Category , u will get a pop up screen ... there u select the first radio button ( CAN BE ENHANCED )

then press ENTER & activate the table ... u r problem will be solved.</b>

Reward Points if it is Useful.

Thanks,

Manjunath MS