sapdev logo background
sapdev logo sapdev logo
Comments

SAP LOGEXP REQUESTED documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

rel_exp - IS REQUESTED

Obsolete Syntax
ABAP_KEY ... para IS [NOT] REQUESTED ...

Effect
This predicate expression checks whether an output parameter para of a
procedure is being requested. The expression is true if at the call an actual parameter was assigned to the formal parameter.
This expression is possible only in function modules and methods.
para expects only output parameters and optional input/output parameters.
With addition NOT , the expression is true if at the call no actual parameter was assigned to the formal parameter.

Notes
  • Do not use the predicate IS REQUESTED any more. The predicate expression IS SUPPLIED can be used instead, which includes all functions of IS REQUESTED .

  • In update function modules , checks on table parameters using

  • IS REQUESTED produce a syntax check warning. This is because an actual parameter is always assigned to the table parameter in this case.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    LOGEXP_OR
    LOGEXP_RULES




    comments powered by Disqus