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: 

custom fields

Former Member
0 Kudos

Hi All!

I had added 2 custom fields to the structure KUAGVZ through custom append structure.Now the table KNVV is not getting reflected with the new fields and all the remaining fields in KUAGVZ i.e. KVGR1 - KVGR5 are getting reflected in the KNVV table.

What shall I do to get me custom fields reflected in the Table KNVV. or shall i do any DB update.

Please advise

Regards

Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Have you append these fields in KNVV too?

Max

13 REPLIES 13

Former Member
0 Kudos

Hi kumar,

1.Have u activated the structure?

regards,

amit m.

0 Kudos

hi amit!

yes i had activated the structure?

regards

Kumar

Former Member
0 Kudos

Hi

Have you append these fields in KNVV too?

Max

0 Kudos

Hi Max!

I didn't do that,will the structure not reflect in the KNVV table?

If i have to append through which append I have to do that,shall i go for custom one or already existing ones.

Please advise

regards

Kumar

0 Kudos

Hi

If I remember that structure is to transfer the news fields of KNA1.

Max

0 Kudos

hi,

you can create new one append structure(that should be Z*) and add the fields to it.

once you done it, go to utilities->Database Utlities->

click on Activate and Adjust the data base.

regards

vijay

0 Kudos

Hi max!

Is there any other structure for this?

I was just going through all the tables.The structure KUAGVZ in which i created the custom fields is getting reflected in the payer view KUAGV but is not getting reflected in KNVV.

Is there not relation between the two.I mean between KNVV and KUAGVZ.

Another point is that the fields of KUAGVZ KVGR1 - KVGR5 are not included through any include in the table KNVV they are defined directly.

If it helps please advise.

regards

Kumar

0 Kudos

Hi

You are speaking about sales order, aren't you?

See the include V05EZZAG:

move-corresponding lknvv to kuagvz.

move-corresponding kuagvz to kuagv.

Here the data of KNVV are transfered to KUAGVZ.

The fields KVGR1 - KVGR5 are std fields of KNVV, so they don't need to be included in append structure.

Max

0 Kudos

Hi max!

You are very near in solving my issue i suppose!yes my issue is with sales order only.

Actually my requirement is to add two custom fields ZZKVGR6 and ZZKVGR7 to KNVV table and from there it will move to KUAGAV view through include V05EZZAG as you explained.

I think i had added the custom fields to the structure KUAGAVZ instead to the table KNVV itself through some append structure.

Am i right?

regards

Pavan

0 Kudos

Hi

You have to add those fields in both structure KNVV and KUAGAVZ, so I think you're right.

You shouldn't need to add code in exit V05EZZAG because they are automatically transfer by MOVE-CORRESPONDING statament.

Anyway I don't know how those fields are filled in KNVV: I suppose by enhancement for master data customers.

Anyway you make sure those fields aren't empty, a customer can have several sales area, so you should check to create an order for the rigth sale area.

Max

0 Kudos

Hi max!

Thanks very much!One of my issue is solved .Can u suggest me the include which i have to use to add these fields in the KNVV table or shall i go for a custom append structure.

regards

pavan

points are rewarded

0 Kudos

Hi

Add those fields by APPEND structure.

Max

mandar_shete
Active Participant
0 Kudos

Hi,

Try to readjust the table using SE14.