Saturday, December 19, 2009

ISU_DB_EVER_SELECT

CALL FUNCTION 'ISU_DB_EVER_SELECT'
* EXPORTING
* X_ACTUAL =
* IMPORTING
* Y_COUNT =
TABLES
txy_ever =
* EXCEPTIONS
* NOT_FOUND = 1
* SYSTEM_ERROR = 2
* OTHERS = 3
.


*------------------------------------

* EXPLANATION:

*------------------------------------

  • X_ACTUAL => This import parameter doesn’t do anything. You may ignore it.
  • Y_COUNT => Number of records found from this Function Module.
  • TXY_EVER => Assign VERTRAG[Contract Number] to internal table(itab) with structure {EVER} and pass the itab to txy_ever. This FM will return records found to same itab.




No comments:

Post a Comment