Application Development 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: 

New field in table LFA1

Former Member
0 Kudos

Hi gurus,

I need to create a new field in table LFA1 (supliers master table). Can anyone help me how to find a a user exit? is it possible to add a new field in this table ?

Thanks in advance,

Mário.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You have to do it using Append Structures in SE11.

Go to SE11 - give the table name as LFA1 and then click on the Append structures button and create the new structure and add the field to it.

Reward if it is useful.

Thanks,

Srinivas

2 REPLIES 2

Former Member
0 Kudos

You have to do it using Append Structures in SE11.

Go to SE11 - give the table name as LFA1 and then click on the Append structures button and create the new structure and add the field to it.

Reward if it is useful.

Thanks,

Srinivas

Former Member
0 Kudos

You can do it in two ways using append structure or include structure of that standard table.

once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .

check this SAP help..

for append structure

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

for include structure.

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

Regards