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

Data Dictionary

Former Member
0 Likes
764

How can we append or include a field to an predefined table like BussinessAddressField in Lfa1 table

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

Create a z structure with the field you want in se11.

append that structure to the standard table.

Then activate your table.

8 REPLIES 8
Read only

Former Member
0 Likes
739

U can do using the Append Structiure only.

If useful reward points.

Regards,

Vasanth

Read only

Former Member
0 Likes
739

Hello,

you can add it using Table exits

APPEND Structues or customizing Includes .

This can be done with the help of Modification Assistant

Reward If it helps.

Thanks,

Krishnakumr

Read only

Former Member
0 Likes
739

Yes you can.

Create a z structure with the field you want in se11.

append that structure to the standard table.

Then activate your table.

Regards,

ravi

Read only

Former Member
0 Likes
739

Hi Ravi thanks for ur Suggestion

can u give the code to append the feild to a Standard table

Read only

0 Likes
739

No coding required for appending.

Refer the link i have given. I will tell you the step by step procedure for appending a field to a standard table.

But if you want to populate values for that additional field, you need to look for a user exit in vendor master creation transaction XD01.

Regards,

Ravi

Read only

0 Likes
739

Hi Prashant,

Can you let me know what additional information did he give that you gave him 10 points?

Read only

Former Member
0 Likes
739

You have a button in se11 to include append in the structure. The append would be ZASI_LFA1. You should add the description and the components as if you were adding in the table. The button is near the representation of hierarchies.

I hope to help you

Read only

Former Member
0 Likes
740

Create a z structure with the field you want in se11.

append that structure to the standard table.

Then activate your table.