‎2008 Feb 29 6:14 AM
How to include a structure in a standard table and also in customized table
‎2008 Feb 29 6:19 AM
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
‎2008 Feb 29 6:21 AM
‎2008 Feb 29 6:25 AM
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
‎2008 Feb 29 6:27 AM
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