Skip to Content
0
Dec 15, 2022 at 01:13 PM

SAP BW 7.4 selecting from internal table

67 Views

Hey Specs !

I am on 7.4 SAP BW.

I am trying to read from ITAB however all my efforts runs on error.

http://www.sapdbm.com/sap-select-from-internal-table.html

https://blogs.sap.com/2019/05/03/select-from-internal-table/

Depending on the approach it throws different errors

Could you please advise ?

The example approeach would by something like this .

Data: ITFORM type STANDARD TABLE OF /BIC/AZRBKFORM00,

ITFORMMAX type standard TABLE OF /BIC/AZRBKFORM00,
WAFORMMAX type /BIC/AZRBKFORM00.


Select * from /BIC/AZRBKFORM00 into table ITFORM where /BIC/ZFORMIDRB = 3046.




Select /BIC/ZFORMIDRB
from @ITFORM
into table @ITFORMMAX .

Thanks for the help