Ansicht
Dokumentation

SMOE_ILTP_SEL_RELTYP - Select all from table SMOHILTP

SMOE_ILTP_SEL_RELTYP - Select all from table SMOHILTP

CL_GUI_FRONTEND_SERVICES - Frontend Services   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Selection function module for table SMOKVBEZTP.

The function module generates dynamically a where clause. Within one row of the internal table IO_SMOKVBEZTP the filled values of the fields are concatenated by a 'and'; the several rows are concatenated by a 'or'. The function module selects automatically only for the records which are not deleted (DELETED='0').

Supported fields for selection are:

  • SFAKVBEZTP
  • RELTYP (like)
  • SOURCE (like)
  • SRCTYP (like)
  • DESTIN (like)
  • DESTYP (like)
  • CLASSIF
  • DIRECTED
  • REVERS
  • NAVIG
  • CARDNTY
  • TREE
  • ACTIVE
  • VISIBLE

Example

First row:,,IO_SMOKVBEZTP-SFAKVBEZTP='A1', IO_SMOKVBEZTP-CLASSIF='A2'

Second row:,,IO_SMOKVBEZTP-SRCTYP='B1', IO_SMOKVBZTP-NAVIG='X', IO_SMOKVBEZTP-DELETED='1'

Resulting where clause looks like:

(sfakvbeztp='A1' and classif='A2' and deleted='0') or (srctyp like 'B1' and navig='X' and deleted='0')

Notes

Be careful that only records are returned which are not deleted (see example).

Further information





Parameters

Exceptions

Function Group

SMOE_DATABASE_CARE

TXBHW - Original Tax Base Amount in Local Currency   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1758 Date: 20240523 Time: 084845     sap01-206 ( 27 ms )