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

Include inside transparent table.

Former Member
0 Likes
947

What does the blue fields after the .include keyword specifies in a db table.

4 REPLIES 4
Read only

Former Member
0 Likes
687

Hi Tushar,

The blue fields after the keyword specifies the list of fields under the INCLUDE structure. You can view them by double cliking on DATA ELEMENT of INCLUDE STRUCTURE.

Thanks,

Vinay

Read only

Former Member
0 Likes
687

Please give a brief description as to why include is added into db table.

Read only

0 Likes
687

Hi Tushar,

INCLUDE STRUCTUREs are reusable components, you can use the same set of fields in the different by using the clause INCLUDE STRUCTURE in your table.

Check this link for INCLUDE STRUCTURES

http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ea6a446011d189700000e8322d00/frameset.htm

Plz reward points if helpful

Thanks,

Vinay

Read only

Former Member
0 Likes
687

thankx