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

append structure

Former Member
0 Likes
702

hi

i have a table in that 1 append structure is there i want to delete that structure how?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Hi,

delete the structure directly from the SE11, and again try to activate the table and adjust the data base table after deletion of the append structure.

and try to check any of the programs accessing the append structure , if so you need to take care of it. other wise it will cause short dumps when you run the programs..

Regards

vijay

5 REPLIES 5
Read only

Former Member
0 Likes
671

Hii

you can do from transaction code <b>SE11</b>.

Enter table/structure name ZSTRUCTURE

then click delete button.

The system will prompt transport request (if transportable object).

also dont forget to go to <b>SE14</b> and save & adjust Database.

It is very important since after deletion the need to adjust database table.

Reward points if helpful

Revert back for more help .

REGARDS

Naresh

Read only

0 Likes
671

delete that from se11 and then se14 to activate and adjust the table...

Plz reward points and close the thread

gunjan

Read only

Former Member
0 Likes
671

Kiran,

DELETE the structure and also modify the table where the APPEND strcuture exists in Se11.

Regards,

Ravi

Read only

Former Member
0 Likes
671

Hi kiran,

1. Simple

2. Just delete the append structure

thru se11,

3. and the system will rest take care automatically.

(it will automatically modify the corresponding

tables/structures

where ever this append strucutre is used)

regards,

amit m.

Read only

Former Member
0 Likes
672

Hi,

delete the structure directly from the SE11, and again try to activate the table and adjust the data base table after deletion of the append structure.

and try to check any of the programs accessing the append structure , if so you need to take care of it. other wise it will cause short dumps when you run the programs..

Regards

vijay