cancel
Showing results for 
Search instead for 
Did you mean: 

adding or deleting a field from standard tables

Former Member
0 Kudos

Hai All,

1. If a field needs to be added or deleted from a SAP standard table like for example MARA, is it possible?

2. How about a date field? iS there any difference in hadling when its date or char or numc?

I would appreciate if anybody can answer these questiosn for me.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

ferry_lianto
Active Contributor
0 Kudos

Hi Visu,

1. If a field needs to be added or deleted from a SAP standard table like for example MARA, is it possible?

Yes, it is possible to add or delete custom field from table MARA. Please use append structures to add new field.

For more information on append structures, please check this links.

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

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

2. How about a date field? iS there any difference in hadling when its date or char or numc?

There is no difference in handling date field. When you add new date field, you can refer to data element/domain datum.

Hope this will help.

Regards,

Ferry Lianto

Please reward point if helpful

Former Member
0 Kudos

We added a new field to the MARC table by appending a structure to the table.