cancel
Showing results for 
Search instead for 
Did you mean: 

Startrfc - SAP utility to invoke ABAP programs from External systems

Former Member
0 Kudos

We have used the startrfc uitlity that comes along with the SAP Presentation CD. This is bundled with the SAP RFC SDK kit. The startrfc utility can be used to invoke ABAP programs from external systems or servers.

When using the startrfc from the SAP server using the parameters

startrfc -h 10.60.0.31 -s 01 -c 100 -u USERNAME -p PASS -F <Function Module> -E TPPARAM=\usr\sap\trans\bin\tp_domain_<SID>.PFL -T LIST,300,w=list.txt

the desired results are achieved.

However when using the same startrfc with the exact parameters from another server we get the message " Incorrect user or password". If we use the SAP GUI from this server to connect to the SAP server using the same username and password we are able to connect to the SAP system.

Has anyone encountered any similar issues with Startrfc? Any suggestion will be appreciated.

Thanks,

~Nilesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi NIlesh,

Did you check that the password and user ID entered are in capita letters?

Thanks and Regards,

RK