VB6 code to create DLL to fetch data fom SAP BAPI, with parameter -
i asking give vb6 code support create .dll fetch data sap bapi. don't have idea active x control use or started. new in kind of programming. appreciated.
vb6 - difficult.
your best bet access bapi through web services (every bapi exposed web service; @ least in more recent sap versions). not seem simple (google it).
there once com component accessing rfc functions, no longer supported. last option use rfc sdk , create vb6 wrapper accessing exported functions in librfc.dll (maybe not easiest task).
things lot more simple if switch vb.net (or other .net language): there new version of sap .net connector.
Comments
Post a Comment