Hi All,
I have to implement badi for customer master. my requirment is as follows.1) In the xd01 transaction i have to add a button like customers additional data.
2) in that there will two tab pages
general additional data
in this tabpage i have to add some custom fields which are aadded in kna1 table .
sales area additional data
in this tabpage i have to add some custom fields which are aadded in knvv table .
3)now i can do up to this by going to spro and executing these
badis and customizing the screen
4)now how can i save the data entered in to these tables .
since we have to use (Customer_Add_Data,Customer_Add_Data_cs )
Customer_Add_Data_cs--
-methods set_data
--pbo of screen
and get_data----pai of screen
so please tell me the code to insert into these methods so that i can save the data in tables kna1 and knvv table