‎2013 Sep 07 10:13 AM
Hi guys,
i have a requirement to update customer data in table knvv, here i have enhanced tcode XD01 with extra tab
having 2 fields. no i m trying to update customer master based on division using LSMW.but in recording i am
unable to see the custom tab.
now i m trying to update database table KNVV directly through report program,unable to change the records.
please suggest any solution.
Thanks,
Umakant.
‎2013 Sep 07 11:35 AM
Hello Umakant.
Check if a BAPI is available for your requirement using tcode BAPI.
Regards.
‎2013 Sep 07 12:55 PM
Hi arun,
there is no such BAPI to update record in KNVV table.
regards,
umakant
‎2013 Sep 07 12:08 PM
‎2013 Sep 08 7:27 AM
‎2013 Sep 08 5:49 PM
‎2013 Sep 09 6:29 AM
‎2013 Sep 09 8:40 AM
Hi Umakant,
use function module sd_customer_maintain_all for updating knvv.
‎2013 Sep 09 6:55 AM
Hi,
Please check whether custom fields are added in SE11 customer master table using append structure with all required Z fields. If not, please add Z fields in the customer master respective tables, then u could see those fields in LSMW BDC recording method.
Best Regards,
Abirami
‎2013 Sep 09 9:38 AM
‎2013 Sep 09 2:56 PM
Hi,
You can use INSERT statement to update the database. But we should always use BAPI to update database.
Regards,
Supratik
‎2013 Sep 16 10:25 AM
the query is solved,
thanks guys for all u r inputs.
Thanks,
umakant.
‎2013 Sep 16 10:33 AM
Hi Umakant,
Can you share the sloution.
Thanks,
S.Rajendranath Rapathi.
‎2013 Oct 09 8:15 AM
Hi Umakant,
You can use the following method in LSMW:-
=> Direct input method
Object :- 0050
Method :-0000
Program name :- RFBIDE00
Program type :- B
Just fill KN00 and KNVV structure in the program.
Hope this helps you.
Regards,
Somesh
‎2013 Oct 09 8:26 AM
Hi Umakant,
Try to check the bellow link for your solution:
http://scn.sap.com/thread/88361
Thanks & Regards,
Goutam Kolluru.
‎2013 Oct 09 9:35 AM
Hi Umakant,
These BAPIs are used in Transaction Code XD01.
BAPI_CUSTOMER_GETCONTACTLIST
BAPI_CUSTOMER_CREATE
BAPI_ATTENDEE_PREBOOK_LIST'
Regards,
Sujeet