on 2009 Jan 30 5:38 AM
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...
hi,
U can use APPEND STRUCTURE to append new field,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.