LinkedIn
RSS

Archive for April 30th, 2009


Select for all entries

GA_googleFillSlot(“POSTSAP”); When you need to access many records from one internal table is better to use select for all entries. instead of doing this loop at internal-table select * from table where……. endloop. it’s better to SELECT * FROM bkpf INTO CORRESPONDING FIELDS OF TABLE it_bkpf FOR ALL ENTRIES IN it_vbrk WHERE bukrs = it_vbrk-bukrs [...]

Read More...