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

Re-using obsolete fields in SAP

jodi_yosko
Discoverer
0 Likes
2,248

I am trying to find out if when a field in an SAP table which is designated as 'obsolete' (such as MARA-EANNR), if that field is ever removed from that table in the future? I need to store data at the material level, and there is no field that would suit my purpose. Instead of creating a totally new custom field, I would like to just repurpose an existing field. Do those obsolete fields ever go away when SAP does their upgrades?

I am trying to find out if when a field in an SAP table which is designated as 'obsolete' (such as MARA-EANNR), if that field is ever removed from that table in the future? I need to store data at the material level, and there is no field that would suit my purpose. Instead of creating a totally new custom field, I would like to just repurpose an existing field. Do those obsolete fields ever go away when SAP does their upgrades?

4 REPLIES 4
Read only

DoanManhQuynh
Active Contributor
0 Likes
1,835

Not in my knowledge...

Read only

Sandra_Rossi
Active Contributor
1,835

It doesn't worth the risk. Adding a new column is the only supported way (unless SAP support/consulting tells you explicitly to do so).

Read only

loyd_enochs3
Participant
0 Likes
1,835

Sandra is dead-on: use the appropriate customization technique (APPEND or CI_INCLUDE) to add the new custom field to the existing SAP standard table.

While it is extremely rare for SAP to delete or repurpose a standard field, the possibility does exist, and best-practice dictates against taking such an easily avoidable risk.

Read only

Nawanandana
Active Contributor
1,835

Hi,

I guess you have HANA system. You can add new field for the MARA table. kindy look at the bellow blog for it and However, with MARC and other tables that have been equipped with proxy objects, additional steps are needed as laid out in SAP-Note 2242679.

Appending MARA (adding custom fields)

Regards,

Nawa