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

adding additional fields to a SAP table

Former Member
0 Likes
1,087

Hi All!

I have to add 5 additional fields to customer master table KNVV.How to do this shall i add it through a include KUAGVZ or ther is any other method .Please advise.

regards

Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
940

Hi,

You need to add your fields to append or include structure.

i can see /BEV1/EMKNVV_A "append structure

/BEV1/EMKNVV_I "include structure

you can add to any one of them.

in SE11 enter the table name, and go to display mode, and then click on append structure. choose the structure and go to change mode and add your entires in the structure.activate it.

and back to KNVV table .

then go to Utilities->data base Utilities-> click button activate and adjust the data base.

regards

vijay

3 REPLIES 3
Read only

Former Member
0 Likes
941

Hi,

You need to add your fields to append or include structure.

i can see /BEV1/EMKNVV_A "append structure

/BEV1/EMKNVV_I "include structure

you can add to any one of them.

in SE11 enter the table name, and go to display mode, and then click on append structure. choose the structure and go to change mode and add your entires in the structure.activate it.

and back to KNVV table .

then go to Utilities->data base Utilities-> click button activate and adjust the data base.

regards

vijay

Read only

Former Member
0 Likes
940

Hi,

You need to add a Z structure and include that into the customer master table. You can create a ZKNA1 and add all your fields then include this to KNA1.

Shobana

Read only

Former Member
0 Likes
940

Hi,

you can do that by append structure for that table.

and then papulate those fields through the main program by using any user-exit.

if any mail me to shaik0079@yahoo.com