Skip to content Skip to sidebar Skip to footer
Showing posts with the label Abap

Convert Select-endselect In For All Entries With More Table

I would like to convert this SELECT-ENDSELECT into FOR ALL ENTRIES to have better performance. LOOP… Read more Convert Select-endselect In For All Entries With More Table

How To Import Sql Server Table To Itab?

is it possible to import data in SQL Server table to internal table (itab) directly? I want to use … Read more How To Import Sql Server Table To Itab?