Home >Backend Development >PHP Tutorial >php-PHP调用 SAP RFC函数,传入字符串参数,RFC接收到的是空字符串

php-PHP调用 SAP RFC函数,传入字符串参数,RFC接收到的是空字符串

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-02 11:31:031474browse

phpsap

$result = $sap->callFunction( "XXX",
array( array( "IMPORT", "I_ZCZLX", "1" ),
array( "IMPORT", "I_WRITER", "MAO" ),
array( "IMPORT", "I_CODE", "TP-IMC-002" ),
array( "IMPORT", "I_EXCEL_DATA", "0-JA-T00|" ),
array( "TABLE", "T_RETURNS", array() )
) );

RFC函数内,接收到的"I_EXCEL_DATA"是空字符串,其他参数都是有值的。怎么办?什么原因?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn