‎2006 Nov 23 4:06 PM
Hi,
I'm trying to compile simple construction in ECC 60:
types: begin of t_bbseg.
include structure bbseg.
types: end of t_bbseg.
I have compilation error:
"The type "SI_BBSEG" is unknown"
Is anyone had something like this before?
We are NetWeaver 2004S Unicode enabled.
Thank you,
Ihar
‎2006 Nov 23 4:08 PM
‎2006 Nov 23 4:12 PM
This construction gives me an error:
"The type "SI_BBSEG" is unknown"
What "SI_" has to do with that?
‎2006 Nov 23 4:16 PM
‎2006 Nov 23 4:19 PM
For some reason the structure SI_BBSEG may not be actie in your system. Try to activate that manually in SE11 and then try your program.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 23 4:19 PM
One more addition:
I'm trying to use structure BBSEG (not BSEG) for filling data for direct input
I found "include SI_BBSEG" and "include SI_BBSEGV" in structure BBSEG.
‎2006 Nov 23 4:28 PM
I have 2 test systems. For some reason in one system it's compiling with no errors and in the another system I have this weird error. In both sytems this structure (SI_BBSEG) not available when I double click on it in se11 in BBSEG.
I'll try to activate it.
Thank you
‎2006 Nov 23 10:23 PM