‎2007 Mar 27 7:45 AM
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
‎2007 Mar 27 10:45 AM
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
‎2007 Mar 27 10:45 AM
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
‎2007 Mar 27 10:53 AM
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.