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
2 months agoBarrett
1 days agoNoe
2 days agoRuth
3 days agoTesha
4 days agoJacinta
8 days agoCarissa
10 days agoBarabara
1 months agoClaudio
1 months agoBenedict
2 months agoColeen
2 months agoTamekia
2 months agoFelicia
2 months agoHerman
2 months agoMarg
2 months agoScarlet
2 months agoLouvenia
1 months agoLacresha
1 months agoBecky
1 months agoFelicia
2 months ago