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

Help need with append structure

Former Member
0 Likes
726

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

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

4 REPLIES 4
Read only

Former Member
0 Likes
635

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

Read only

Former Member
0 Likes
634

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

Read only

0 Likes
634

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

Read only

Former Member
0 Likes
634

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