Ansicht
Dokumentation

SMOE_ILTP_SEL_FIELD - Select all tablenames

SMOE_ILTP_SEL_FIELD - Select all tablenames

TXBHW - Original Tax Base Amount in Local Currency   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Selection function module for table DD03L.

The function module generates dynamically a where clause. Within one row of the internal table IO_DD03L the filled values of the fields are concatenated by a 'and'; the several rows are concatenated by a 'or'.

Supported fields for selection are:

  • TABNAME (like)
  • FIELDNAME (like)
  • KEYFLAG
  • ROLLNAME (like)
  • CHECKTABLE (like)
  • INTTYPE
  • INTLEN
  • REFTABLE (like)
  • PRECFIELD (like)
  • REFFIELD (like)
  • CONROUT (like)
  • DATATYPE (like)
  • LENG
  • DECIMALS
  • DOMNAME (like)

Example

First row:,,IO_DD03L-TABNAME='A1', IO_DD03L-FIELDNAME='A2'

Second row:,,IO_DD03L-KEYFLAG='B', IO_DD03L-ROLLNAME='C'

Resulting where clause looks like:

(tabname like 'A1' and fieldname like 'A2') or (keyflag='B' and rollname like 'C' )

Notes

Further information





Parameters

IO_SMOG_SFLD
O_RETURN

Exceptions

Function Group

SMOE_DATABASE_CARE

CPI1466 during Backup   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1676 Date: 20240523 Time: 112016     sap01-206 ( 25 ms )