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: 

Unicode error in Type Group IBCO2

Former Member
0 Kudos

Hi All,

While running UCCHECK for a function group i get an error saying :"IBCO2_VALUE_TAB" is not a pre-defined type or a type from a type group.".

The error is thrown in a Include which is a file generated by the function library(LZVCM$02)

The declaration for IBCO2_VALUES_TAB is present in type group IBCO2 as follows:

TYPES: IBCO2_VALUE_REC LIKE IBVALUE0.

TYPES: IBCO2_VALUE_TAB TYPE IBCO2_VALUE_REC OCCURS 0.

Can you please suggest some inputs for resolving this error.

Regards,

S.Subasree

1 REPLY 1

0 Kudos

You need to comment out the TYPE statments in the TOP Include and replace them with "TYPE-POOLS: ibco2".