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: 

TABLE

Former Member
0 Kudos

Hi

I am having a doubt in TABLE : MARA if we go in display mode u can see fields,dataelement & domain but in that one field named .INCLUDE what is the purpose of that field ? and we use that one in what case ?

Please help me to solve this question

Thanks & Regards,

Senthil.

Moderator message - Please use a meaningful subject. And moved to the correct forum

Edited by: Rob Burbank on May 4, 2009 10:45 AM

1 ACCEPTED SOLUTION

former_member205763
Active Contributor
0 Kudos

Include option is provided to enhance the standard table. take a look at this

[Include structure|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm]

9 REPLIES 9

Former Member
0 Kudos

Hi,

After the field .INCLUDE, there is a structure included, which appears with blue color. In MARA, such as .INCLUDE EMARA. The data element 'EMARA' is the structure name. You can see it by double click.

Regards,

Xiaohong.Z

0 Kudos

Are additions of the table structures, this makes it easy. Imagine you have to create the same 3 fields in 10 tables. Creating a structure and linking 10 tables, you resolve this without very work.

Adriano

Former Member
0 Kudos

We can use our own structures to enhance the tables. That is we can create our own fields,data elements.

Former Member
0 Kudos

Hello,

Purpose of the INCLUDE is adding the structure to the database table. With this you can enhance the standard table by adding the fields in the INCLUDE structure.

former_member205763
Active Contributor
0 Kudos

Include option is provided to enhance the standard table. take a look at this

[Include structure|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm]

Former Member
0 Kudos

By Include we can add LIST of other fields (as structure) to the table.

Regards

Shital

Former Member
0 Kudos

Hi,

SAP database tables are supplied with some standard fields, how ever the customer (user) may need some more fields to add some extensive data. when such situation arises the database tables need to be enhanced according to the customer requirement, this can be achieved using a .INCLUDE structure.

Hope this will clear your doubts.

Regards

Suvendu

Former Member
0 Kudos

We can add our own structure like ZKUNNR to the Database tables. This structure will be shown with this INCLUDE structure.

Regards,

Joan

Former Member
0 Kudos

Hi,

INCLUDE means a structure with several fields is inserted into the table.