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

Need a function module to create a Vendor

Former Member
0 Likes
3,067

Hi Experts,

I am wondering if there is a RFC enabled function module to create vendor in background?

My current situation is that I need to create a function module or Identify one standard SAP function module. I have gone through some of the threads on BAPI_VENDOR_CREATE and VENDOR_INSERT or VENDOR_UPDATE, as well as the batch program ( RFBIKR00 ).

BAPI_VENDOR_CREATE - <b>RFC enabled but it is an online creation that requires user interaction</b>

VENDOR_INSERT & VENDOR_UPDATE - <b>Not RFC enabled FM</b>

RFBIKR00 - <b>is a batch program and could not be called using RFC</b>

I need to be able to trigger a function module from the HR system. Has anyone done something similar?

Please help. Points will be awarded.

Thanks and best regards,

Yap Thung Yuen

Message was edited by:

Thung Yuen Yap

1 ACCEPTED SOLUTION
Read only

Former Member
1,515

Hi,

If there is no option then you can copy the FM VENDOR_INSERT & VENDOR_UPDATE into Z FM's and make the RFC enable.

Hope this helps.

Regards,

Shahu

2 REPLIES 2
Read only

Former Member
1,516

Hi,

If there is no option then you can copy the FM VENDOR_INSERT & VENDOR_UPDATE into Z FM's and make the RFC enable.

Hope this helps.

Regards,

Shahu

Read only

Former Member
0 Likes
1,515

why can't u use BDC and run the same in offline mode. May be data can be uploaded in application server and use the same in background mode and call the BDC to create the vendors.