Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

append structure :AFS Order Header additional error

Former Member
0 Likes
375

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.

2 REPLIES 2
Read only

Former Member
0 Likes
344

Hi,

first you have to adjest database thru tcode se14.

then only it will work.

Rgds,

Paras

Read only

0 Likes
344

can you tell me how to set it in SE14? thanks.