Hi all, I am very much new to SAP BI/BW. My main area of work is ABAP. Recently, i shifted to SAP BW and i got a chance to work in Start/field routines. I just have small doubt that i need to optimize some code written in start and field routines. 1 ) Can we use Loop statement in field routine? 2) Does Field routine is for processing of only single record at a time? if yes, loop will also work the same way. 3) I actually replaced SELECTS SINGLE statement which is written in field routine with READ Statement but unfortunately, READ statement was not working so i replaced with LOOP Statement. So, IS it fine and will give me the same output similar to select single or read statement? Please clarify!! Thanks
↧