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

User exit for Customer Master without screen

afordham
Participant
0 Likes
587

Hi,

I need to change a value in a custom field appended to table KNA1 depending on values entered in the sales area partner functions (KNVP).

I'm trying to find a user exit that will allow me to do this, but everything I've come across either doesn't give you access to change values (e.g. Enhancement SAPMF02D, BTE 00001321) or wants you to create a custom screen group so that the field can be manipulated directly by the user (e.g. BAdI CUSTOMER_ADD_DATA_CS).

Does anyone know of a simpler user-exit where I can just alter the data, without having to get involved in custom screen groups?

Many thanks,

Andrew

Hi,

I need to change a value in a custom field appended to table KNA1 depending on values entered in the sales area partner functions (KNVP).

I'm trying to find a user exit that will allow me to do this, but everything I've come across either doesn't give you access to change values (e.g. Enhancement SAPMF02D, BTE 00001321) or wants you to create a custom screen group so that the field can be manipulated directly by the user (e.g. BAdI CUSTOMER_ADD_DATA_CS).

Does anyone know of a simpler user-exit where I can just alter the data, without having to get involved in custom screen groups?

Many thanks,

Andrew

1 REPLY 1
Read only

Lakshmipathi
Active Contributor
0 Likes
551

You can try with any of the following BADIs:-

  • CUSTOMER_ADDRSCR_CHG
  • CUSTOMER_ADD_DATA  
  • CUSTOMER_ADD_DATA_BI
  • CUSTOMER_ADD_DATA_CS

G. Lakshmipathi