‎2008 Jul 01 8:04 AM
All experts:
I add tow comstimized fields in the append structure: J_3AVBAK and active it, I can see the comstimized filed in the VBAK, but,when I try to watch data in the VBAK, it shows error, I can not get data from vbak,
can every one tell how to do this?
thanks.
try.
SELECT * FROM VBAK "client specified
APPENDING TABLE IVBAK
UP TO RSEUMOD-TBMAXSEL ROWS BYPASSING BUFFER
WHERE VBELN IN I1.
CATCH CX_SY_DYNAMIC_OSQL_SEMANTICS INTO xref.
IF xref->kernel_errid = 'SAPSQL_ESCAPE_WITH_POOLTABLE'.
message i412(mo).
exit.
ELSE.
RAISE EXCEPTION xref.
ENDif.
ENDTRY.
this code show error.
‎2008 Jul 01 8:26 AM
Hi,
first you have to adjest database thru tcode se14.
then only it will work.
Rgds,
Paras
‎2008 Jul 01 8:31 AM