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

Reg:Include structure in a ztable

Former Member
0 Likes
494

hi Gurus,

I created a structure which contians field types,sub-structures&table types ,now i want to include this structure to a ztable.I am encountering with an error .

Some Error are mention below:-

1)Select a shorter name for REASON_FOR_CHANGE

2)SECTION is a reserved word (Select another field name)

3)Field ILID: Structured type ZDCAGS_ILID cannot be used in DB table ZDCAGT_TSK_CNSLT

4) Field TEXT: Structured type ZDCAGT_TLINE cannot be used in DB table ZDCAGT_TSK_CNSLT

5)Field VARIAN: Structured type ZDCAGS_ILID cannot be used in DB table ZDCAGT_TSK_CNSLT

6)Field REASON_FOR_CHANGE: Structured type ZDCAGT_TLINE cannot be used in DB table ZDCAGT_TSK_CNSLT

7)Error in code generation for creating table ZDCAGT_TSK_CNSLT in the DB

and the environment is ECC 6.40.

please suggest if any.

thanks in advance,

Ramesh

hi Gurus,

I created a structure which contians field types,sub-structures&table types ,now i want to include this structure to a ztable.I am encountering with an error .

Some Error are mention below:-

1)Select a shorter name for REASON_FOR_CHANGE

2)SECTION is a reserved word (Select another field name)

3)Field ILID: Structured type ZDCAGS_ILID cannot be used in DB table ZDCAGT_TSK_CNSLT

4) Field TEXT: Structured type ZDCAGT_TLINE cannot be used in DB table ZDCAGT_TSK_CNSLT

5)Field VARIAN: Structured type ZDCAGS_ILID cannot be used in DB table ZDCAGT_TSK_CNSLT

6)Field REASON_FOR_CHANGE: Structured type ZDCAGT_TLINE cannot be used in DB table ZDCAGT_TSK_CNSLT

7)Error in code generation for creating table ZDCAGT_TSK_CNSLT in the DB

and the environment is ECC 6.40.

please suggest if any.

thanks in advance,

Ramesh

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi Ramesh,

I have some Solutions,

1. Reason_for_change - Its field name means Give a shoet name.

2. Section is reserved for SAP. So Select another word.

3. The structure of the three fields are differed. So You can't use this Fields.

Check this..

Thanks.

Reward If Helpful.

Read only

Former Member
0 Likes
404

Hi,,

1) There is a limit for number of characters of a label. Check that out. Give a shorter name.

2) SECTION keyword in Object oriented programming. Cant use that.

3) Not sure about the structures, but check for other things also like table maintenance, technical settings.

Hope this works for you.

regards

Dinesh