‎2007 Sep 06 6:14 AM
Suppose a structure named IDWTADD,i want to include a structure named IDWTADD_VE.
Is it possible to include a standard table within a standard table?
please somebody help me.
‎2007 Sep 06 11:22 AM
Hi ,
Its posiible....
only u cant include table into structure...
rest structure into structure, Structure into table, Table into tabl all possible...
regards,
DJ.
‎2007 Sep 06 6:16 AM
‎2007 Sep 06 6:16 AM
Hi niladri,
It is possible to include a structure into another.
Reward if helpful.
Regards,
Ravi G
‎2007 Sep 06 6:16 AM
Goto SE11
Open the structure IDWTADD
Click on APPEND STRUCTURE
Enter the new structure to be added
Activate
‎2007 Sep 06 6:18 AM
Hi,
Create ur own structure that contains all the fields of IDWTADD & include structure IDWTADD_VE.
‎2007 Sep 06 7:05 AM
Hi,
Yesyou can add new fields to a standard data base table.
Create a new structure say z_new include all the fields you want to append to the standard table.
Open the table to which you want to add the new fields to. In the menu path there is an option where 'APPEND STRUCTURE' .You click that and enter the structure Z_new.
Reward if found use full.
Regards,
Rama Murthy.P
‎2007 Sep 06 11:15 AM
A structure exist named IDWTADD,i want to include a structure named IDWTADD_VE(this one is existing).
Is it possible to include a standard table within a standard table?
‎2007 Sep 06 11:20 AM
Hi,
<b>Yes you can</b>
Open the Structure in Se11->Use menu Goto->Append Structure.
There give the structure that you want to append to this structure.
But make sure that you modify all the dependant tables.
SInce you are modifying a standard structure this can be dangerous as existing programs using this structure can get effected.
So just check where all this structure is being used.
Regards,
Sesh
‎2007 Sep 06 11:22 AM
Hi ,
Its posiible....
only u cant include table into structure...
rest structure into structure, Structure into table, Table into tabl all possible...
regards,
DJ.