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: 

DDIC

former_member778253
Active Participant
0 Kudos

Hi Gurus,

I want to create a structure. I have added components and i want to activate it, when i activate it , i am getting the following errors:

Check table/structure ZSTRUCT

Check table ZSTRUCT (SK39590/12/14/07/08:26)

| Enhancement category for table missing

 | ZSTRUCT-FKIMG (specify reference table AND reference field)

 | ZSTRUCT-NETWR (specify reference table AND reference field)

 | Check on table ZSTRUCT resulted in errors

Please solve it.

4 REPLIES 4

JozsefSzikszai
Active Contributor
0 Kudos

hi,

you also have to maintain the enhancement cateogires (in menu: Extras / Enhancement categories)

fields FKIMG and NETWR contain amounts, these fields has to be assigned to a currency field (usually WAERS) in the same table (or in another one with keying).

ec

Former Member
0 Kudos

Hi,

Please reward with points if helpful.

When you are using quantity / currency fields in any table/strct means you have to specify reference fields.

so that at runtime program takes reference fields attributes.

so provide reference fieldnames as they are in database tables vbap / vbrp.

check these tables and provide in ur ztable also.

syntax check for table.if any errors please remove all the fields (before that copy into excel ) and then add again.

maintain table maintenance generator properly by proving auth object,fm name,single step/...etc.

Thanks

Sivaparvathi

you will

Former Member
0 Kudos

Hi,

You should enter Reference table and Ref.field in the tab "Currency/quantity"

For ex.: Reference table COER and Ref. Field VRKME for Component FKIMG

and Reference table JFRK and Ref. Field WAERK for Component WAERK

and reactivate the structure. You can just ignore warning messages.

All the best,

Alexander

Former Member
0 Kudos

go to table EKKN, click on qty/curr fields,

see the field MENGE, for mentioned reference table and its corr. fields.

for ur curr and Qty. u need to refer the ref. tabl;es and its fields

in SAP for qty and curr fiedls, we need refer the ref. tables and corr. fileds.