OT: ABAP Performance Questions

2003-12-31 Thread Nico Manicone
Hello, i am trying to understand the performance of the following ABAP Sequence: while .. fetch next cursor %dbcursor ... endwhile. I would like to compare it with ABAP statements as SELECT ... ENDSELECT or SELECT INTO TABLE. What i do see is a WHILE loop, in which an

DBPROC and UNICODE problem

2003-12-31 Thread Kostadin Bajalcaliev
I am using MaxDB 7.5 (_UNICODE = YES, DEFAULT_CODE = UNICODE) and there is a very strange situation when i want to create dbproc accepting Unicode parameters, a simple procedure as reflection does not work. CREATE DBPROC REFL (IN Q VARCHAR(100), OUT R VARCHAR(100)) AS R = Q; If you call t