How to make a search in sap with multiple values -


My question is how can I search in SAP like search in mysql for example:

 where in the id (1,2,3,4)  

There are many possibilities.

  • You can use addtion to select 'Statement for all entries' where T is the internal table. You can again use the internal table in the WHERE statement
  Select from the Corridor Condado Follum in the Corresponding field only in the Results tab of the tab entry for all the entries in the tab Where is carrid = entry_tab- carriage and conid = entry-tab-conid  
  • You can also use a category table (as shown in the answer ) And use it in your situation:
  • < / Ul>
      ... in the field_table WHERE field ...  

Comments