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

Error accessing MARA after removing custom append

Former Member
0 Likes
727

We added an Append strutucture to the MARA table, containing 3 Z* fields (Z1, Z2, Z3).

The import of the append by mean of a cr was successfull.

After a while we removed the append directly in the target environment, without a change request.

Now we recive a dumps related to the MARA table, saying ' field Z2 not found in table MARA'.

Infact these field are not present into the MARA table, and in SE14 we see it consistent as DB object or Runtime Object.

The Object log in SE14 is ok, says the table was successfully converted.

Any idea why the programmes, especially the MARA_ARRAY_READ continue to see a Z field that is not present anymore into the table ?

We try already to stop-start Sap but the error still exist.

The database was not restarted yet.

Regards

We added an Append strutucture to the MARA table, containing 3 Z* fields (Z1, Z2, Z3).

The import of the append by mean of a cr was successfull.

After a while we removed the append directly in the target environment, without a change request.

Now we recive a dumps related to the MARA table, saying ' field Z2 not found in table MARA'.

Infact these field are not present into the MARA table, and in SE14 we see it consistent as DB object or Runtime Object.

The Object log in SE14 is ok, says the table was successfully converted.

Any idea why the programmes, especially the MARA_ARRAY_READ continue to see a Z field that is not present anymore into the table ?

We try already to stop-start Sap but the error still exist.

The database was not restarted yet.

Regards

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
551

you need to adjust the database table

se14 > table name enter

activate and adjust..

Read only

Former Member
0 Likes
551

hi,

when u append a structure all realted tables will be adjust so u need adjuest the tables.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm

http://abapdictionary.blogspot.com/2007/11/append-structure.html

activate the table with request no .

Edited by: katigiri linganna on Apr 8, 2009 3:30 PM

Read only

0 Likes
551

I did the adjust e activate from SE14 but it continue to give errors.

The log is successfull.

The programme MARA_ARRAY_READ (main programme is SAPMLG21) continue to search a field Z* we removed from MARA.

Any other Idea ?