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

Problem with User exit in xd01

Former Member
0 Likes
415

Hi,

I had one problem with xd01 transaction.When i am creating the new customer ,after filling the data in the in all the fields i need to save.But before saving i need to fill the interest indicator value automatically.So for that i am using the user exit or alternatively i can also use business transaction event function modulele SAMPLE_INTERFACE_00001320.But i am unable to insert the value in KNB1 table before creating the customer.Can any body please help me in this regars.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
347

User exit does not have KNB1 as changing / export parameter, hence you cannot change.

Implement BADI - CUSTOMER_ADD_DATA and use method PRESET_VALUES_CCODE for setting the flag.