Hi expert,
I'm using Delphi (2009) to connect to SAP.
Everythings is OK, i can connect and i can use some BAPI (like RFC_READ_TABLE, BAPI_GOODSMVT_CREATE, L_TO_CREATE, etc...).
I'm trying to use HU_CREATE_GOODSMVT_RFC and when i try to add this function to my SapFunction i got this error : could not add function.
I Try with and without unicode control => Same Issue.
If i try to add it with this code :
myIFunction:=FormClientSAP.SAPFunctionsWork.Add('HU_CREATE_GOODSMVT_RFC') AS IFunction;I try this :
FormClientSAP.MyRfcWorkSAP := FormClientSAP.SAPFunctionsWork.Add('HU_CREATE_GOODSMVT_RFC');
Same issue, my function isn't add.
I don't understand why....
I try in SE37 and it works fine with the same user !!!
So please Help
Add a comment