cancel
Showing results for 
Search instead for 
Did you mean: 

add new data element in MARA

Former Member
0 Kudos

i want to put new field in standard table mara.. and use in MM02 to save data...

how to add extra field in standard table MARA...

Accepted Solutions (1)

Accepted Solutions (1)

former_member222860
Active Contributor
0 Kudos

hi,

U can use APPEND STRUCTURE to append new field,

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

For this you have to append field to mara table.

And then Find screen exit or BADI to Add the field in MM02.

And write code inside the Exits to save the data into MARA.

Search in SDN and will get the EXITS in MM01/MM02/MM03.

Regards

sandipan

saumya_govil
Active Contributor
0 Kudos

Hi Malay,

1. Go to t-code SE11.

2. Enter the name of the table - MARA.

3. Click on button 'Display'.

4. Click on botton 'APPEND STRUCTURE' at the right corner of the screen.

5. Enter the structure name you wish to create.

6. Enter the field name you wish to insert.

Hope this helps!

Regards,

Saumya

Former Member
0 Kudos

Hi Malay,

Go to T Code SE11.There enter the name of the table MARA. Click on the push botton 'APPEND STRUCTURE' at the right corner. Select the name of the structure and enter the name of the field you want to add.

Thanks & Regard,

Vivek Agarwal

Former Member
0 Kudos

Hi vivek,

Former Member
0 Kudos

Hi vivek,

Create an APPEND STRUCTURE with a field u desire to add in MARA.

and make sure you adjust the table in se14 after that..

regards,

DInesh