cancel
Showing results for 
Search instead for 
Did you mean: 

Database Utility (SE14) Conversion Error (Step 4)

07-05-2020 7:47 PM
7124 views 14 comments
0 Likes
SAP Managed Tags
Subscribe

Hello Gurus,

I recently added some custom fields in Material Master 'Customer Data' Tab. Then I changed those ZZ fields domains and activated them... Then I adjusted table MARA in SE14 and now its stuck at Step 4.

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member876
Participant

Please check sap note "1925322 - How to roll back table conversion"

Former Member
0 Likes

Dear Mukesh,

That note is regarding to when "Table conversion stopped with "Error in step 5" in SE14:"...

Mine got terminated at Step 4, so i don't think this note is applicable at the moment

former_member876
Participant
0 Likes

Ohh..my bad, it's in next step, please ask basis to keep a copy of table data in temp table, for worst case. I will wait for you to explain more on background job, as pointed out by Sandra.

albanleong
Contributor
0 Likes

I upvoted Mukesh's answer because I think it has the right steps to solve your issue.

But to be more specific, here's probably what you need to do

Step 1. Transaction SE14 - Table: MARA - select "Unlock table"

Step 2. Using FM DB_RENAME_TABLE - Pass in Parameter TABNAME_NEW = MARA and TABNAME_OLD = QCMMARA

Step 3. Transaction SE14 - Table: MARA - Select menu Table > Reconstruct

Step 4. (Since you said you've fixed the ZZ-fields error) Go to SE11 and reactivate MARA.

That should do it.

*** DISCLAIMER *** Given the fact that the OP's scenario is dealing with a standard SAP table (MARA), PROCEED AT OWN RISK.

Former Member
0 Likes

The note Mukesh shared is in regards if there's a termination at Step 5. My process terminated at Step 4.

Additionally, if I currently go to SE11 to activate "MARA" it gives messages as shown in screenshot.

Note: If I try to unlock table it gives me a warning:

"The original data is currently in a temporary table. For this reason, it is not possible to guarantee that all the data has been converted and copied to the new table. The temporary table is deleted with the next request to adjust the table. As a result, there could be a partial or complete LOSS OF DATA ! If you unlock the table now, the adjustment cannot be continued automatically at a later time. First try to correct the error and continue the adjustment. Use the object log and the sys log (SM21) for an error analysis. Really unlock table ?"

albanleong
Contributor

Yeah - okay. The SAP warning is valid. Given the fact that this is a standard SAP table and I don't know if you have a new system or a pretty old system with tons of data, I'd say proceed with caution. Maybe have the DBA backup the data first on the DB level before attempting the steps in the OSS notes?

As for your point about the OSS note Step 5 vs your Step 4, I think the underlying issue is the same. The original DB table has been dropped and no longer exists in DB and you can't activate it. The steps outlined in the OSS note will restore the DB table BUT - the OSS note is dealing with a custom Z-table and you, have a potentially large/huge table.

Again. proceed with caution...