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

Patching Errors

anupam_srivastava2
Participant
0 Likes
639

getting error while activating structure wb2_komg

WB2_KOMG-ZZANZ_KG (COMBINATION REFERENCE TABLE/FIELD WB2_KOMG-ZZME_KG does not exist.)

any help will be highly appreciated

regards

AJ

7 REPLIES 7
Read only

Former Member
0 Likes
621

Hi AJ,

I guess you have defined ZZANZ_KG as a quantity field and ZZME_KG as the referencing unit field, but you didn't add ZZME_KG as a field in WB2_KOMG.

Regards,

John.

Read only

0 Likes
621

hi john

that field is already there

Read only

0 Likes
621

HI AJ,

Could you provide a screen copy of the structure definition?

Regards,

John.

Read only

Former Member
0 Likes
621

In the Currency/Quantity fields tab , check if such a referance field exist in the table. I.e see use any other referance table and field for the field zzanz_kg.

Regards,

Ravi

Read only

anupam_srivastava2
Participant
0 Likes
621

If you want to have both fields in your structure, then your structure has to seem like this:

Name Component type Data type Length

zzanz_kg zzanz_kg quan 13

zzme_kg zzme_kg unit 3

And on the currency/quantity field set these

Name Reference table Reference field

zzanz_kg WB2_KOMG zzme_kg

Read only

0 Likes
621

As I mentioned in my first reply.....

Regards,

John.

Read only

0 Likes
621

Explanation in detail for ECC6 IDES

Connect in client 800 with user IDADMIN (default user created with IDES system).

Connect with language DE

Start SE11

Select domain, and enter ZZME

Click change

Change value CHAR/3 to UNIT/3

Click Activate and valid

Save

Try to activate table WB2_KOMG

It should work.

Regards