cancel
Showing results for 
Search instead for 
Did you mean: 

User exit to update KNA1 table in KNVV table for AUFSD field

Former Member
0 Kudos

Dear Experts,

I have requirement to update KNA1 and KNVV table for AUFSD field while creating customer through Z tcode.

It would be of great help if you can provide me the correct user exit for XD01 just before saving.

Regards,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

neelavraj_duara2
Explorer
0 Kudos

User Exit: SAPMF02D

BADI: CUSTOMER_ADD_DATA

Hope it helps.

Former Member
0 Kudos

Hi

User Exit: SAPMF02D - did not allow KNA1 and KNVV

BADI: CUSTOMER_ADD_DATA allows KNVV

Kindly help on how to update if there is a way KNA1

Regards,

Siva

Answers (2)

Answers (2)

madhu_vadlamani
Active Contributor
0 Kudos

HI Siva,

Update means are you creating any new zfileds and updating them.Why you need to fill that with code.

Regards,

Madhu.

madhu_vadlamani
Active Contributor
Lakshmipathi
Active Contributor
0 Kudos

Try with any of the following:-

V05EA1AG (user exit for sold-to party when reading KNA1)

V05EZZAG (user exit for sold-to party when reading KNVV)

V05EA1WE (user exit for ship-to party when reading KNA1)

V05EZZWE (user exit for ship-to party when reading KNVV)

V05EA1RG (user exit for payer when reading KNA1)

V05EZZRG (user exit for payer when reading KNVV)

V05EA1RE (user exit for bill-to party when reading KNA1)

thanks

G. Lakshmipathi

Former Member
0 Kudos

Friends,

Thanks for your input. it seems for my requirement user exit will not do, hence we have gone ahead with changing base code with access key,

Regards

Siva

Former Member
0 Kudos

Hi Siva,

We currently have the same requirement, may I know what do you mean by "changing base code with access key"?

Thank you.