Quantcast
Channel: SCN : All Content - Scripting Languages
Viewing all articles
Browse latest Browse all 522

SAP RFC Can't find interface name IT_ZZTABLE

$
0
0

Hi,

 

I have created a connection to call a web service from php using saprfc connector.

 

But whenever I try to call FM (i.e. using web service) I am getting following error.

 

Warning: CALDBG: Can't find interface name IT_ZZTABLE, __cal_set().

 

Please find below my code:

 

"Local Interface:
*"  IMPORTING
*"     VALUE(IT_ZZTABLE) TYPE  TT_ZZTABLE //It is of table type.
*"  EXCEPTIONS
*"      ERROR_OCCURRED


$_InputParams = array(array("IT_ZZTABLE", array("PARAM1"=>$PARAM1,"PARAM2"=>$PARAM2,"PARAM3"=>$PARAM3));


 

for($i=0; $i<count($_InputParams); $i++)

    {

   $subParam = $_InputParams[$i];
   saprfc_import($fce, $subParam[0], $subParam[1]);

     }

Any help is appreciated.


Thanks,

Vikrant.


Viewing all articles
Browse latest Browse all 522

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>