php-sap / saprfc-kralik

PHP/SAP implementation for Gregor Kraliks sapnwrfc module
https://php-sap.github.io/
MIT License
10 stars 2 forks source link

Missing direction type RFC_CHANGING #10

Closed tigerduck42 closed 2 months ago

tigerduck42 commented 2 years ago

Found an issue with missing implemention of direction type RFC_CHANGING

https://github.com/php-sap/saprfc-kralik/blob/46b785bf6f4220106f09908eedd814da2bb9ed74/src/Traits/ApiTrait.php#L103-L107

throws

phpsap\exceptions\SapLogicException: Unknown SAP Netweaver RFC direction 'RFC_CHANGING'!

https://github.com/php-sap/saprfc-kralik/blob/46b785bf6f4220106f09908eedd814da2bb9ed74/src/Traits/ApiTrait.php#L109

SAP

gregor-j commented 2 months ago

Found RFC_CHANGING in Gregor Kraliks sapnwrfc.c line 921 and 988.