Symptom
Loading with the DTP in initialization mode and it is failing with dump:
Category ABAP programming error Runtime Errors RAISE_EXCEPTION ABAP: Program SAPLRSC1 Application Component BC-BW
| 30|* Convert selection criteria to standard format. Only simple selection | | 31|* criteria are allowed per default. | | 32| IF i_without_restrictions IS INITIAL AND | | 33| l_s_select-sign NE 'I'. | |>>>>>| RAISE invalid_selection_criteria. | | 35| ENDIF. | | 36| IF i_without_restrictions IS INITIAL AND | | 37| l_s_select-option NE 'BT' AND | | 38| l_s_select-option NE 'EQ' AND | | 39| l_s_select-option NE 'GE' AND | | 40| l_s_select-option NE 'GT' AND | | 41| l_s_select-option NE 'LE' AND | | 42| l_s_select-option NE 'LT'. | | 43| RAISE invalid_selection_criteria. | | 44| ENDIF.
Read more...
Environment
SAP Netweaver 7.4 SP 11 and above
SAP Netweaver 7.5 All
SAP BW4/HANA All
Keywords
exclude, filter, selection , KBA , BC-BW-ODP , Operational Data Provisioning (ODP) and Delta Queue (ODQ) , BW-WHM-DST-DTP , Data Transfer Process , BW4-ME-DTP , Data Transfer Process Metadata , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview