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

MARA table going DUMP due to append structure

Former Member
0 Likes
2,688

Hi all,

I have created the structure and i have Appended to MARA table. Since then MARA Table is Partially Active State. So, i tried to delete the structure. But i am unable to delete that Structure, because it was used in MARA Table. Even i tried SE14 Transaction also.Here i did Adjust and Activate table, But it is showing SHORT DUMP. Even if check the Error in SE11, it is showing "No inconvience found, but i activate the table again it is going to dump ".

How to solve this .

My requirement is to bring back the MARA table into its origional state. and how to delete the Appended structure in MARA table ?

Thanks in advance

KR

Hi,

Open the appended structure in SE11 directly and delete all the fields and activate it. Then open MARA in SE11 and Go to Menu->Utilities->Database Utility -> Activate and adjust database.

Regards,

5 REPLIES 5
Read only

Former Member
0 Likes
1,387

hi,

Goto SE11-> Edit-> Modification operations -> reset to orginal.

Try this.

Reward points if helful

Thanks

Arunprasad.P

Read only

0 Likes
1,387

Hi arun,

when i did Edit-> Modification operations -> reset to orginal.

It is showing '' This Action is not possible for this object class". So, any other idea pls ?

Read only

Former Member
0 Likes
1,387

Hi,

An APPEND structure is a DDIC structure that is assigned to a single DB table. In the ABAP dictionary (SE11) you call the corresponding DB table and create the APPEND structure for this table.

In which scenario do we create APPEND structures? Obviously, the attributes available in the DB table are not sufficient to meet your requirements. Thus, you append the missing fields to the table.

http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm

Regards

Read only

Former Member
0 Likes
1,387

Hi,

Open the appended structure in SE11 directly and delete all the fields and activate it. Then open MARA in SE11 and Go to Menu->Utilities->Database Utility -> Activate and adjust database.

Regards,

Read only

Former Member
0 Likes
1,387

What about restoring a previous version.

Bert