cancel
Showing results for 
Search instead for 
Did you mean: 

Error adding HU_CREATE_GOODSMVT_RFC in TSAPFunction

Former Member
0 Kudos

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;

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi expert,


Nobody have an idea to understand what is wrong with this RFC ?

I really need to use it.


If you want more information, please ask.


Thanks for your help

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Arnaud,


Everythings is OK, i can connect and i can use some BAPI (like RFC_READ_TABLE, BAPI_GOODSMVT_CREATE, L_TO_CREATE, etc...).

Is HU_CREATE_GOODSMVT_RFC remote-enabled?

Regards,

Mark

Former Member
0 Kudos

Hi Mark, thanks for your answer.

Yes this RFC is remote enabled, as you can see below.