What is a start routine and return table, how do they synchronize with each other?
Answer Posted / Dheeraj Kumar Singh
A Start Routine in SAP BI (Business Intelligence) is a program that is executed before the data loading process starts. A Return Table is a table where the start routine can store results or errors. The start routine and return table synchronize by the start routine writing data into the return table, which can then be read by other programs to handle the results or errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers