debug: no values for import parameter
Brought to you by:
koucky
f. e.:
$fce->USERNAME = "KLEIN";
$fce->Call();
$fce->Debug();
debug infos:
Value of import (input) parameter USERNAME (memory
= 12):
""
But it get the value "KLEIN" because I get the right
result.
Any idea?
Thanks
Gerhard
Logged In: YES
user_id=129951
Submitted by gerhard@klein-home.de
Logged In: YES
user_id=229549
The method $fce->Debug() call function
saprfc_function_debug_info() from SAPRFC API. This function
displays status of internal buffers for function handle and has
no relation with class $fce (class SAP Function). After call
are import parameters in internal buffers reset to initial value.
If you want see values of import parameters that is really
used for RFC call by saprfc_call_and_receive() you must
modify method $fce->Call() and add debug output before call.