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

data dictionary

Former Member
0 Likes
896

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
870

Hi ,

Its posiible....

only u cant include table into structure...

rest structure into structure, Structure into table, Table into tabl all possible...

regards,

DJ.

8 REPLIES 8
Read only

Former Member
0 Likes
870

yes it is possiable.

using enchancement concept.

Read only

Former Member
0 Likes
870

Hi niladri,

It is possible to include a structure into another.

Reward if helpful.

Regards,

Ravi G

Read only

Former Member
0 Likes
870

Goto SE11

Open the structure IDWTADD

Click on APPEND STRUCTURE

Enter the new structure to be added

Activate

Read only

Former Member
0 Likes
870

Hi,

Create ur own structure that contains all the fields of IDWTADD & include structure IDWTADD_VE.

Read only

Former Member
0 Likes
870

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

Read only

0 Likes
870

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?

Read only

0 Likes
870

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

Read only

Former Member
0 Likes
871

Hi ,

Its posiible....

only u cant include table into structure...

rest structure into structure, Structure into table, Table into tabl all possible...

regards,

DJ.