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

BAPI/ Function module for transaction FK01 to create vendor

Former Member
0 Likes
2,212

hi All,

i am getting a flat file with vendor details to be created using FK01 transaction. I would like to know if there is any BAPI/ function module that i can use to create the vendor for this transaction....

Many thanks in advance

hi All,

i am getting a flat file with vendor details to be created using FK01 transaction. I would like to know if there is any BAPI/ function module that i can use to create the vendor for this transaction....

Many thanks in advance

4 REPLIES 4
Read only

kanishakgupta1
Contributor
0 Likes
1,275

try FM

FI_WT_CREATE_VENDOR

and follow this link

/message/6603261#6603261 [original link is broken]

kanishak

Read only

Former Member
0 Likes
1,275

Hi,

Please use BAPI

BAPI_VENDOR_CREATE

Thanks

ShreeMohan

Read only

Former Member
0 Likes
1,275

Hi ALL,

Thanks for ur replies... I am getting a flatfile with details such as a) Vndor general data

b) Vendor Control Data

c) Vendor Account data

d) Vendor classification

i can take these datas from the flat file into separate tables. Is there any function module in which i can pass these tables and create vendor? for example in case of creating customers we have the function module SD_CUSTOMER_MAINTAIN_ALL, which will crete the customers at one go.

Or is there any way you all could suggest to create a vendor. I tried using BDC but not able to, because there are no relation between these separate tables to create on big internal table and put the BDC in a loop.

Read only

Former Member
0 Likes
1,275

Closed