Application Development 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: 

Delete Append structure from DB-table eg. BAPI_TE_MARA

Former Member
0 Kudos

Hi,

how can I delete an append-Sructure from a db-table.

I know I can delete fields from this append-structure, but I want zo delete the whole append.

Thx in advance

Peter

3 REPLIES 3

Former Member
0 Kudos

Hi

Run SE11, choose DATA TYPE option, insert your append structure name in DATA TYPE and press delete icon

Max

0 Kudos

Hi Max,

i would like to remove the append-structure from the BAPI_TE_MARA structure.

If i follow your advice, i remove the append-Structure from DDIC.

Kinf regards

Peter

0 Kudos

Hi

It can't do it

An APPEND structure can live with its main structure only, that mean it can be alone

If you want to keep its structure, you should transfer the fields from APPEND to a new strcuture and then (if you need) include it to the APPEND structure.

In this way you can keep the fields as soon as the APPEND structure is deleted and/or you can use them for another one

Max