Ansicht
Dokumentation

BAL_DD_BAL_T_CFIL -

BAL_DD_BAL_T_CFIL -

General Data in Customer Master   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Context filter criteria; context field RANGES.

Internal table with the structure:
- TABNAME context DDIC structure name
- FIELDNAME field whose RANGE follows
- T_RANGE RANGE table with SIGN, OPTION, LOW and HIGH

  • Example
    Search for airlines 'SF' and 'AB':
    ================================================================
    DATA:
    l_t_context_filter TYPE bal_t_cfil,
    l_s_context_filter TYPE bal_s_cfil,
    l_s_range TYPE bal_rfield.


    * define field
    l_s_context_filter-tabname = 'BAL_S_EX01'.
    l_s_context_filter-fieldname = 'CARRID'.
    * define airlines
    l_s_range-option = 'EQ'.
    l_s_range-sign = 'I'.
    l_s_range-low = 'SF'.
    append l_s_range to l_s_context_filter-t_range.
    l_s_range-low = 'AB'.
    append l_s_range to l_s_context_filter-t_range.
    * put result in filter table
    append l_s_context_filter to l_t_context_filter.
    ...
    ===============================================================





RFUMSV00 - Advance Return for Tax on Sales/Purchases   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1310 Date: 20240520 Time: 191548     sap01-206 ( 12 ms )