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: 

Include Structure

Former Member
0 Kudos

Hi all,

While creating a ZTABLE, include structure can't be reused in my ZTABLE, activation log error gives the message like "Field ZINCLUDE1: Structured type PRPS_INC cannot be used in DB table ZPRPS".

Sarav

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

An include structure can be used in several tables, but the append structure can be used in the table where it was created only

Max

4 REPLIES 4

Former Member
0 Kudos

Hi

An include structure can be used in several tables, but the append structure can be used in the table where it was created only

Max

Former Member
0 Kudos

Referances to the fields will not be used in Include / append structures.

Need to create usinf standard data types.

alex_cook
Active Participant
0 Kudos

Howdy,

To use the structure as an include in a transparent table you need to change the fieldname from ZINCLUDE1 to .INCLUDE

This applies to all include structures you want to use in the table.

Cheers

Alex

sivaprasad_paruchuri
Active Participant
0 Kudos

include structure can be re used .... by using structures we can give fields only not the records....we have to write .include structure name in the de field ....