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 structure

Former Member
0 Likes
2,005

How to include a structure in a standard table and also in customized table

4 REPLIES 4
Read only

Former Member
0 Likes
1,048

HI

in customized table...in se11 create a structure....and call the that structure in the table ....

.include...in data type ..write the structure which u created.

if u want to append a structure ..there is a tab ...APPEND STRUCTURE ...in that u can declare the feilds in the structure and save and activate and call the structure in table.

u can append a structure only at end of all feilds whereas include u can add anywhere between the feilds.

Edited by: Jyothsna M on Feb 29, 2008 7:19 AM

Read only

Former Member
0 Likes
1,048

Hi,

try using APPEND or INSERT structure.

Regards,

Ramya

Read only

Former Member
0 Likes
1,048

hi

In SE11 in datatype tan give a name and click create.. then a pop up shows options like Structure,dataelement, datatype which u want to create.. u click data Structure.. then create a structure with required fields.. While Creating Customised table using Se11 give ur structure name in DATA ELEMENT column.. here ur table Switched to a customised one.

Reward if helpful

Karthik

Read only

Former Member
0 Likes
1,048

INCLUDE Structures:

Include Structure is used to include the structure to a Custom Table.

The same Structure can be Included in any number of Custom Tables.

To Include it in the Custom Table Provide .INCLUDE as field name and Structure name as Field Type.

APPEND Structures:

Append Structure is used to append to the Standard Tables.

The Same Append Structure cannot be appended in more then one Standard DB Table.

We need to create the Append Structure by opening the Table in Display mode and by clicking on the Append Structure button.

Check this SAP help

on append structure and Include Structure

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/frameset.htm