Which ABAP SQL clause allows the use of inline declarations?
The following code snippet uses the INTO clause with an inline declaration to declare a local variable itab and store the result of the SELECT query into it:
SELECT * FROM scarr INTO TABLE @DATA (itab).
The following code snippet uses the INTO clause with an inline declaration to declare a field symbol <fs> and store the result of the SELECT query into it:
SELECT SINGLE * FROM scarr INTO @<fs>.
You cannot do any of the following:
Xenia
4 months agoBarrett
2 months agoNoe
2 months agoRuth
2 months agoTesha
2 months agoJacinta
2 months agoCarissa
2 months agoBarabara
3 months agoClaudio
3 months agoBenedict
4 months agoColeen
4 months agoTamekia
4 months agoFelicia
4 months agoHerman
4 months agoMarg
4 months agoScarlet
4 months agoLouvenia
3 months agoLacresha
3 months agoBecky
4 months agoFelicia
5 months ago