former_member873917
Discoverer
Member since ‎03-18-2021

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I want to fetch separate records from the table spfli. How to combine below 2 select queries into one. SELECT SINGLE * FROM spfli WHERE carrid = 'LH' INTO table @lt. SELECT SINGLE * FROM spfli WHERE connid = '0400' INTO CORRESPONDING FIELDS O...
How to add condition in where clause of select query? like Select * from table where field1 = cond #( when flag = x then '111' else '123') into it_table.
I need to get Idoc_data entries from standard FM to my routine calling stack ((SAPL***)idoc_data[]) is not available in my routine while debugging.