Menu

#1 debug: no values for import parameter

open
nobody
None
5
2002-08-01
2002-08-01
Anonymous
No

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

Discussion

  • Gerhard Klein

    Gerhard Klein - 2002-08-01

    Logged In: YES
    user_id=129951

    Submitted by gerhard@klein-home.de

     
  • Eduard Koucky

    Eduard Koucky - 2002-08-01

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.