cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

no search field in condition table

0 Likes
260

Hello,

when I create a condition-table for delivery-conditions in EWM I can set the condition-field to "no search field"

See Documentation of the field.

'X' .. Search Field, ' ' .. No Search Field
Generally, the fields that you include here for a condition table are marked as search fields.
Additionally, you can, if necessary, enhance these predefined fields with fields that you mark as non-search fields (and therefore as results fields). (These fields are neither used nor displayed in the transaction in the standard configuration. It is, however, possible to request these in the transaction using, for example, user-defined formulae or routines.)

What are these -->user-defined formulae or routines<---

Where can I create a reaction / check / modifiy the field, there is no BADI in the determination process that is called after the succssfull determination of the condition-record.

The field is not transferred to the interface of the calling module get_condrec that can bve used in the determination-procedure.

* get determination procedure
  CALL METHOD get_detproc
    EXPORTING
      iv_ttype   = iv_ttype
      iv_whno    = lv_whno
      iv_doccat  = lo_header->mv_doccat
      iv_doctype = lo_header->mv_doctype
      iv_start_condition = iv_start_condition
    RECEIVING
      rv_detproc = lv_detproc.

The requirement is to handle the condition als "not found" when this field in the condition is found.
It's the handling of an "not to do / negative" condition. (Like: do for all, but not for this e.g. Customer)

Who can give me a hint ?

Many thanks

Dirk Hofmann

Accepted Solutions (0)

Answers (0)