2014 Mar 16 6:29 AM
Hi All,
Thanks
Sunitha.
Hi All,
Thanks
Sunitha.
2014 Mar 17 9:20 AM
Hi,
BAPI_VENDOR_EDIT won't let you change DB data: it simply calls on line transaction.
Marco
2014 Mar 17 10:50 AM
Hi Macro,
I need to update vendor master data in xk02 general,company code, purchase org data. Please suggest me is there any particular BAPI for that.
Thanks for you reply.
Regards
Suni.
2014 Mar 17 11:17 AM
HI,
I think there's no BAPI for updating vendor master data, you have to use a batch input. If you like you can do that with LSMW.
Marco
2014 Mar 17 12:35 PM
Hi Macro,
Do you have BDC code for updating XK02 please share.
Thanks for your reply.
Regards
Suni.
2014 Mar 17 10:26 AM
2014 Mar 17 10:48 AM
Hi Nitin,
I need to update all the vendor master data not only partner functions, please suggest me is there any particular BAPI for that.
Thanks
Suni.
2014 Mar 17 11:22 AM
Hi,
try tcode MASS with object LFA1 or use Batch-Input (SM35).
Regards, Dieter
2014 Mar 17 3:21 PM
Perform some seach on : method MAINTAIN_BAPI of class VMD_EI_API
Also forget "BAPI_Vendor_Edit or vendor_update".
Regards,
Raymond
2014 Mar 17 6:55 PM
Hi Sunitha,
I prefer to use LSMW here.You can achieve it by using batch recording option here.
Do a recording for the XK02 tcode with all mandatory required fields filled and create a sample file and upload.I t is higly ecomnomical in your case than a BDC upload.
Please go through the video links where upold for XK01 is done.
SAP LSMW from Hyderabad . INDIA . - YouTube
Rewards are appreciated if found useful.
Regards,
Kannan
2014 Mar 17 7:13 PM
There is no true BAPI available.
You could use idoc Function modules BAPI_IDOC_INPUT1 (ADRMAS idoc - Address data) and
IDOC_INPUT_CREDITOR (CREMAS idoc - Vendor data).
These function modules in turn call XK01/XK02 using the CALL Transaction statement.
You could write a program directly calling CALL TRANSACTION.
I can't give you ready made code. These are just leads, you will have to develop the program yourself.