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

Customer Master Default values

Former Member
0 Likes
1,846

Hi Folks,

I want to default some field values in customer master(SALES AREA) like

some of are mandatory fileds(customer stats group-KNVV-VERsG(sales tab)) and other

are non-mandatory fileds(Partial delivery per item KNVV-VERSG(shipping tab)).when

I searched SDN I came to know that i can achieve this through

exit_sapmf02d_001.

But my concern is I want to default values of KNVV table.but KNVV is

not either avaialble in exporting or tables.so how can I default values

of the same and I want these default values should appear before save.

Please give some input or sample code.

Thanks in advance,

Shwetha

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,189

Check if there are any methods available in badi CUSTOMER_ADD_DATA for your requirement.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,190

Check if there are any methods available in badi CUSTOMER_ADD_DATA for your requirement.

Read only

0 Likes
1,189

Hi Keshav,

Thanks for your response , it is perfectly working for my requirement.I am giving you complete points .

Thanks,

Shwetha