‎2007 Apr 09 3:04 PM
HI,
I created a structure CI_AM01 for the data base table CCIHS_AM01IOT.
when i try to activate, i am getting warning messages as:
Table is not yet classified
Field does not lie in within customer namespace.
It activates the structure but i am unable to acces it in Screen Painter.. it says table CCIHS_AM01IOT is not active in ABAP Dictionary.
Can anyone explain how to append structure to the data base table.
Regards
Giri
‎2007 Apr 09 3:11 PM
Hi,
Please check this link for adding an append structure.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm
Also check this line.
The fields of an append structure must lie in the customer namespace, that is the field names must begin with ZZ or YY. This prevents conflicts with fields inserted in the table by SAP.
Regards,
Ferry Lianto
‎2007 Apr 09 3:11 PM
Hi,
Please check this link for adding an append structure.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm
Also check this line.
The fields of an append structure must lie in the customer namespace, that is the field names must begin with ZZ or YY. This prevents conflicts with fields inserted in the table by SAP.
Regards,
Ferry Lianto
‎2007 Apr 09 3:15 PM
Hi Giri ..
The fields of an append structure must lie in the customer namespace, that is the field names must begin with ZZ or YY. This prevents conflicts with fields inserted in the table by SAP.
And also, goto SE14, and give the Database table and Press Activate and Adjust database table button
for more information about how to create a Append Structure,
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm
Regards
Sudheer
‎2007 Apr 09 3:27 PM
HI Sudheer and Ferry,
I given classification as and activation type as 10. and provided field names with ZZXXXXX .
i am getting the warning <b>Field name LINENO is reserved (Do not use structure as include in DB table)</b>.
how can it be resolved?
Regards
Giri
‎2007 Apr 09 3:42 PM
Hi,
It is just a warning message.
I think it should be fine since you are dealing with structure instead of transparent table (then I would be worry).
Regards,
Ferry Lianto